Viewing 7 posts - 616 through 622 (of 622 total)
Andrew Whettam (8/9/2008)
SQL Log files RAID 1 + 0 (not RAID 5 as it has poor write performance)
tempdb RAID 1 + 0 (not RAID 5...
August 11, 2008 at 6:38 am
Hi,
yes - you can use EXECUTE AS - see http://msdn.microsoft.com/en-us/library/ms188354.aspx for an explanation
August 11, 2008 at 5:51 am
As the why the question is phrased in a rather general way - please forgive the kinda general nature of the answer - if you need something more specific please...
August 11, 2008 at 5:46 am
Does the account you are using have appropriate permissions on Master on the target server? Bear in mind thaht datareader and datawriter are not sufficient to access system sp's...
August 11, 2008 at 5:35 am
Or alternatively, you could set up an SSIS package to export "TOP 10000000 FROM " set an exported flag on these records and loop until the count on the...
August 11, 2008 at 5:27 am
Hi - are you *sure* you don't need transaction log backups? If this is an OLTP database, this would mean if you have a problem during the day, you...
August 11, 2008 at 5:14 am
Hi - that's a wide range of things to think about. What are your main aims? Are you a developer in other languages also using SQL, a new...
May 10, 2008 at 12:38 pm
Viewing 7 posts - 616 through 622 (of 622 total)