Viewing 15 posts - 35,221 through 35,235 (of 39,769 total)
If this is very large, I tend to delete in batches of 100, 1000, whatever works.
February 25, 2004 at 9:28 pm
DTS is probably the simplest if it's a few tables and you are doing it rarely. Be sure you check the "keep identity" box.
February 25, 2004 at 9:25 pm
IE 5? Mozilla 1.6? There are a few issues. IE 6 seems to be the most stable.
Apologies, this has been a tough bug...
February 25, 2004 at 8:07 pm
The patch should apply fine and you shouldn't experience any problems from the admin side, however the functionality of SP3 is slightly different. Lots of security changes, but also some...
February 25, 2004 at 8:06 pm
Total is what it's using, Target is what it wants. If this is different, then there will be more swapping to disk and performance can be affected. It could appear...
February 25, 2004 at 8:05 pm
I believe you can script this from EM. right click the database, generate scripts and check the permissiosn item.
Note: the logins and users must already be the same on the...
February 25, 2004 at 1:57 pm
I'd double check that it is truly recreated correctly on the right table, same owner, etc.
February 25, 2004 at 1:51 pm
February 25, 2004 at 1:47 pm
I'd guess your SP is corrupted somehow. Can you reapply it?
February 25, 2004 at 1:42 pm
Check that the ODBC connection is configured to use Window Auth. I believe it is from this message you are posting.
It is a windows credentials not being passed through problem....
February 25, 2004 at 1:41 pm
Good for you! That's one of the few battles that I will constantly fight.
No sa for developers ![]()
February 25, 2004 at 9:38 am
Have you run a dbcc checkdb to rule out physical errors on these two?
February 25, 2004 at 9:33 am
BTW, you want Auto Create Statistics and Auto Update Statistics on unless they are causing a problem. Now that I'm thinking of it, I'm not sure how to monitor that....
February 24, 2004 at 3:58 pm
After Frank's diatribe, I'm not sure my input is needed, but here's a couple thoughts.
1.In SQL 2000, dynamic SQL can be cached as well, so there is slightly less of...
February 24, 2004 at 3:35 pm
It should also rebuild at its original size when the server is restarted.
The other item is that your .ldf is used for transactions, but committed transactions are removed at a...
February 24, 2004 at 12:09 pm
Viewing 15 posts - 35,221 through 35,235 (of 39,769 total)