Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sp_tables skips # tables
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00704369
Message ID:
00704624
Views:
16
This message has been marked as the solution to the initial question of the thread.
I'm not sure how to make this work. For an alternate, before creating the table, check to see if it exists:

IF object_id('tempdb..#con1') IS NOT NULL
DROP TABLE #con1

-Mike

>We can too now that we've enable DataReader, but we can see # tables from other connections as well, which we don't want. We need isolation per connection.
>
>ACCESSIBLE_TABLES is Y in the result set for sp_server_info.
>
>Any ideas? Thanks.
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform