How to find out the list schema name and table name for the database?
Answer / Ajeet Kumar Singh
To get a list of all schemas and tables in a SQL Server database, you can run the following query:n```nSELECT SCHEMA_NAME(schema_id) AS SchemaName, name as TableName FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE';```
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain trigger and trigger types?
Define ACID properties in a Database?
How to avoid cursors?
3 Answers CarrizalSoft Technologies, HP,
How do you manipulate data?
Explain error handling in ssis?
What are various aggregate functions that are available?
write the query for taking database restore in sql?
How to tune a stored procedure?
How can a user-defined datatype be created?
Explain left outer join and right outer join?
Differentiate between ms sql server reporting services vs crystal reports?
Explain log shipping?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)