Forum Replies Created

Viewing 4 posts - 706 through 710 (of 710 total)

  • RE: ACCESS_VIOLATION restarts SQLServer Service

    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...

  • RE: auto add a sequence field in slecect clause

    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...

  • RE: Transactional replication and add coulmn

    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...

  • RE: Memory question

    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...

Viewing 4 posts - 706 through 710 (of 710 total)