SQL Table rename
I am new to LINQPad. I have created SQL Connections, and when i bring in my database, I can see my SQL structure, i.e. tables, views, stored procedures, functions...etc.
I do have 2 questions.
1) if the table owner is not dbo, why does linqpad, create a new tree node outside of tables to list that owners tables?
2) I have a few tables that are being renamed to have the {ownername}_{tablename}. Can you explain why that is happening?
Comments