Viewing 5 posts - 1 through 5 (of 5 total)
Personally I use Visual Sourcesafe integration, with keyword expansion. The source to each stored procedure is stored in a .sql text file, complete with the code to drop the sp,...
May 11, 2004 at 10:25 am
We also use Sourcesafe - each stored procedure/UDF/view has its own self-contained script file, which will handle dropping existing objects, creating new ones and granting appropriate permissions. We can then...
November 14, 2003 at 10:29 am
Incidentally, IIRC a bookmark lookup is done when a non-clustered index is used, since the index that is used still has to be referred back to the clustered index to...
October 17, 2003 at 1:49 pm
The way I always do optional filters in queries is thusly:
CREATE PROCEDURE query
(
@filter1 ...
October 17, 2003 at 1:30 pm
Viewing 5 posts - 1 through 5 (of 5 total)