Viewing 15 posts - 826 through 840 (of 1,518 total)
SQLBOT (11/19/2008)
What you can do is set up a queue on each server and...
November 19, 2008 at 4:48 pm
Here are the steps that worked (finally) for me:
Login as 'sa' on your local sql 2005 server.
Create a new database
In a new query window, run this script: ALTER DATABASE...
November 18, 2008 at 12:59 pm
Here are the steps that worked (finally) for me:
Login as 'sa' on your local sql 2005 server.
Create a new database
In a new query window, run this script: ALTER DATABASE...
November 18, 2008 at 12:56 pm
Steve Jones - Editor (11/17/2008)
What are you trying to do? They usually perform separate actions, but if you are looking to just update another server, I might recommend looking at...
November 18, 2008 at 8:15 am
I'm not an expert on RAID configurations, but RAID 5 is the bare minimum and should be avoided if you can help it.
Here is my 0.2 c on the file...
November 16, 2008 at 4:42 am
I have heard that Microsoft does not officially support virtualized SQL Server installations. This might be a huge problem if one requires support for an emergency in the production environment.
That...
November 16, 2008 at 4:33 am
How do you disable the jobs, through the SSMS UI or through script?
If through script, you must use the msdb proc sp_update_job:
EXEC msdb.dbo.sp_update_job @job_name = @jobName, @enabled = 0;
November 16, 2008 at 4:00 am
HarryH (11/14/2008)
November 15, 2008 at 8:24 am
Loner (11/13/2008)
November 14, 2008 at 1:24 pm
Jonathan Kehayias (11/13/2008)
November 14, 2008 at 1:11 pm
Sorry guys, wasn't able to get back to this sooner.
The full error is the following:
Msg 10314, Level 16, State 11, Line 3
An error occurred in the Microsoft .NET Framework while...
November 14, 2008 at 1:04 pm
HarryH (11/13/2008)
I haven't used SCOM in anger yet, but have been thrown it by my manager to take a...
November 14, 2008 at 8:18 am
Loner (11/13/2008)
The file location is...
November 13, 2008 at 10:52 am
schep021 (11/13/2008)
November 13, 2008 at 10:46 am
Would moving a database from a SQL 2000 to a SQL 2005 instance, while keeping it at comp. level 80, incur a performance hit (relative to its performance in the...
November 13, 2008 at 9:00 am
Viewing 15 posts - 826 through 840 (of 1,518 total)