Viewing 15 posts - 151 through 165 (of 644 total)
To understand it better I am pointing you to an excellent article written by Gail:
http://www.sqlservercentral.com/articles/Transaction+Logs/72488/
September 24, 2012 at 5:00 am
hp_dba_uk (9/24/2012)
I used a script to changed around 60 cust-test DBs from Full to simple recovery model as they were not needed to be in Full recovery mode etc
I...
September 24, 2012 at 4:51 am
Thanks Paul for writing such a nice article & clarifying the importance of "WITH CHECKSUM" option when taking the backups! 🙂
September 24, 2012 at 2:40 am
Lokesh Vij (9/19/2012)
1) Copy data from transaction table (around million records inserted daily) into a archival table
2) Delete data from transaction table
3) Step (1)...
September 21, 2012 at 2:25 am
I thought I guessed correctly what Naseer was trying to ask. So, one easy point for me to end the week 🙂 Thanks.
September 21, 2012 at 2:02 am
vsql (9/20/2012)
i am a newbie, i want to know the best way to prepare reporting services. i...
September 20, 2012 at 7:08 am
Lynn Pettis (9/19/2012)
If you are adding and deleting nearly 2,000,000 rows of data, then partitioning may be the what is needed for the archiving process. Depending on the data,...
September 20, 2012 at 6:48 am
SQL Kiwi (9/17/2012)
Good question, I guess, though I would have preferred it without the INIT trap.
Thanks for the feedback Paul. Many of us (including me until I didn’t face this...
September 17, 2012 at 5:39 am
Lokesh Vij (9/16/2012)
Wonderful question Divine. I would recommend taking a look at the following link as well:http://msdn.microsoft.com/en-us/library/ms178062.aspx
It talks about Media Sets, Media Families, and Backup Sets in SQL Server.
Thanks for...
September 17, 2012 at 4:52 am
Carlo Romagnano (9/17/2012)
BACKUP DATABASE TestDatabase_1
TO DISK = 'C:\TestDatabaseBackup.BAK'
WITH COMPRESSION
GO
BACKUP DATABASE TestDatabase_2
TO DISK...
September 17, 2012 at 4:49 am
Wow! What a thrilling as well as informative thread this has been! 😎
September 7, 2012 at 2:21 pm
Very good question Wayne. Thanks.
September 5, 2012 at 2:09 pm
Viewing 15 posts - 151 through 165 (of 644 total)