Viewing 15 posts - 1,126 through 1,140 (of 2,387 total)
Interesting. Try to refresh the database, restart the EM.
September 17, 2003 at 12:57 pm
Check the query execution plan to see whether it runs in parallel in server.
September 17, 2003 at 12:42 pm
Any object created by any member of the sysadmin fixed server role belongs to dbo automatically. Because you are the member of 'sysadmin' so objects created by you will belong...
September 16, 2003 at 7:49 pm
I don't see any blocks from the result of sp_who2.
September 16, 2003 at 7:28 pm
September 16, 2003 at 2:03 pm
Quoted from http://www.sqldts.com/default.aspx?6,105,212,0,1
"They only way to permanently reflect a change of owner is to use the Save As function in the DTS designer. This creates a new package, not just...
September 16, 2003 at 2:00 pm
Can you reproduce this problem? During the insert, Run sp_who2 to see who is blocking the insert from Tab_A to Tab_C.
September 16, 2003 at 1:48 pm
Change the database owner to 'sa using sp_changedbowner. Make sure database objects owned by DBO before you change it.
September 16, 2003 at 12:35 pm
September 16, 2003 at 11:46 am
Gary,
I heard this solution before and someone said this could cause database inconsistency.
September 16, 2003 at 11:44 am
Could it be hardware issues? How long did you see Disk Queue Length around 60 lasts?
September 16, 2003 at 10:19 am
Run sp_helpdb to see who is database owner.
September 16, 2003 at 10:13 am
xp_cmdshell 'DTSRUN.EXE ....', See BOL DTSRUN for details.
September 16, 2003 at 10:11 am
From Cluster Administrator --> right click SQL Server resource --> Property --> Advanced Tab --> See what is your pending timeout value.
September 16, 2003 at 10:10 am
Viewing 15 posts - 1,126 through 1,140 (of 2,387 total)