Viewing 5 posts - 7,186 through 7,190 (of 7,190 total)
Hilary - thanks. I think sp_addscriptexec would do it. I've actually now created the SPs I want in the subscriber database and configured them not to be overwritten during the...
September 6, 2005 at 4:30 am
Not if you protect the DTS package with a password.
August 5, 2005 at 3:45 am
You need to ensure that the correct trust relationship is set up between the two domains. After that, grant the account that starts SQL Server the necessary permissions on the...
August 4, 2005 at 4:27 am
Assuming you are using SQL Server 2000 (SQL 7.0 doesn't support multiple collations on the same server), use rebuildm to rebuild the master database, specifying the new default collation. Beware,...
July 20, 2005 at 4:39 am
Every time SQL server is started, tempdb is recreated from the model database. You need to modify the properties of model so that the changes you make will survive a...
July 19, 2005 at 3:44 am
Viewing 5 posts - 7,186 through 7,190 (of 7,190 total)