Viewing 15 posts - 1,111 through 1,125 (of 1,248 total)
Did you check if someone was using this database?
November 24, 2006 at 5:27 pm
Some system stored procedures cannot be used in triggers. However, is it possible to put copy the scripts into your triggers? I am just curious. Other inputs?
November 24, 2006 at 5:16 pm
I agree about the point the difference, if there is, hardly comes from out of sync. I do not mean it never happen. Anyhow, applying a hot fix should not...
November 24, 2006 at 4:55 pm
Also,
check the recovery mode of related databases;
Run
BACKUP LOG myDB WITH NO_TRUNCATE
before running your DTS on related databases.
November 22, 2006 at 8:55 am
Information on DTS are saved several tables in msdb, such as sysdtsXXX. You may assign users to access to these tables.
November 22, 2006 at 8:42 am
I do not think you can revert SQL 2000 SP4. Applying a new SP does not simply apply changes in master and msdb in general. It includes many changes in objects....
November 22, 2006 at 8:30 am
How about this one?
http://www.xplg.com/home/products/xpologSnapshots.jsp?gclid=CMLO_cr32ogCFSjOJAodR2snpA
November 22, 2006 at 8:23 am
You need to get privilege to do it. Or you may ask sa to do it.
You can simply check the proper checkbox in the properties of your SQL Server....
November 21, 2006 at 9:03 am
What is the recovery mode of your database? When you reindex a database, a large amount of transaction log will be created. You may change the recovery mode to either...
November 21, 2006 at 8:41 am
In the reindex process, existing indices are dropped. The, new indices are created.
November 21, 2006 at 8:04 am
Is there any other approach beside assigning passwords to DTS packages? Using password on DTS packages is not our preference.
November 20, 2006 at 2:25 pm
Would some like to summarize the difference between a registered SQL Server and a linked SQL Server?
I did not notice the top was truncated without notice.
November 20, 2006 at 1:36 pm
As a comparison of mixed mode, a native mode should be SQL Server authentication.
November 20, 2006 at 1:33 pm
That is my point. In order to not lock data page, should not we use the hint NOLOCK?
November 20, 2006 at 11:46 am
Both performance and backup may benifit from multiple file groups. But it may not true vice versus. As in my previous post, you may know the purpose why you have...
November 20, 2006 at 11:42 am
Viewing 15 posts - 1,111 through 1,125 (of 1,248 total)