Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: QOD 9 Dec 03 - Users

    Can someone first please explain this row-level security concept and how it works. Is it an auto-filter that is controlled by some system stored procedure?

    Thanks,

    Johnny

  • RE: Kick everyone off DB and detach -- how?

    ALTER DATABASE [add database name here] SET OFFLINE WITH ROLLBACK IMMEDIATE

    This statement will kill all users and take the database off line. Then when you are done, you will...

  • RE: #table vs @table which is better

    Hello,

    Is this a local varaible that has been declared to receive the data or does this work as the temporary table that can store all the results sets from a...

  • RE: Cursors - Are they always the wrong way

    Question: If you need to loop through several records to do work, such as updating status of items when orders are placed, how else would you go about doing...

Viewing 4 posts - 1 through 4 (of 4 total)