dbTalk Databases Forums  

system function syntax

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss system function syntax in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lena
 
Posts: n/a

Default system function syntax - 03-22-2005 , 12:23 PM






What does letter 'N' means in this syntax?

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


Thanks

Reply With Quote
  #2  
Old   
Simon Worth
 
Posts: n/a

Default Re: system function syntax - 03-22-2005 , 12:53 PM






It's for Unicode data
See this article for further details
http://support.microsoft.com/kb/239530/EN-US/


Simon Worth

Lena wrote:
Quote:
What does letter 'N' means in this syntax?

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


Thanks

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.