This is a discussion on TSQL Statement within the SQL Server 2005 Tutorials forums, part of the Articles and Tutorials category; USE master; GO EXEC sp_addlinkedserver 'SEATTLESales', N'SQL Server' -- the line I have a question about GO I got the ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
TSQL Statement
USE master;
GO EXEC sp_addlinkedserver 'SEATTLESales', N'SQL Server' -- the line I have a question about GO I got the above SQL statement from SQL Server Booksonline. I've seen several statements that have an N before a character string. I've been able to execute the statements successfully with the inclusion of this N. What is the purpose of the N? |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Output of the Statement | Adrian | Oracle Database | 2 | 04-26-2008 03:40 AM |
| tutorials on vb scrpiting in qtp | anandcyril | Testing Tutorials | 1 | 11-30-2007 03:59 AM |
| SELECT Statement - Help | nickole | SQL Server | 7 | 04-11-2007 01:46 PM |
| DB2 - SELECT - INTO Statement | James Allen | DB2 | 2 | 02-17-2006 12:19 PM |
| Difference between Statement and Callable Stmt. | banuchithrak | Java Tutorials | 5 | 08-24-2004 06:32 PM |