Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sp_tables skips # tables
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00704369
Message ID:
00704624
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform