How to Check Whether a Global Temporary Exists in a SQL
Database or not?
Answer Posted / ish
use tempdb
sp_tables '##%'
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the properties of the relational tables?
How optimize sql query with multiple joins in sql server?
How can you check the version of sql server?
Explain full-text query in sql server?
do you know how to configure db2 side of the application? : Sql server database administration
What is the use of sql profiler in sql server 2012?
What stored by the model?
Can we return Data from 4(more than 1) tables in stored procedure?
What are sql dirty pages?
Can we check locks in database? If so, how can we do this lock check?
What is mean by candidate key?
Give me any three differences between Truncate and Delete.
Can a table be moved to different filegroup?
How to check table values in sql server?
What do you understand by physical_only option in dbcc checkdb?