Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I'm trying to deconstruct an SSI package, which calls some SPs. I don't have all of the tables that the SPs call so I'm trying to figure out what I'm missing, so I can request it. I have seen a few select statements that are like....
SELECT {column, column, column} FROM #{object_name}
I've never seen the '#' symbol used like this so I'm not sure what type of object this is. Can someone clarify this for me?