Click here to Skip to main content
15,913,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to build a windows application where i have to extract tables from sql server 2008 database as per the credentials provided.




for example:
Server name: 12.11.....
Authentication: sql server authentication
username: sa111
password: 1234

Server name: 12.11.....
Authentication: sql server authentication
username: saa111
password: 12345

the it should provide me the tables and stored procedure of the credentials for Login in provided.
Posted
Updated 6-Mar-12 4:18am
v2
Comments
[no name] 6-Mar-12 10:10am    
Not clear.

 
Share this answer
 
Comments
JawadHafiz 6-Mar-12 10:16am    
i just want whole table definition and stored procedure from sql database for the username and password of sql authentication provided.
Do u mean as per schema provided?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900