Viewing 4 posts - 1 through 4 (of 4 total)
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
December 9, 2003 at 6:16 am
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...
August 24, 2003 at 8:45 pm
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...
August 11, 2003 at 6:46 am
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...
May 12, 2003 at 5:58 am
Viewing 4 posts - 1 through 4 (of 4 total)