What is a SQL Server bookmark?
How does it affect performance?
( I tried Googling but didn't find a basic definition for a newbie.
Using SQL Server 2000 on w2k server standard edition.)
--
Texeme Construct...
more >>
Not sure if this is the place for this question....
I am looking at each stored proceured in a given database. I do not
want to look at any
of the system stored procedures, Just the ones the ones the
developers have created.
I'm currently doing this like so...
FOR EACH Sp in Database....
more >>