Viewing 15 posts - 16 through 30 (of 270 total)
My guess is no. It looks like the hotfix logs are stored in the folder created when you installed the SQL Server service.
Why did you only allocate 10 GB to...
April 28, 2008 at 9:56 am
To see examples of what might break between earlier versions of SQL against 2005, try this link: http://geekswithblogs.net/influent1/archive/2007/01/04/102774.aspx
There is one simple example of getting different results depending on compatibility levels...
April 28, 2008 at 9:48 am
As promised, here is the resolution for this problem:
1. SP4 was installed on the offending server;
2. DBCC CHECKDB and DBCC CHECKTABLE now showing the same error; that is, the message...
March 6, 2008 at 10:13 am
Thanks Paul - I was hoping you might be available to help out.
I have just moved to a new OPS team, still on 2000 SP3. Not sure why they have...
January 31, 2008 at 3:17 am
There are a number of ways to prevent changing the name of a table - as highlighted by the previous posters; however, the answer to your question is that there...
January 25, 2008 at 3:45 am
Firstly, this question should be posted in a different forum - like Newbie or Development!
If I understand you correctly, what you want to do is to execute a sql statement...
January 25, 2008 at 3:30 am
Try searching this site under 'orphaned users'.
Paul
January 24, 2008 at 9:05 am
I presume you are suggesting that creating a new account in AD does not present a problem, but recreating a deleted account does?
My AD knowledge is a bit flaky, but...
January 24, 2008 at 6:50 am
There could be a number of reasons for your problem. To troubleshoot, please follow this link: http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1186920,00.html
Paul
January 24, 2008 at 5:37 am
There are a number of restore options in 2005, including complete, partial, file and page restores.
If the table resides in a particular file and/or filegroup, there are other files and...
January 24, 2008 at 5:22 am
Also, a UNIQUE CONSTRAINT will allow one NULL value, whereas a PRIMARY KEY cannot accept a NULL value.
Paul
January 24, 2008 at 4:12 am
Try rewriting the query after you have had a look at the query plan.
Release more memory to SQL Server by either adding more memory and/or use the /3GB switch....
January 16, 2008 at 6:35 am
Speak to the System Admin guy and see what tools he use for monitoring the network and how much of that is useful for the DBA.
Use a Monitoring tool specific...
January 14, 2008 at 8:54 am
Try using DATABASEPROPERTY() function with the 'IsOffline' property.
Paul
January 14, 2008 at 2:57 am
A company called IDERA has a SQL Monitoring product that will alert you to most of the issues you want to monitor in your list.
Paul
January 11, 2008 at 6:50 am
Viewing 15 posts - 16 through 30 (of 270 total)