Translate

Thursday, August 30, 2012

Difference between # and ## in sql server ?


#table refers to a local (visible to only the user who created it) temporary table.

##table refers to a global (visible to all users) temporary table.

No comments:

Post a Comment