Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ownership problems
Message
From
25/04/2002 09:08:17
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Ownership problems
Miscellaneous
Thread ID:
00649097
Message ID:
00649097
Views:
31
Hello Group,

I have code in stored procedures that create tables, populate tables, and run select statements on these tables. When I developed these on my server I was the sa and every table was [dbo].tablename when I transfered the stored procedures to their test server I logged on as MasterTester and all the tables were now [MasterTester].tablename. Now none of the select statement work because they cannot find [dbo].tablename.

How do I write procedures that create tables where anyone can sign on and use them to create tables that select statements will still work.

Thanks
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform