5
votes
6answers
225 views
Reading recommendations for: Microsoft SQL Server
Post your favorite book about Microsoft SQL Server (single book per comment please) or vote it up if someone has already listed it. Edit: Please include a small review or overview of subject matte …
0
votes
Reading recommendations for: Microsoft SQL Server
Inside Microsoft SQL Server 2005: T-SQL Querying
by Itzik Ben-Gan
This book takes you through Query Tuning, out the other side to exactly why this way is faster t …
0
votes
Reading recommendations for: Microsoft SQL Server
The Guru’s Guide to SQL Server Architecture and Internals by Ken Henderson
This does for Microsoft SQL Server what the Windows Internals book does for Windows. Thi …
1
vote
How do I find and decouple entities from a certificate when upgrading MS-SQLServer editions?
The Microsoft forum has the following code snipit to delete the certificates:
use msdb
BEGIN TRANSACTION
declare @sp sysname
declare @exec_str nvarchar(1024)
declare ms_crs_s …
