Viewing 15 posts - 1 through 15 (of 17 total)
I checked the previous error log also. It does not say anything. There was a differential backup completed 5 minutes before SQL Server restarted.
June 29, 2006 at 1:27 pm
There was nothing else in the Error , Application or System log.
Thanks
Taiyeb
June 27, 2006 at 1:11 pm
Nope. Server didn't crash. When SQL Server restarted by itself, I see the new log created. SQL Server log does not say that it stopped or restarted, only Application log...
June 27, 2006 at 12:23 pm
I ran updstats with fullscan, now the query takes 1 minute to complete. It's still bad. I will try running dbcc dbreindex.
April 14, 2006 at 10:11 am
We take full backup every 2 weeks and differential daily. Last successfull diiff backup was day before yesterday and the transaction log size is 70GB of which only 600MB used...
April 13, 2006 at 2:23 pm
We run DBCC UPDATEUSAGE every week. I updated the statistics using "update statistics tableX" command.
I have not done the reindex after deleting 50 million rows. This table is huge and...
April 13, 2006 at 1:30 pm
I ran trace when I am excuting "Select top 10 * from tableX" and I captured all the Lock events.
In the profiler I am seeing "Lock:Acquired" and "Lock:Released" event continously....
April 13, 2006 at 11:10 am
There are no updates against the table X, but "select top 10 from table X with (nolock)" executed in 5 seconds. I don't understand why?
Hardware description: It's an HP DL760 with...
April 13, 2006 at 9:56 am
Nobody is doing any updates on TableX currently, therefore I don't understand why ""SELECT TOP 10 * FROM TableX WITH (NOLOCK)" executed so quickly.
April 13, 2006 at 9:11 am
I ran "SELECT TOP 10 * FROM TableX WITH (NOLOCK)" and it ran in 5 seconds.
Why it executed so fast? Any ideas.
Thanks for all suggestions.
April 13, 2006 at 8:46 am
There is no DISTINCT/WHERE/ORDER/GROUP. It's just a simple "Select top 10 * from table X"
Autoupdatestats is already enabled and I tried running "set rowcount 10 select * from table X"....
April 12, 2006 at 3:49 pm
Hi Mccork
ClientProcessId is same as that of working application, but the SPID is different. What can cause 'Invalid Login error'?
Thanks
Taiyeb
December 1, 2004 at 8:22 pm
Thanks all for the reply.
I captured all the information using SQL Profiler. Application name is blank, host name is the name of the same server where the Application is running,...
November 30, 2004 at 6:54 am
It looks like there is no easy way of taking the backups on the Standby server. Thanks
July 8, 2003 at 8:47 am
Viewing 15 posts - 1 through 15 (of 17 total)