Hi, Recently intellisense in the SQL Server management Studio stopped working. It appears that it was caused by the installation of Visual Studio 2010 SP1. […]
Bootstrapper Manifest Generator (2008) – How To Guide v2
I wrote the original Boostrapper Manifest Generator (BMG) blog post a few years ago. It is one of the most heavily visited pages on my […]
Reconnect all SQL logins after DB restore
Hi, Below is a script that I use to reconnect sql logins after a database restore. It reconnects all users to all databases. Cheers