datatype TEXT in stored procedure

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2007
Posts: 28
Reputation: u4umang2001 is an unknown quantity at this point 
Solved Threads: 0
u4umang2001's Avatar
u4umang2001 u4umang2001 is offline Offline
Light Poster

datatype TEXT in stored procedure

 
0
  #1
Feb 13th, 2008
Hi

i want to use "text" datatype to declare a variable in stored procedure.
how can i do this???
Thanks & Regards
Umang
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 30
Reputation: dilipv is an unknown quantity at this point 
Solved Threads: 4
dilipv dilipv is offline Offline
Light Poster

Re: datatype TEXT in stored procedure

 
0
  #2
Feb 14th, 2008
Originally Posted by u4umang2001 View Post
Hi

i want to use "text" datatype to declare a variable in stored procedure.
how can i do this???
Hi u4umang2001,
Declaring a text variable in stored procedure is easy. Following example shows as below.
  1. CREATE PROCEDURE sp_myStoredProcedure
  2. @myString varchar(100)
  3. AS
  4. .....
  5. Go
For detail understanding visit the link.
http://databases.about.com/od/sqlser...dprocedure.htm
Hope this will help you. For further assistance feel free to ask with me.
Thanks & Regards
Dilip Kumar Vishwakarma
Programmer
.Net Consulting
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC