Viewing 15 posts - 1 through 15 (of 23 total)
If you already have indexes and are looking to drop and recreate those indexes ,then from a performance point of view, the best way to do it is to use...
October 15, 2010 at 9:13 am
You can also check why the log is not being reused using the following query.
Select log_reuse_wait_desc from sys.databases where name = 'DBNAME'
October 15, 2010 at 7:49 am
You need to have a downtime. In Sql server 2005 one cannot add the dependency without taking the sql server service offline.
October 15, 2010 at 7:43 am
This has nothing to do with system memory.
See the below information
" The error is a .NET Out of Memory exception pointing to the Management Studio running out of available memory....
September 13, 2010 at 8:36 am
Create Login requires Server level permissions (system admin or security admin). So be careful in granting those permissions.
August 18, 2010 at 9:52 am
It might be a permission issue.
When you run the stored procedure through the Query analyzer, You are running it under your account.
You might be having privileges to create a login.
When...
August 18, 2010 at 9:45 am
I really wonder ,how you came to a conclusion that output you get by enabling trace flag 1222 is useless.
If you would like to learn deadlock troubleshooting and interpreting...
June 25, 2010 at 12:25 pm
Hi Grant,
We do have a tape backup that occurs every night and we move the tape to an off site location.
Thanks
May 6, 2010 at 8:05 am
Hi
My upgrade went fine without any Hiccups.
thanks
May 3, 2010 at 3:50 pm
Thanks for the response.
Can it be Done without the Resync?
March 25, 2010 at 9:10 am
Thank You Gail ,for the valuable information.
February 23, 2010 at 3:22 pm
You can change the database owner to SA and see if that helps.
February 22, 2010 at 9:14 am
DBCC CheckDB will not update any statistics.
If You are rebuilding the indexes ,then You need not update the statistics.
February 15, 2010 at 7:05 am
We do have a nightly process that copies the backups onto the tape. But what if i want point in time data... It would not be possible taking...
December 16, 2009 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 23 total)