Reading Tables and columns in SQL SERVER using C#
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#.
Programming Specific Tasks in SMO
精彩评论