SQL SERVER Tips and Tricks
Bookmark
Home
Video Tutorial
Interview Questions
Performance Tuning
SQL EXAMPLES
Search:
Go
Categories
Examples
(15)
INTRODUCTION
(14)
Join in SQL Server
(8)
Miscellaneous
(5)
SQL SERVER COMMANDS
(29)
SQL SERVER DDL COMMANDS
(3)
SQL SERVER DML COMMANDS
(8)
SQL SERVER Error Messages
(4)
SQL SERVER FUNCTIONS
(10)
SQL SERVER GENERAL QUESTIONS
(28)
SQL SERVER GENERAL SCENARIOS
(1)
SQL Server Installation
(1)
SQL SERVER Interview Questions
(8)
sql server performance tuning tips
(3)
SQL SERVER Tutorial for the Beginners
(1)
Stored Procedures
(20)
Templates
(6)
white papers
(1)
Archives
▼
2012
(144)
►
January
(9)
►
March
(2)
►
April
(46)
▼
May
(53)
Pictorial representation of JOIN in SQL SERVER
Download SQL Server management studio 2005 for win...
Minimum Hardware Requirements for SQL SERVER 2005 ...
How to Setup a Local Server on SQL Server
Data types in SQL Server
Exact Numeric data types
Approximate Numeric Data types
Character string data types
Date and Time Data Types
Binary Character data types
Unicode Character data types
Special data types in SQL SERVER
Stored Procedures in SQL Server
Advantages and Disadvantages of Stored Procedures
Why stored procedures are faster than independent ...
Why stored procedures are preferred in cross appli...
Stored procedures without input and output parameters
Stored procedures with input parameters and withou...
Stored procedures with input and output parameters
What are the checks performed by the SQL Server wh...
How stored procedures are saved?
How to find the definition or structure of stored ...
Maximum Number of parameters accepted in a stored ...
How to find the definition or structure of stored ...
How to find the dependent objects of stored proced...
How to find the dependent objects of stored proced...
Maximum Number of parameters accepted in an user d...
Maximum Number of rows that are acceptable for a t...
Maximum Number of Non-Clustered indexes per table?
Maximum Number of Columns that can be used in Prim...
Maximum Number of Columns that can be used in Fori...
What are objects that cannot be created inside sto...
Maximum Number of characters in a stored procedure...
Maximum Number of Variables that can be declared i...
What are the various ways in which a stored proced...
System Stored Procedures
sp_helplanguage
sp_dropserver
sp_addserver
Maximum Number of Columns that can be used in Fori...
Maximum Number of Columns that can be used in Prim...
Maximum Number of Columns that can be used in Prim...
Maximum Number of Non-Clustered indexes per table?
sp_help
sp_helptext
sp_depends
sp_databases
sp_datatypeinfo
sp_tables
sp_stored_procedures
sp_password
sp_rename
System Stored Procedures in SQL Server
►
August
(26)
►
September
(6)
►
November
(1)
►
December
(1)
►
2013
(4)
►
February
(1)
►
November
(1)
►
December
(2)
sp_tables
Posted on
Wednesday, 30 May 2012
by
SQL Developer
sp_tables is a system stored procedure which will result in all the table names and view names in a particular database:
Syntac for sp_tables is :
sp_tables
Example:
I executed sp_tables stored procedure in example database. Below picture represents the execution result for this.
Email This
BlogThis!
Share to X
Share to Facebook
This entry was posted in
Stored Procedures
. Bookmark the
permalink
.
Newer Post
»
«
Older Post
Leave a reply
About
This blog is created to provide complete solutions for all possible problems in SQL SERVER. It contains SQL SERVER Performance techniques, SQL SERVER Interview questions and complete SQL Tips.
Followers