Wednesday, May 2, 2012

List all Tables in a Database

SELECT * FROM sysobjects WHERE xtype='U'

No comments:

Post a Comment