Viewing 15 posts - 301 through 315 (of 605 total)
I'm assuming you don't want the user to be a member of ddl_admin?
August 9, 2007 at 6:06 am
Have you tried dropping the index and recreating it?
August 9, 2007 at 6:01 am
We use a 3rd party tool called Remedy.
We use this when we get requests from the business, developers etc as well as the 1st line support team who log calls...
August 7, 2007 at 3:13 am
Agree with the above comments.
Also, sit down with the business sponsers and discuss the data that needs to be migrated. Define the data in Excel so you can then build...
August 7, 2007 at 3:09 am
Is the UserID column supposed to be unique?
You mention that the odds of it happening are phenomanal, but the possibility is always there unless the column is defined as unique.
It...
August 7, 2007 at 3:04 am
I'd follow John's advice.
However, for reference, job information will be stored in the msdb database.
August 7, 2007 at 2:50 am
Real tough situation when you feel the director or upper management is on terms with your manager. Fortunately, I've never been in such an environment.
However, I have presented solutions to...
August 7, 2007 at 2:47 am
Or, if you prefer to do it from Enterprise Manager, you can run the Maintenance Plan wizard.
May 21, 2007 at 1:48 pm
Is the schedule enabled? If you look at the properties and go the the schedule tab, is the enabled box checked? That's caught me out before.
April 19, 2007 at 8:43 am
I would also ask as to why you would want to generate a script on a daily basis?
I must admit I have not done any sql development for quite a...
April 18, 2007 at 1:44 pm
Take the comment back about buffer cache hit ratio and memory.....I'm reading things that don't exist in your posting!
The Cache Hit Ratio counter indicates how often cached queries are being...
April 18, 2007 at 1:39 pm
How do the performance counters stack up to the new server? Do the disks show signs of increased performance?
Buffer cache hit ratio of 61% for a prolonged period would show...
April 18, 2007 at 1:32 pm
I'd not create more filegroups than necessary. I'd create enough to logically group the associated tables and that would be it.
As for the number of files, I was at Microsoft...
April 18, 2007 at 1:25 pm
Is the database definately read-only?
Is there any maintenance, such as reindexing, defragging?
Any bulk inserts?
Also, monitor the physical size of the data & log files and also the percentage used through...
April 17, 2007 at 3:40 pm
Your using index tuning wizard on SQL2000. All I can say is your brave!
Personally I wouldn't touch it...As your new to SQL Server,...
April 17, 2007 at 3:33 pm
Viewing 15 posts - 301 through 315 (of 605 total)