Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What does this mean
Message
De
24/08/1999 16:42:17
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
What does this mean
Divers
Thread ID:
00257300
Message ID:
00257300
Vues:
38
Hi,

I noted the following syntax generated by the database scripting thing which apparently tests for the existence of a table:

if exists (select * from sysobjects where id = object_id(N'[dbo].[billcode]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)

I understand it except for this question. What does the "N" that appears just before the [dbo].[billcode] and the "IsUserTable" do/mean?
I can't I find it anywhere in the help or Books On Line?

TIA
Ken
Ken B. Matson
GCom2 Solutions
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform