Microsoft
Software
Hardware
Network
Question : Can I write a script to generate another script
Hello,
I am trying to keep two database structures in sync. I make changes in my test database, test them etc, and then run a script on the live database.
I would like to keep a list of stored procedures names, and when I am ready to update the live database, run this as a script that then generates the script I can use to alter the second database.
Hope I have made that clear.
Answer : Can I write a script to generate another script
you can have script of function and SP by its name. look at the blog link below:
http://www.sqlhub.co
m/2010/05/
generate-s
p-or-funct
ion-
defini
tion-in.ht
ml
Random Solutions
Process.waitFor() and InputStream
Rsync Question
How do I get rid of the pastel colors in an Excel chart when I switch row/column data?
solving trig equation - 2 values for x with a positive sine?
Vbs to use outlook to email and check each users membership whose names are in a txt file and email
Logo Ideas
Trace Route and Cisco asa 5505
How to convert a stream with output escaping enabled to proper format XML that can be loaded in a XMLDocument object?
Implementing regular expression in JavaScript