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 2000 Forums
 SQL Server Development (2000)
 SQL Table - C# - Stored Procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-02-24 : 08:43:58
Clyde writes "Is there a tool available anywhere that you know of that will read SQL table column names and cross reference with stored procedures or C# code?

We are running Windows Server 2003 and SQL Server 2000."

joriveek
Starting Member

33 Posts

Posted - 2006-02-24 : 10:19:01

Generic way to do is use SOAP RPC creating HTTP ENDPOINT for those Stored Procedures. Then you can use this for your client server development.
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2006-02-24 : 10:49:20
Are you looking for something like Typed DataSets ?
Go to Top of Page
   

- Advertisement -