Viewing 15 posts - 751 through 765 (of 1,048 total)
Now right click on the procedure and select 'modify', get the alter proc script and change the procedure name to 'rename_by_alter'. Execute the script.
How can we modify the stored procedure...
December 12, 2012 at 12:17 am
easy one for the end of the week :-):hehe:
December 6, 2012 at 11:36 pm
first ensure that the value you are getting in @pid is int or varchar. If column data type is varchar then use CAST for it.
Hope, It will works for you...
December 6, 2012 at 3:39 am
if i have 50 columns in a table of datatype varchar then do i need to manually change the collation using ALTER for each column..:w00t:
December 4, 2012 at 6:36 am
Viewing 15 posts - 751 through 765 (of 1,048 total)