I have a need of exporting/saving a database schema (this includes; tables, views, sp, etc) as a standard text file that is essentially SQL commands that would recreate the schema. I've been trying to figure out how to do this on MS SQL 2000.
I can do this same thing very easily in MySQL with it's export feature. Why is it so difficult in MS SQL?
Anyhow, if anyone could give me a hand, I'd appreciate it.
I can do this same thing very easily in MySQL with it's export feature. Why is it so difficult in MS SQL?
Anyhow, if anyone could give me a hand, I'd appreciate it.