Viewing 15 posts - 30,856 through 30,870 (of 39,824 total)
Can you provide the error? Also, can you try to break up the steps you are taking in your process? You've run together a number of steps into one sentence...
November 4, 2007 at 7:29 pm
I like Sergiy's copy/drop/rename solution if it works. sometimes it's much quicker to work with inserts than deletes.
November 4, 2007 at 7:27 pm
If that last suggestion works, it would be amazing to me. It shouldn't matter, other than forcing a new execution plan. But if the optimum plan is chosen, then it...
November 4, 2007 at 7:24 pm
Which 3rd party utility do you have? Some take the place of the native backup, Some don't.
The native backup utility works great and is nearly flawless. Some of the third...
November 4, 2007 at 7:23 pm
Do you mean that you changed the Windows account in AD and the SQL account did not change?
The SQL accounts are linked by SID, but the name is also stored....
November 4, 2007 at 1:15 pm
This (http://support.microsoft.com/kb/281574) seems to imply that it should be the retail version if you upgraded.
I would at the very least set an alert for the day before expiration and be...
November 4, 2007 at 1:13 pm
Do you mean 3 errors in one batch or transaction? I believe only the last one will be returned with the alert. Not sure of a way to get around...
November 4, 2007 at 1:10 pm
IF it's a number, you might need to CAST it as a character string as well before combining it with a plus (+) and the zeros.
November 4, 2007 at 10:52 am
Are you saying that you are moving files as in data files to new filegroups? Or are you talking about data?
It's not clear exactly what your package is supposed to...
November 4, 2007 at 10:13 am
Each client has multiple transactions, I'm assuming, so that's why you get more values.
You could select the types, but use the MAX( date), group by the owner_id, and that should...
November 4, 2007 at 10:12 am
I've done something similar to what Kenneth suggested.
Have each server monitor itself. That way if your central server is down or there's some issue, the reporting still runs.
I used to...
November 4, 2007 at 10:09 am
Set min and max to the same value.
November 4, 2007 at 10:05 am
If you really need Enterprise on XP, use a VM. The software is free and you can set up a VM with W2K3 and SS2K5 Enterprise.
Otherwise use Developer edition of...
November 4, 2007 at 10:04 am
Be sure that your IP and servername match. I've seen servers that were DHCP for some reason and switched addresses.
November 4, 2007 at 10:03 am
It's possible that the alter added extents and the size hasn't been properly adjusted. You might try updating the usage with DBCC
November 4, 2007 at 10:01 am
Viewing 15 posts - 30,856 through 30,870 (of 39,824 total)