Where are magic tables stored ? Is it in the same database
where it is created ?
Answer Posted / digvijay kumar singh
yes, magic table stored in current databse.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is dml command?
What is report rendering ?
Does sql server use t sql?
What is the need for group functions in sql?
Where is localdb stored?
What is key attribute?
What is recompile sql server?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
How to check if a table is being used in sql server?
Differentiate between a local and a global temporary table?
What do mean by xml datatype?
Can you tell me some of the common replication dmv's and their use? : sql server replication
What is the difference between stored procedure and user defined functions?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
Describe triggers features and limitations?