Home All Groups Group Topic Archive Search About

SQL Server database programming

microsoft.public.sqlserver.programming
Score Return via Return Value or Select
tshad - 23 Apr 2005 12:08 AM - 10 messages
I was just curious on the pros and cons of returning a value via a return value vs a select statement in my Stored Procedure. For example, I have a SP: ************************************************************************************* CREATE PROCEDURE CopyFromTemplate ( @ClientID varChar(20),@PositionIDFrom int,@PositionIDTo int ...
Score DB lock
Eugene - 22 Apr 2005 8:50 AM - 6 messages
/* ********************************************************************************************************************* 2005-04-22 11:34:40.78     spid4    Wait-for graph 2005-04-22 11:34:40.78     spid4    2005-04-22 11:34:40.78     spid4    ... ...
Score Query involves CASE - how display results in a datagrid?
L Mehl - 17 Apr 2005 12:49 AM - 6 messages
Hello -- I understand from other posts in this group that my query must use the CASE structure to make the calculations I need, so I can't use a SQL2000 View.  I think I can handle the coding of the query. ...
Next » 2 3 4 5 6 7