Viewing 15 posts - 1,051 through 1,065 (of 2,496 total)
If you are doing an in-place upgrade from SQL 2000 you must be on SP4.
If you are building a new server to host the new version of SQL you may...
March 9, 2010 at 3:45 am
You can get an alert if a service fails by using facilities in Windows.
Right-click on My Computer and select Manage. Navigate to Services and locate the SQL...
March 9, 2010 at 3:35 am
Even though master will always operate in Simple mode regardless of the recovery mode you have set, personally I would want the recovery mode to reflect what is happening. ...
March 2, 2010 at 3:06 am
As stated above, the reserved value is space allocated to the table but not currently used.
You should read the word 'reserved' as meaning space set aside within the filegroup for...
March 2, 2010 at 3:03 am
The article tells you how to move system databases, but does not tell you if it is a good idea to do so.
Many people need to put tempdb on to...
March 2, 2010 at 2:52 am
I think a data subject should have the right to see all data held about them. For free. This includes all police, security and medical data, all commercial data,...
March 1, 2010 at 3:02 am
sp_readerrorlog needs to open a new connection to get to the data. You are in single user mode and are already using the only connection available.
You can always read...
February 23, 2010 at 3:36 am
As people have said, Microsoft decided this type of in-place migration would not be supported.
Most people upgrading from SQL 2000 to SQL 2005 or SQL 2008 recommend you do a...
February 23, 2010 at 3:33 am
You are getting this message because WSUS is not running using a domain account.
One way to resolve this is to change the account used to run the WSUS...
February 17, 2010 at 3:25 am
SQL Server clustering is designed to solve the problem of high availability, not the problem of load balancing.
You can install SQL Server on a multi-node cluster, but only one node...
February 17, 2010 at 2:55 am
I think you need to make this change to the active instance of SQL Server. If you want the change to take effect immediately you also need to run...
February 17, 2010 at 2:39 am
Sometimes the left hand at Microsoft does not talk to the right hand. This can result in experts in one product saying how to use another product they actually...
February 16, 2010 at 4:58 am
You should be able to change the certificates without impacting the encrypted data. If you need to change the encryption keys then I think you will need to re-encrypt.
Is...
February 16, 2010 at 3:34 am
If I was really malicious...
I've worked in places where doing all of that without getting management approval and a second opinion (even in the middle of the night) would be...
February 9, 2010 at 4:42 am
Problem is, they're local admins--they can get round stuff like that!
True for NT4, don't know for Windows 2000, but not true for Windows 2003 and above. There are lots...
February 9, 2010 at 3:58 am
Viewing 15 posts - 1,051 through 1,065 (of 2,496 total)