Viewing 15 posts - 241 through 255 (of 447 total)
SAC transfers Memory configurations also from server A to another server B? I doubt it but I got it right just by fluke. So, no complaining about points.
I will try...
February 12, 2009 at 1:45 pm
This question is mentioned for March 11 and today is feb 12.
February 12, 2009 at 1:40 pm
I found this link some where in this forum only. Check here sp / patches for all versions.
http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
January 30, 2009 at 12:33 pm
But back to my original question: A full backup won't do anything to the trans log correct?
Yes. Full backup will...
January 30, 2009 at 11:02 am
DavidB (1/30/2009)
Not to direct things away from this site but the coverage at the following link is excellent as well.http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
Thanks David. Really a good resource to keep in...
January 30, 2009 at 8:56 am
Hmmmm......just tried after seeing this question. I can execute select statements but when I put the same select statement in a proc and try to execute it, it denies...
January 30, 2009 at 8:52 am
petan.lokvenc (10/7/2008)
Hello guys, very usefull list, but where is "attached csv file"? I am maybe blind or stupid but I cannot see it anywhere. Thanks for reply. Petan
It's still not...
January 30, 2009 at 8:43 am
EXEC sp_spaceused.
Keep track of database size and unallocated space to calculate growth. And for exact info collect data for reserved, data, index_size and unused columns size in KB every...
January 14, 2009 at 11:18 am
RPSql (1/14/2009)
Hi Sanjay,Thanks for your reply. But how about paths for system databases?
Thanks
S
For system databases you have to give path while installing SQL Server 2005. ...
January 14, 2009 at 10:59 am
Easiest way is to modify path in server properties after installation. server properties -> Database Settings -> Database default locations.
January 14, 2009 at 10:43 am
You could do this by using DTS package with logins transfer option or else you can do with this store procedure. I had done both ways successfully.
Go through...
January 14, 2009 at 10:36 am
BACKUP DATABASE [A B C] TO DISK = N'D:\backup\A B C.bak'
WITH NOFORMAT, NOINIT, NAME = N'A B C-Full Database Backup',
SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO
RESTORE...
January 12, 2009 at 2:19 pm
No matter if reindex job happens in night. It would not grow that big. I don't think any one would do any dml transaction on " msdb " database.
January 12, 2009 at 1:39 pm
madhu.arda (1/12/2009)
January 12, 2009 at 1:27 pm
Viewing 15 posts - 241 through 255 (of 447 total)