Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Extract Table, Sprocs and View Schema using Java

Author  Topic 

lawardy
Starting Member

2 Posts

Posted - 2009-04-30 : 21:16:15
Hi All,

As part of our database release process, I am thinking to extract
* Table
* View
* Sprocs

from SQL Server 2005 database by using Java application.

Is there a way or library that I can use to extract this information?

Thanks,

Lawardy

ahmad.osama
Posting Yak Master

183 Posts

Posted - 2009-05-01 : 05:17:05
quote:
Originally posted by lawardy

Hi All,

As part of our database release process, I am thinking to extract
* Table
* View
* Sprocs

from SQL Server 2005 database by using Java application.

Is there a way or library that I can use to extract this information?

Thanks,

Lawardy


Well u can search for using SQLDMO with java....I have used sqldmo library through vbscript but don't have any experience with java..


Regards,
Ahmad Osama
Go to Top of Page
   

- Advertisement -