Register
|
Login
Home
Add Question
Add Article
Categories
Latest Articles
Tags
Contact Us
Search:
Search questions and share your knowledge with the world here on Questionpoint.
Home
>
Sql Server Views Interview Questions
>
Sql Server 7.0
:: Categories ::
SQL Server 2000(410)
SQL Server 2005(387)
SQL Server 2008(73)
SQL Server Analysis Services (SSAS)(4)
Backup and Recovery(90)
Stored Procedures(877)
SQL Server Clustering(20)
Common Language Runtime (CLR)(0)
Common Table Expressions (CTE)(0)
Data Management(25)
Data Transformation Services (DTS)(18)
SQL Server Administration(56)
SQL Server Configurations(63)
Database Design(106)
Data Mining(11)
Data Warehousing(12)
SQL Server Mirroring(4)
SQL Server Triggers(60)
SQL Server Disaster Recovery(0)
SQL Server Indexing(89)
Service Packs and Patches(27)
SQL Server Performance Tuning(65)
SQL Server Query Optimization(1)
SQL Server Security(71)
SQL Server Integration Services(13)
SQL Server Management Studio(106)
Microsoft Service Broker(0)
Community Service Broker(0)
Microsoft Transact-SQL(77)
ADO.NET Entity Framework(0)
Microsoft Integration Services(0)
SQL Server Reporting Services (SSRS)(38)
SQL Server Data Services (SSDS)(26)
SQL Server 2005 Driver for PHP(12)
SQL Server Certifications(58)
SQL Server Jobs(119)
SQL Server Gadgets(0)
Miscellaneous(0)
Sql Server Views(80)
Replication(10)
Interview Question in Sql Server Views
Interview Question :: Sql Server 7.0
What is the command by which we can see all the tables in a database. I mean, how can we view what tables a database contains?
Answers to "Sql Server 7.0"
RE: Sql Server 7.0?
u have to use the following query
Select name from sysobjects where xtype='U'
this is for user tables not for system tables
if u want system tables also then use
Select name from sysobjects
Vote for this answer ::
RE: Sql Server 7.0?
select * from tab;
Vote for this answer ::
RE: Sql Server 7.0?
Didn't you just ask this? While you wait for an answer here - go and read the manual, the help files, and search the internet.
Vote for this answer ::
RE: Sql Server 7.0?
http://www.microsoft.com/technet/prodtec...
http://www.sql-server-performance.com/mi...
http://www.sql-server-performance.com/tr...
http://www.sql-server1.org/group-3729-52...
Vote for this answer ::
Notify me whenever an answer is posted for this question
Update Alert Setting
Loading ...
Top Tags
sql server log(1)
sql server insert(1)
sql server download(1)
sql server date(1)
sql server backup(1)
sql server stored procedure(1)
sql server service(1)
sql server reporting(1)
sql server net(1)
microsoft sql server 2005(1)
sql server studio(1)
sql server services(1)
sql server query(1)
sql server management(1)
sql server express(1)
ms sql server(1)
sql server database(1)
microsoft sql server(1)
sql server 2000(1)
sql server 2005(1)