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

Benefits of microservices

Benefits of microservices      1. Development & Team Agility Architecture- and language-neutral: Teams aren't locked into one progr...