16 June 2011

Get all table name in Database in Sql Server 2008

Get all table name in Database in Sql Server 2008


SELECT * FROM INFORMATION_SCHEMA.TABLES order by TABLE_NAME

No comments:

Post a Comment

Comments Welcome

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...