Viewing 13 posts - 61 through 73 (of 73 total)
If all you want is to shrink them try:
BACKUP LOG dbname WITH TRUNCATE_ONLY
DBCC SHRINKFILE(dbname_Log, truncateonly)
January 23, 2004 at 6:55 am
Do you really want to delete them or just shrink them back to as close to original size as possible?
January 23, 2004 at 6:52 am
All I did was pick an answer, then got the pop up screen, read the question and then choose the correct answer!!!
September 24, 2003 at 5:59 am
Funny, I just asked that same question to the other DBA's here they told me NO, there is not an EM option to do this.
July 29, 2003 at 9:02 am
Thanks, Chris. I was having a hard time finding anything on this. I have a programmer here who used to code Oracle and asked if there was something similar. I...
July 11, 2003 at 5:15 am
We use a variation of #2. We backup to disk, then copy to disk on another server. Then these are both backed up to tape. The reason we copy to...
June 27, 2003 at 10:39 am
Have you run a query plan to see if it is natural for this to use that index?
June 5, 2003 at 1:00 pm
Very nicely put! After working with you, I would expect nothing less, for your advice and explanations have always been on the money!!!!
June 5, 2003 at 8:08 am
This is a very good way to go. I would also add that you might want to do the same things with views!!!
May 12, 2003 at 5:51 am
Thanks for the great article. I think you may have just given me motivation to get back on the 'CERT' track!
April 30, 2003 at 11:37 am
I used DBArtisan (mainly because we had Oracle, Sybase and SQL Server). Liked it alot!
March 20, 2003 at 3:09 pm
The best part of this article is the 'I TOLD YOU SO!!!!'. This has happened so many times from a DBA's perspective, whether it is a potential security risk or...
February 3, 2003 at 2:10 pm
Good article. Gives us all a way to accomplish a task that will work best in some situations!
January 8, 2003 at 8:10 am
Viewing 13 posts - 61 through 73 (of 73 total)