aspose file tools
The moose likes JDBC and the fly likes Create Tables and stored Procedures in Microsoft SQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Create Tables and stored Procedures in Microsoft SQL" Watch "Create Tables and stored Procedures in Microsoft SQL" New topic
Author

Create Tables and stored Procedures in Microsoft SQL

navmn mn
Greenhorn

Joined: Nov 30, 2004
Posts: 13
Hi
I had created an database tables and written many stored procedures in Microsoft Sql. The server was changed, so I am accessing another server.

Now I have 2 files called "all.sql" and "tables.sql" . How do we create the previous tables and stored procedures using these 2 files.

Thanks in advance
Naveen
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Not really a JDBC question or a Java question; Query Analyzer has an "Open" option in its File menu - you could try that.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Create Tables and stored Procedures in Microsoft SQL
 
Similar Threads
SQL Query Problem
where to put SQL queries ?
what are procedures in sql ?
Connection with database Help
Database Query using Hibernate