Viewing 15 posts - 121 through 135 (of 387 total)
Brad Mcgehee has written a couple of articles, one on clustering the OS and the other on clustering SQL 2005, I have followed these and had no worries:
http://www.sql-server-performance.com/articles/clustering/cluster_server_2003_p1.aspx
October 6, 2008 at 3:52 pm
If its a service running on a box with a SQL instance you can run the following SQL master.dbo.xp_servicecontrol 'QueryState', 'SQLServerAgent'
You can insert this into a table and set up...
October 6, 2008 at 11:18 am
You can add these switches and restart SQL in minimal mode, then rerun the modify file cmd.
-c -m -T3608
Better still give this KB article a look on how to...
October 6, 2008 at 11:16 am
As Brandie points out it may be a firewall issue, are you able to telnet to port 1434 on the box you are trying to connect to the SQL instance,...
September 5, 2008 at 2:23 pm
If this is a SQL 2005 maintenance plan and the plan is ever updated, the job is recreated and the original plan creator is then assigned as the job owner,...
August 20, 2008 at 3:43 pm
I don't know much about legato but is this a tape backup taking flat files or an app that backs up SQL DB's directly to tape, if it is the...
August 12, 2008 at 2:31 pm
You should just be able to issue sp_cycle_errorlog until you reach you max set of saved logs, after that you can delete.
Andrew
August 12, 2008 at 2:21 pm
Check out dbcc checkprimaryfile this is used by SQL before the attachment occurs, don't know what checks it does other than reading the .mdf but it's what SQL uses initial...
August 12, 2008 at 2:19 pm
Jeffrey,
Thanks for the reply, I have looked at this, but I know this was not the link, this requires a DB be created on each monitored instance, I have 90...
August 8, 2008 at 3:11 pm
Check this series of articles, does exactly what you want and logs any error to a table:
http://www.sqlservercentral.com/articles/Integration+Services/61621/
Andrew
August 4, 2008 at 2:59 pm
This is fired whenever anyone looks at the server properties, it does not mean that a servers properties have changed, to find that out you need to get the properties...
July 24, 2008 at 3:23 pm
You can change this using xp_regwrite, search this site for its use, essentially it writes to the registry, just find the key and you can change it. But wouldn't the...
July 24, 2008 at 3:15 pm
Got this from this site way back, need to enable ole automation through surface area config tool so it will work on 2005:
set nocount on
/*****************************************
* Create temp tables for disk...
July 24, 2008 at 3:11 pm
To get around this you can use SSIS configuration files, search this forum and you should be set, or alternativly store the package in SQL and when doing the import...
July 9, 2008 at 3:15 pm
I would say so, it is wise enough to check and see if anything needs updating.
Andrew
July 8, 2008 at 2:29 pm
Viewing 15 posts - 121 through 135 (of 387 total)