Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
doran_doran
Posting Yak Master
179 Posts |
Posted - 2009-11-23 : 16:49:51
|
| Is there a way (or some script) that I can run that I will create Insert and Update procedures for all the tables I have. I have about 50 tables and dont want to repeat same thing again and again. (with the parameter declaration, etc, whole 9 yards). |
|
|
nice123ej
Starting Member
48 Posts |
Posted - 2009-11-23 : 22:48:07
|
| you can get every table columns then use MS EXCEL to create general procedure format and apply it on each row that has table columns and infoEx,CREATE PROCEDURE myTable_INSERT .... |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
doran_doran
Posting Yak Master
179 Posts |
Posted - 2009-11-24 : 09:14:41
|
| Thank you Tara. That's exactly what I was looking for. I am really glad it has built-in c# wrapper class. Awesome....Thanks |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|