Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Wednesday, January 03, 2007 - Posts

MS SQL 2000 Schema Discovery Queries

Below is the list of queries that I am upto with my MSSql2000DBSchemaProvider for SmartCodeGenerator. I thought this might be useful and quick reference for others too.GetTables string cmdText = string.Format(@"Select TABLE_NAME, TABLE_SCHEMA OWNER,
posted by Shahed | 0 Comments