Installing / Configuring SQL Server 2005
Teaching the SQL SERVER SPECIALIST CERTIFICATE PROGRAM – Maintaining SQL Server 2005 Class Tonight. Week1 Here is the slide deck for the class tonight. DBA_Essentials_Class01_Installation
Teaching the SQL SERVER SPECIALIST CERTIFICATE PROGRAM – Maintaining SQL Server 2005 Class Tonight. Week1 Here is the slide deck for the class tonight. DBA_Essentials_Class01_Installation
The question came up as to which version of sql server is being run, and how do you determine the exact version number of the SQL server. Here is what I have come up with. From TSQL if you are connected to the SQL Server, you can run the following command: SELECT ‘SQL Server ‘ + CAST(SERVERPROPERTY(‘productversion’) AS VARCHAR) + …
Tonight I created the Questions and Answers website. My wife was watching Mamma Mia (the movie), and that lost my interest quickly so I went and created the Questions and Answers site. Total coding time was about 3 hours, and I was able to get questions asked and answered shortly after that. This is an experiment for me in 2 …
I have just finished all of the paperwork. For spring quarter 2009, I will be teaching a SQL Server DBA class at Western Washington University. The class is for the SQL Server 2005 Specialist Certificate program at WWU. It is part of the Extended Education program.