December 20, 2010 at 8:00 am
how to use if-else condition in store procedure with insert,update,delete,reader with example
please rply this example
December 20, 2010 at 8:07 am
http://msdn.microsoft.com/en-us/library/ms182717.aspx
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
December 20, 2010 at 1:03 pm
What is "reader" ??
__________________________________________________
Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills
December 20, 2010 at 7:59 pm
Satishsingh9080 (12/20/2010)
how to use if-else condition in store procedure with insert,update,delete,reader with exampleplease rply this example
Once you've read the link that Sean gave you, you may actually want to try to avoid the use of IF-ELSE when you can... although not always, it will many times accompany some form of RBAR.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2010 at 8:01 pm
CELKO (12/20/2010)
Can you be more vague ? 😀
Heh... on that subject, you said a while back that you were working on the 2nd edition of the "Trees and Hierarchies in SQL" book. Do you have a release date for that, yet, Joe?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply