Viewing 15 posts - 16 through 30 (of 245 total)
Can you please give me some more detail. (Links , write-ups ).
Have you done this in your environment. Can you share some explanatory documents.
Tanx:-D
January 30, 2010 at 11:55 pm
Hi
I used DBCC CHECKDB WITH ESTIMATEONLY
and found that around 2Gb tempdb space needed to run DBCC CHECKDB.
Then i performed DBCC CHECKDB WITH PHYSICAL_ONLY on that 300GB DB. It...
December 19, 2009 at 11:16 pm
The server didn't go offline also was not restarted i checked the logs.
When i run DBCC Checkdb manually on the 300Gb database the process stays in executing state without give...
December 14, 2009 at 10:21 pm
What kind of backup did you perform.
Use the following query to check the list of files in your .bak file.
RESTORE FILELISTONLY FROM DISK = N'D:\DB_name.BAK'
And also verify if the...
November 17, 2009 at 10:29 pm
Hi,
Backup and copy jobs as well as the restore jobs are working fine.
Only the alert job is failing.
October 28, 2009 at 12:34 am
There are no errors recorded.
I tried creating similar job and scheduled it
The job has full db backup and clean up task older than 3 days.
But the newly created job also...
October 20, 2009 at 2:03 am
That was the error found in error log.
Im not sure of the security issues but there was around 20 GB of free memory in the server.
The step at which...
October 2, 2009 at 6:17 am
Sorry guys.
Jeff Moden (9/6/2009)
September 7, 2009 at 12:38 am
Thanks guys.
I want my result to randomly generate the third and the fourth column.
This is the table that i have
create table test (Name varchar(10), start_time datetime, end_time datetime)
insert into test...
September 5, 2009 at 11:44 pm
Im not able to attach the .xls that i made.
its for calculating the duty hours spend by a person.
The 1st two columns contain the start time and end time of...
September 4, 2009 at 10:02 pm
Did you try this
http://msdn.microsoft.com/en-us/library/ms189663(SQL.90).aspx
August 11, 2009 at 1:41 am
GSquared (8/5/2009)
I have some that take a few milliseconds, and some that take an hour or more, and none of them are "broken".
You...
August 6, 2009 at 8:50 pm
Lynn Pettis (8/5/2009)
So, have you tried setting MAXDOP to 1 on the query in your stored procedure? Did it help?
I couldn't try that as they wanted me to...
August 6, 2009 at 8:42 pm
Lynn Pettis (8/5/2009)
In MOST cases, when is occuring other times? How long does the blocking last?
I waited for about 20-30 min , then had to kill it as the...
August 6, 2009 at 12:29 am
Viewing 15 posts - 16 through 30 (of 245 total)