Viewing 15 posts - 1 through 15 (of 19 total)
Not sure it this will help but I had a similar problem with an external 3 tier app, the app was connecting to a service and the service was trying...
August 3, 2007 at 3:47 am
Just to clarify, the SQL Server Health and History tool works with both SQL Server 2000 and SQL Server 2005. However there are a few small issues with SQL Server...
August 2, 2007 at 6:14 am
You could look at implementing DDL auditing which is now supported by SQL Server 2005. I have started testing this type of auditing in...
August 2, 2007 at 1:41 am
Have a look at a free Microsoft tool called "SQL Server Health and History Tool", it has a component which allows you to collect any performance monitor counters. It is...
August 2, 2007 at 1:34 am
The same question has come up in a previous post, http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=359&messageid=339254.
The short answer is that if none of your SQL Services are using...
May 15, 2007 at 12:30 am
I agree with Markus, under normal circumstances it is usually not necessary to rebuild all your indexes every night, even on very busy systems you can normally get by...
May 9, 2007 at 5:42 am
Should work, I know that you can host a Reporting Services 2005 instillation on a SQL 2000 Database Engine instance. So unless you specifically indicate that you also want to...
April 30, 2007 at 8:04 am
Hi Robert
It is possible to change the collation of the tables you have already created using the ALTER TABLE statement. Keep in mind however that you will...
April 30, 2007 at 7:46 am
The "Backup set will expire" option just indicates for how many days SQL will be prevented from overwriting the backup set.
Another thing you can try is to open...
April 30, 2007 at 7:23 am
I think what they are referring to is the ability in Enterprise Edition to build, re-build or drop indexes while keeping the underlying data online. This...
April 28, 2007 at 9:20 am
As far as I know you can only upgrade if you purchased Software Assurance with your original 2000 licenses.
April 28, 2007 at 9:02 am
Hi Brent
Make sure that you have not include the β.β in the file extension. Also make sure that you select the correct folder and...
April 28, 2007 at 7:41 am
Microsoft has just released a tool which will generate a script file containing both the schema and data of a table. Itβs called the "Microsoft SQL Server Database Publishing Wizard 1.1"...
April 27, 2007 at 7:44 am
To answer the second part of your question, you cannot change the collation of a database server instance, i.e. the system databases. This is selected when you installed the instance...
March 26, 2007 at 12:52 am
Viewing 15 posts - 1 through 15 (of 19 total)