If I have a table in database I can find out properties of a table by typing - sp_help <TABLE_NAME>
But how can I find out properties of a temporary table that I created by using # sign?
As long as it's the same spid.
If not then you will have to get the full table name and use the system tables.
======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.