News

Procedure to move Microsoft SQL Server database to a new location, painlessly, if you’re running low on disk space, added a new drive array, or just curious.
To successfully copy a login from one server to another, you'll need to ensure that the copy has the same SID and password. The link between database users and logins is done with the logins SID -- if ...
I needed to copy the SQL Server database, with its most recent schema changes, down to my laptop for a client demonstration at a location where Internet connectivity might not be available. Even ...
In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database.
Much of a SQL server's configuration is held in master/model/msdb, so it isn't exactly easy to replace (restoring the master database is a pain, for example).
Here's one big advantage to moving to Microsoft Azure SQL Database-you never have to patch. That's all well and good, but most of the SQL Server installed license base is still on-premise. If you're ...