Viewing 15 posts - 871 through 885 (of 1,539 total)
guptaajay1985 (6/30/2009)
June 30, 2009 at 5:02 am
ramyours2003 (6/30/2009)
iam new to production can any one explain how to backup database into multiple drivesthanks
Can you clarify more on your requirement pls? Do you want to take backup of...
June 30, 2009 at 5:00 am
Thanks Gail for the reply.
Will try out your suggestions tommorrow at office and post the results.
Also, will try out DBCC PAGE as mentioned in Paul's blog to see if there...
June 29, 2009 at 5:08 am
Thanks for the reply Abhay.
Rebuilding the index stopped with the following error.
====================
Server: Msg 823, Level 24, State 2, Line 1
I/O error (torn page) detected during read at offset 0x0000004f066000 in...
June 29, 2009 at 3:00 am
On Checking system event viewer, i found that there was a disk related error on 20th May.
Error1 - The driver detected a controller error on \Device\Harddisk0.
Error2 - The device, \Device\Scsi\vmscsi1,...
June 29, 2009 at 12:54 am
GilaMonster (6/27/2009)
http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-1/
Thanks Gail for writing such a great article series, undoubtedly the best on the subject one could ever find anywhere:-).
June 27, 2009 at 5:06 am
paksyeet (6/24/2009)
and looking forward, i'm planning to chunk that one .mdf...
June 27, 2009 at 3:56 am
SAT_SQL (6/26/2009)
Hi allI need the links for the query optimization , controls of the CPU USAGE ,..
The foremost thing to lookout for is having indexes on the...
June 27, 2009 at 3:39 am
You may want to go through this blog for details on memory management by Sql Server.
June 27, 2009 at 3:35 am
Also you can try to increase the login timeout.
sp_configure 'remote login timeout', 60
go
reconfigure with override
go
This will set the login timeout value to 60 seconds
June 27, 2009 at 3:29 am
naimshad (6/27/2009)
-214721781 [Microsoft][ODBC SQL Server Driver]Timeout expired
My database size in 30 GB.
I have checked everything and all the settings are ok.
DBCC check db
dbcc updatestats
query...
June 27, 2009 at 3:27 am
karthimca07 (6/27/2009)
I'm having sql server in win xp with sp 3. while connecting to remote sql server 2000 i'm getting time out expired(sql exception.) plz help me in this issue
It...
June 27, 2009 at 3:22 am
why do u need to restore msdb? is it corrupted?
This link may help u a bit.
http://technet.microsoft.com/en-us/library/ms190749(SQL.90).aspx
June 27, 2009 at 3:14 am
rambilla4 (6/26/2009)
We have sql server 2000 databases and have full backups. Unfortunately some updates on the databases went wrong and we need to restore all the databases to last night...
June 27, 2009 at 12:32 am
parthi (6/26/2009)
How to check the service account running SQL Server and SQL Server Agent has access to the shared...
June 27, 2009 at 12:26 am
Viewing 15 posts - 871 through 885 (of 1,539 total)