Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 1,413 total)

  • RE: Slow performance by alert engine

    Mike, this is no problem at all. The Alert Engine SPID will stay connected and show up in your sp_who2 output even if it is not doing any specific job...

  • RE: SQL Server VS. Oracle

    Scorpion, thank you so much for the best post in this quite lengthy thread. Shows it was actually worth following the thread through 5 pages...

    In response...

  • RE: the sql learning method

    I agree, if you are at this level you shouldn't be looking at memory counters and such. Pick up a good beginners book and start from the ground up, this...

  • RE: audit triggers and @@identity woes

    As the others have said, the problam lies in th fact that @@identity returns the latest created identity-value in the current session. As Andy suggested you can use scope_identity instead...

  • RE: ADO Requery command fails

    Do you have the same version of ADO on both servers?

    --

    Chris Hedgate @ Apptus Technologies (http://www.apptus.se)

    http://www.sql.nu

  • RE: SQLServerCentral Wish List

    One thing I would like is to have a 'Reply to posting'-functionality, so that you can show which individual post in a thread you are replying to. Not a big...

  • RE: Restoring .BAK file from Network

    Jeff, I'll paste your email response to me here so that others can follow the discussion:

    quote:


    So if this was a bak file...

  • RE: Restoring .BAK file from Network

    Have you tried specifying where to move the database files to? Otherwise I would expect the problem to that SQL Server does not have rights to read the backup files.

    --

    Chris...

  • RE: Changing length of User-Defined Datatype

    Tim, you really brought up some bad memories there...

    To continue your off-topic rant, I just remembered an old project where the customer decided that 'Articles' should...

  • Viewing 15 posts - 1,156 through 1,170 (of 1,413 total)