Viewing 15 posts - 3,706 through 3,720 (of 6,679 total)
It looks like you are using a global temp table. The temp table has a constraint on column XXXX which does not allow null values.
First, why are you using...
July 1, 2010 at 3:04 pm
I am going to agree with the others - mostly.
IF you are using SAN snap clone technology that is configured to work with SQL Server and freezes SQL Server during...
June 29, 2010 at 7:36 pm
I use the Performance Dashboard in SSMS 2008 with no problems. I know there are a couple of issues running the reports against a 2008 system, but for the...
June 28, 2010 at 7:32 pm
You can also download and install Performance Dashboard from Microsoft.
June 28, 2010 at 2:17 pm
From Object Explorer - right click on the server and select Activity Monitor. Or, you can launch Activity Monitor from the toolbar button when the server is selected.
June 28, 2010 at 1:38 pm
WayneS (6/26/2010)
If you have both 2005 and 2008 servers, do NOT use SSMS...
June 26, 2010 at 6:41 pm
I believe the issue you are running into is a known issue - called the double-hop issue with Windows authentication.
To get this to work and allow Windows to authenticate to...
June 26, 2010 at 2:18 pm
Yes - that is correct. With your current configuration SQL Server can only use 2GB of memory.
June 24, 2010 at 7:06 am
On x86 (32-bit) platforms, applications are limited to a maximum of 2GB of memory. To get above that limitation you have to enable PAE and AWE. However, that...
June 23, 2010 at 11:26 pm
I don't think it is - but I have to ask why you would want to? What problem are you trying to solve by doing this?
June 23, 2010 at 7:06 pm
How big are the databases being backed up?
Where are you seeing the in progress status? Is it the job viewer? If so, have you tried refreshing the job...
June 22, 2010 at 7:54 pm
Hmm, not changing the DATEFIRST here - but I seem to get Sunday 😀
Declare @currentDate datetime
,@sundayDate datetime;
...
June 21, 2010 at 2:43 pm
The only thing I know of in SSMS that would come close to what you are looking for is templates. You can create a template with placeholders for your...
June 21, 2010 at 2:30 pm
If you are asking about managing transaction logs - read the article I link to in my signature. If you are asking about the error logs, then it depends...
June 21, 2010 at 2:24 pm
It won't matter what you do or how you set this up. SQL Server 2000 Standard Edition is limited to 2GB of memory. Enable PAE, set AWE -...
June 21, 2010 at 2:15 pm
Viewing 15 posts - 3,706 through 3,720 (of 6,679 total)