|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What the N is going on?What the heck is with these Ns that SQL script generator sticks in here
everywhere. It is enough to make me quit my SQL Farm Managerial position. Why do I have to deal with Ns everywhere?? EXECUTE sp_rename N'dbo.Tmp_Table1, N'Table1', 'OBJECT' Mator DeSchenna wrote:
> What the heck is with these Ns that SQL script generator sticks in The N prefix denotes a UNICODE character string. It's an ugly > here everywhere. > It is enough to make me quit my SQL Farm Managerial position. > > Why do I have to deal with Ns everywhere?? > > > EXECUTE sp_rename N'dbo.Tmp_Table1, N'Table1', 'OBJECT' implementation. > How do I get rid of it ??? ? Not using Unicode, I guess...> It's yucky ! But it adheres to the ANSI SQL standard.-- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "Mator DeSchenna" <ddsdd*sdadf.com> wrote in message news:Fa2dndjiyKV5-UrfRVn-qA@comcast.com... > How do I get rid of it ??? > > It's yucky ! > > > EWWWWwwwwwWWWWWwww > > |
|||||||||||||||||||||||