Ask your own question, for FREE!
Computer Science 12 Online
OpenStudy (anonymous):

im confuse with this code anyone can explain me what is it.??

OpenStudy (anonymous):

OpenStudy (anonymous):

Very badly written (hopefully machine generated) SQL

OpenStudy (anonymous):

do you know where i can learn about this.??what it called.?? (sory my english soo bad)

OpenStudy (anonymous):

how to make this script with machine.??what software to make this script.??

OpenStudy (anonymous):

thanks for your help....sory if my engslish bad..

OpenStudy (anonymous):

this full code

OpenStudy (anonymous):

More exactly they are stored procedures, I wouldn't really say it is badly written (though I didn't really look at it) as it is generated, you can think of them as a map of sorts for a common procedure you may wish to do. Read about them here http://msdn.microsoft.com/en-us/library/aa174792(v=sql.80).aspx

OpenStudy (anonymous):

Most SQL databases have a backup utility. This backup is not a copy of the binary files, like a regular backup. The database generates a script of SQL that will recreate the database in its entirety. This appears to be one of those scripts. You have your usual table definitions. Insert statements for all of the data in the tables. And the badly formatted code is the triggers and stored procedures.

OpenStudy (anonymous):

thank's for your help...its very2 usefull to me...

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!