SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
T-SQL Code Snippet Errata

 
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant View previous topic
View next topic
T-SQL Code Snippet Errata
Author Message
judahr



Joined: 09 Mar 2007
Posts: 319
Country: United States

Post T-SQL Code Snippet Errata Reply with quote
v3.0.28
proc -
From
Code:

(
   <parameters>
)
BEGIN


TO
Code:

(
   <parameters>
)
AS
BEGIN

Thu Dec 06, 2007 12:13 pm View user's profile Send private message
judahr



Joined: 09 Mar 2007
Posts: 319
Country: United States

Post Reply with quote
fun

From:
Code:

DECLARE
       v_ret <data>

   SET v_ret = ...
   
   RETURN v_ret

To
Code:
DECLARE
       @v_ret <data>

   SET @v_ret = ...
   
   RETURN @v_ret

Thu Dec 06, 2007 12:17 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7841

Post Reply with quote
Thanks for noticing. It looks like a mix of code pasted from other T-SQL and non-T-SQL snippets. Please feel free to correct the snipped code in options are required. We will do the same in the next build.
Thu Dec 06, 2007 12:23 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.