0
votes
Is it possible to automate MS SQL Server (2005) queries via SQL Server Management Studio?
SKapsal's comment on a command line tool for executing …
0
votes
Convert SQL Server Database from 2005 to 2000
What you want to do is called downgrading. Google gives lots of results, but here's a good walkth …
0
votes
Executing a stored procedure within a stored procedure
Looks like this question is a duplicate. Please only ask your question o …
0
votes
Finding out which locks that are acquired in a query on SQL Server?
Here's a query that will show you all active locks, who's got them, and what object they are on. I pulled this from a technet article or something years and years ago. It works on SQL 2000 and 20 …
1
vote
Push Replication
When the initial snapshot is sent to the subscriber, it will create any missing objects. You will need to indicate what the snapshot should do if the object already exists by setting the "Action i …
