Hi All
I want to know how to remove the schema username from a table name while using that table in a query
for example currently i am logged in with username abc in sql server 2000
when i select a table in database test123
i have to attach the username with table name i.e abc.table name in order to get the results otherwise the query analyzer returns an error if i only use the table name "Invalid object name 'tablename"
the user abc is the owner of that database with db_datareade and db_datawrite access permission but it is still asking for username to be attached with table name
earlier reposnes will be highly appreciated
thanks