Viewing 13 posts - 1 through 13 (of 13 total)
I am guessing at the general nature of your question that this is a relatively new topic to you.
Types of blocking are documented throught SQL Server help, MS's knowledge base...
May 29, 2012 at 7:29 am
Hi
Two popular points can cause problems when connecting to SQL Server which have nothing to do with permissions. You can generally rule out a permission problem if there is no...
May 29, 2012 at 12:24 am
I have some suggestions for you:
File backups
Have you thought about file backups in your database?
You will have to do a bit of work but as it appears that it is...
June 29, 2011 at 4:13 am
Taking SQLKiwi's suggestion a little further, a CHECKDB on master could be a good idea. Or a restore of master (backing up your current one first of course).
You can restore...
February 24, 2011 at 11:27 pm
As this returns information across all your databases, are all of your databases online?
Also, what build are you on?
February 23, 2011 at 8:36 pm
If you look at the table msdb.dbo.backupset it has a column called user_name which will tell you who performed the backup.
It will also tell you lots of useful information about...
February 23, 2011 at 7:48 pm
Something like this could be useful for you.
The WHERE type = 'D' limits it to full database backups.
In this example I am just getting the backups over the last ten...
February 23, 2011 at 7:17 pm
Hi Talla
I've done a lot of restores with LiteSpeed so I may be able to help you here.
I have taken one of my old scripts and set it back to...
February 23, 2011 at 7:09 pm
Hi
You may want to think about this slightly differently. If your goal is to maintain a copy of the database in another database (you seem to want to capture changes...
February 23, 2011 at 5:47 pm
I have not experimented with this to say that this is the correct answer but it could be, based on other operations with SQL Server 2005 and 2008.
Is your SQL...
November 25, 2010 at 2:49 am
It is important to consider if an index is every used. As the DMV information on unused indices is lost at each restart of the instance you may need to...
October 31, 2010 at 8:06 am
Just for the record (and a few years late) you can always capture the code that Management Studio runs by performing a Profiler trace. Sure, you have to execute the...
August 19, 2010 at 3:10 am
Hi
I stumbled across this thread and have a little advice.
The queries look very Siebel to me. There are two approaches to tackle Siebel performance problems but they both start from...
March 18, 2009 at 9:06 am
Viewing 13 posts - 1 through 13 (of 13 total)