Viewing 15 posts - 1,921 through 1,935 (of 2,387 total)
Read following KBs.
http://support.microsoft.com/default.aspx?scid=kb;en-us;233161
http://support.microsoft.com/default.aspx?scid=kb;en-us;241643
April 28, 2003 at 8:33 am
Can you check whether MSDTC server is started?
April 28, 2003 at 6:47 am
quote:
I think you are correct that it is a bug in SQL Server. I recreated the final search table in MS Access...
April 27, 2003 at 5:51 pm
Schedule two backup jobs to run at different time to different locations.
April 26, 2003 at 9:27 pm
Are you running SQL Server 7.0 and service pack is below sp3? If it is, Read KB article at http://support.microsoft.com/default.aspx?scid=kb;en-us;254253. It was a SQL Server bug.
April 25, 2003 at 3:54 pm
Have you tried to use "CHECK constraint"?
April 25, 2003 at 3:47 pm
Try to stop SQL Mail from SQL Server support service. You also may have to stop SQL Server Agent service.
April 25, 2003 at 12:26 pm
I would suggest you to look into the execution plans on both query. They might be different.
April 25, 2003 at 11:37 am
Check "Target Server Memory (KB)" and "Total Server Memory (KB)" in system table sysperfinfo. ...
April 25, 2003 at 10:08 am
Detach the database, move the transaction log file to new drive and attach database back. See BOL sp_detach_db and sp_attach_db for details.
April 25, 2003 at 10:00 am
Any other applications run in this server too? If they are, check which applications are the cause of paging.
April 25, 2003 at 8:19 am
When you added a new node to SQL Server cluster, the SQL Server binaries are copied from installation CD onto the new node.
Fail over to the new node, install...
April 24, 2003 at 6:34 pm
I would suggest you run dbcc with 'REPAIR_ALLOW_DATA_LOSS' to this table after you move everything to new table and before drop it. The result may be interesting.
April 24, 2003 at 2:16 pm
Have you tried option 'REPAIR_ALLOW_DATA_LOSS'? You may have to BCP data out, drop table, recreate it, BCP data in and recreate the PK and indexes as work around.
April 24, 2003 at 1:43 pm
Can you check the version of sqlservr.exe in both nodes to see whether they are same?
April 24, 2003 at 1:29 pm
Viewing 15 posts - 1,921 through 1,935 (of 2,387 total)