Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii,

I was wondering whenever i change procedure in my databse for some logical changes .. all the time i need to destroy that sp from .dbml and again drag and drop from databse .. what this so ??

why i cant get just refresh that procedure by rebuilding my application .. is their any other way to do that ... its just a tedious and time wasting job to remove and inser new one wehnver say i add extra parammeter to my procedure ..
Posted

1 solution

there is no need to destry your table

where you create your Procedure

such as

create Procedure abc


whenever you want to update your procedure

change create to alter For Example

alter procedure abc
 
Share this answer
 
Comments
Torakami 10-Oct-13 6:01am    
it wont reflect into dbml file .. i am using sql server 2012 and vs 2012

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900