|
|
-
|
|
Slipstream is a process to merge SQL Server Service Pack with the original installation media. This can ease the install of SQL Server. Since you just need to install once, not twice (SQL Server and Service Pack). However, the slipstream step is tedious...
|
|
-
|
|
I wrote a post yesterday on how to read/write the Windows registry from TSQL. Nakul asked a question on when should we read/write to/from the registry directly. This post is an answer to his question.
We know that a lot of configuration information a...
|
|
-
|
|
Windows registry is a hierarchical database that store configuration settings and options on Microsoft Windows operating systems. Read more from http://en.wikipedia.org/wiki/Windows_Registry.
How to take a look at the registry?
Press Win + R
...
|
|