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
 .NET Inside SQL Server (2005)
 C# programing for sqlserver

Author  Topic 

abbikhan
Starting Member

26 Posts

Posted - 2010-01-24 : 14:58:27
hi i need to know how can i get data dictionary information stored in Sql server 2005 through c# coding
if u know about any object(users, databases,triggers) retrieving method reply on this post

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2010-01-29 : 08:20:05
The question is not very clear to me, but I am inferring that you are trying to retrieve information about databases, users, schema information etc. programmatically. If so, look up SQL Server Management Objects (SMO) in BOL and/or google. http://msdn.microsoft.com/en-us/library/ms162169.aspx has examples, mostly in VB.Net, but easily translated to C#.
Go to Top of Page
   

- Advertisement -