Viewing 15 posts - 76 through 90 (of 457 total)
Just to add my thoughts here:
Brent does have some good material on the advantages and disadvantages of Virtualisation and a bunch of other posts, check them out here:
http://www.brentozar.com/sql/virtualization-best-practices/
I have a...
October 19, 2010 at 3:07 pm
It appears so, the proxy can see the file and open it, its only reading from it so I guess that should be enough...I will quadruple check tomorrow though, it...
August 31, 2010 at 3:00 pm
As Jeff has said the upgrade advisor will assist you in identifying what changes you need to make before and after an upgrade.
July 28, 2010 at 11:19 am
SQL Buddy is right AWe is not needed on 64 bit systems, if you intend to lock pages in memory then you need apply a CU to SQL Server 2005...
July 28, 2010 at 8:49 am
The only real way to tell if a backup is good is to restore the file.
July 1, 2010 at 8:50 am
I think I have it fixed, it looks like the install was trying to create to temporary file on the D:\ drive which is my vCD/vDVD which had the ISO...
June 2, 2010 at 3:17 pm
Was a restore taking place when the reboot happened?
A database in a restoring state usually indicates that a restore has taken place with the NO RECOVERY OPTION specified usually so...
April 2, 2010 at 1:44 am
The restore procerss is fully documented in BOL
You to take a tail log backup so you capture all entries currently in the transaction log that have not been backed up.
You...
April 2, 2010 at 1:17 am
You need to establish why the database is unavailable, is there anything in the SQL Server log or event viewer that suggests why it is unavailable. You can try the...
April 2, 2010 at 1:08 am
where do you buy your licenses from? They will be able to tell you.
March 31, 2010 at 2:57 pm
Can you provide some table structures and sample data?
March 31, 2010 at 1:12 pm
Paul, is there a 'report' feature of the new syntax...I can't see anything in BOL
an equivalent of sp_change_users_login 'report' ?
March 23, 2010 at 8:43 am
hydbadrose (3/22/2010)
I get an error message stating that 'dbo' is a forbidden value for the login
parameter in this procedure. How to fix this orphan id? Please...
March 22, 2010 at 4:46 pm
I'm not all that familiar with licensing but if you are moving up a version surely you have to pay for new licenses, you can't just use the 2005 licenses...
March 19, 2010 at 8:55 am
You need to idenify the features available in the enterprise edition of SQL 2005 that you make use of that are not available in SQL 2008 standard edition and work...
March 19, 2010 at 8:46 am
Viewing 15 posts - 76 through 90 (of 457 total)