Buy Questpond's video subscriptions on
huge discount
.
Online: 1349
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
How to List All Tables of Database?
Posted by
Vishalneeraj-24503
on 3/1/2015 | Category:
Sql Server Interview questions
| Views: 1080 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Using Sys.table,we can find out all database Tables:-
Select *
From sys.Tables;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is an alternate way to List All Tables of Dat ...
Next > :
Response.Redirect method returns which status code ...
Comments or Responses
Login to post response
More Interview Questions by Vishalneeraj-24503
Response.Redirect method returns which status code?
How to use Parsename in-built function to split delimited data?
How can we execute a DOS command from Sql Server?
How can we Load large no of data in Sql Server?
How will we Rename a Table in Sql Server?
How to Convert Datatable to IEnumerable List in Asp.Net.
How to Delete a Row in Table using jQuery.
How to Redirect user to another page after Session gets Over or End?
Latest Interview Questions
You are going to developed three layered web application using ASP.Net ...
Which methods of the RoleProvider class determine whether a user is as ...
Your are developing asp.net mvc application in which you want to allow ...
What kind of helper methods does WebSecurity class provide?
Which method of FormsAuthentication class you can use to register the ...
Your newly developed web application in ASP.Net MVC have found major b ...
What is the alter native for sqldatareader in ADO.NET for connection w ...
Your company has assigned one task to you in which you have to improve ...
More ...