Search Results

1
vote

Restore a SQL Server database from single instance to cluster

Have a look at the Microsoft SQL Server Database Publishing Wizard: …
0
votes

How to change slow parametrized inserts into fast bulk copy (even from memory)

If I had to guess, the first thing I would look for are too many or the wrong kind of indexes on the tbTrafficLogTTL table. Without looking at the schema definition for the table, I can't really sa …
2
votes

Granting SA privileges for Developers on the development box

If it's the DEVELOPMENT server, what's the problem with the DEVELOPERS being able to have full access? Telling developers that you can't add/remove/change database objects (eg: tables, columns, in …