Re: How can I make and execute .sql file

2002-07-16 Thread Richard Davis
Jenny Christy wrote: Hello All, Can anybody tell me the query or procedure by which i can generate the .sql file. So that I dont need to write the query again and again on prompt. Just by executing the .sql file(or script language), I will able to create table, insert the data on

Re: How can I make and execute .sql file

2002-07-16 Thread Egor Egorov
Jenny, Tuesday, July 16, 2002, 9:09:30 AM, you wrote: JC Can anybody tell me the query or procedure by which i JC can generate the .sql file. So that I dont need to JC write the query again and again on prompt. JC Just by executing the .sql file(or script language), I JC will able to create

RE: How can I make and execute .sql file

2002-07-16 Thread Jay Blanchard
[snip] Can anybody tell me the query or procedure by which i can generate the .sql file. So that I dont need to write the query again and again on prompt. [/snip] Create a text file containing your query commands and then save it as filename.sql (calling it whatever you wish of course) and then