This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
To get a list of all the tables in a SQL Server database, use either: sp_tables or alternately to list only the user tables use: select name, user_name(uid) from sysobjects where type='U'"
No comments:
Post a Comment