Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does this mean
Message
From
24/08/1999 16:42:17
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
What does this mean
Miscellaneous
Thread ID:
00257300
Message ID:
00257300
Views:
37
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
Next
Reply
Map
View

Click here to load this message in the networking platform