Viewing 15 posts - 46 through 60 (of 159 total)
Vertigo44 (1/18/2011)
January 18, 2011 at 11:40 am
Dj463 (1/11/2011)
I am currently taken full backups of a database daily. For some auditing purpose i need all the transactions that happen in that database. So if i copy...
January 18, 2011 at 11:31 am
anonymous.surfer07 (1/14/2011)
This is scenario he told to me :
First : create new table.. for...
January 14, 2011 at 6:10 am
For us, any VLDB that is critical has some kind of high-availalbility option like mirroring or active-passive clustering to help stave off outages. However, no solution is perfect.
What we have...
January 7, 2011 at 7:00 am
KenpoDBA (1/6/2011)
January 6, 2011 at 7:42 am
KenpoDBA (1/5/2011)
however in the scenario you described, doing a native SQL backup and putting it into an agent job is still the best solution. All you have to...
January 6, 2011 at 7:05 am
KenpoDBA (1/5/2011)
January 5, 2011 at 8:19 am
Jimmy,
Have you found a method to provide percent completed with a PowerShell script? We use P$ to run ad hoc backups, but the most frustrating part is that there is...
January 5, 2011 at 6:49 am
Oft times I find that the Internet is a reminder of items that I don't know. However, I am glad that there is a community of users that can share...
November 2, 2010 at 10:46 am
In case anyone else sees something related to this, but is a non-yielding process it is addressed in SQL 2008 R2 with CU3 http://support.microsoft.com/kb/2261464/
and in SQL 2008 SP1 in CU4...
October 26, 2010 at 10:53 am
Mr. Andersen (10/20/2010)
October 20, 2010 at 7:20 am
Jason,
I have used this to great effect! However, rather than use it as a stored proc, I just run the query to get the information.
I'm sure you're asking why. Mainly...
October 5, 2010 at 11:29 am
Rome1981 (10/5/2010)
dbcc_inputbuffer(SPID)
Yes, that will show you what is running for the SPID, but it does not show you the rest of the information like SP_WHO2 does. This adds the inputbuffer...
October 5, 2010 at 9:19 am
Jon.Morisi (10/4/2010)
I've been operating with the preference to take SQL server offline when defragmenting the disks in which SQL Server datafiles or logfiles reside on in order to avoid possible...
October 5, 2010 at 7:34 am
Mr. Andersen (10/5/2010)
October 5, 2010 at 6:57 am
Viewing 15 posts - 46 through 60 (of 159 total)