Viewing 4 posts - 706 through 710 (of 710 total)
We were getting the exact same access violation error/service restart several times over the last few weeks.
We were able to trace it to some large one-shot ad-hoc OPENQUERYs...
December 26, 2003 at 2:14 pm
I admit this answer doesn't directly answer your question - how to add a sequence number directly into a SELECT statement, but it does provide that result.
This may not be...
December 8, 2003 at 8:32 pm
Take a look at sp_repladdcolumn in Books Online.
* Warning: Books Online gives the wrong parameters for this sp - it misses one in the middle.
You can...
November 29, 2003 at 10:28 pm
Also note that you're going to cough up half your physical RAM to the OS. If your SQL box has 4GB of RAM on Win2000 Server, then applications can...
November 18, 2003 at 5:12 pm
Viewing 4 posts - 706 through 710 (of 710 total)