Viewing 10 posts - 1 through 10 (of 10 total)
Just a suggestion...
Get used to using Query Analyzer for performing most of your DBA tasks. Not only will it increase your knowledge of the database, it will also give you...
June 24, 2004 at 6:38 am
Joe,
If you need encryption for the transfer (which may be excessive, but only you know your security requirements), then you have to use Secure http://FTP. I'm familiar with...
June 18, 2004 at 5:14 am
I guess it depends on a variety of factors:
June 17, 2004 at 5:21 am
I have to agree with Mark. You just won't be able to sustain the I/O required with a NAS. For more info, check out this article:
http://www.sql-server-performance.com/ew_san.asp
Adam
June 16, 2004 at 6:01 am
John,
Thanks for the input. I'd love to hear more from your friend if he has the time.
Adam
June 14, 2004 at 10:35 am
An excerpt from a webchat transcript:
MS_Stephen_D:
Q: gaurav_bindlish: Still I am asking if there is some tool to release the memory immediately.
A: No, SQL Server is designed...
June 4, 2004 at 7:22 am
Good point - we actually perform this process during our weekend maintenance window when user volume is quite low. Acceptable risk? maybe...
Our backup scheme includes 15 minute tran log backups. ...
June 4, 2004 at 5:51 am
There is a great article by Bill Wunder on DBCC INDEXDEFRAG and DBCC DBREINDEX. He touches on transaction log growth. See http://www.sswug.org/see/18075
Personally, I built a series of sprocs...
June 4, 2004 at 5:29 am
You should be able to decrease the size of your transaction log significantly by using QA to execute:
BACKUP LOG <db name> WITH TRUNCATE_ONLY
then
DBCC SHRINKFILE (<file name>, <size (mb)>
June 4, 2004 at 5:01 am
FYI - there is a great article on this site by Brian Knight. It may save you a RESTORE next time. See here:
http://www.sqlservercentral.com/columnists/bknight/unmarksuspect.asp
Adam
June 4, 2004 at 4:51 am
Viewing 10 posts - 1 through 10 (of 10 total)