Hi Guys
As you will see from my question I know virtually zero about SQL.
I have a hosted MS SQL DB. When I run queries against it using ASP I do not use the Owner name infront of the table name at all.
When I download backup of DB and restore to local machine I must use owner in reference to tables eg
dbo1234567.tblabcdef.
How can I just use the table name to refer to a table object
Thanks in advance
TabbyTab
As you will see from my question I know virtually zero about SQL.
I have a hosted MS SQL DB. When I run queries against it using ASP I do not use the Owner name infront of the table name at all.
When I download backup of DB and restore to local machine I must use owner in reference to tables eg
dbo1234567.tblabcdef.
How can I just use the table name to refer to a table object
Thanks in advance
TabbyTab