Is it possible to determine the tables and its column in SQLserver in a particular database using c#?
Can any one guide me in this issue?
Is it possible to determine the tables and its column in SQLserver in a particular database using c#?
Can any one guide me in this issue?
You can do this using Microsoft.SqlServer.Management.Smo from C#.