| SQL Server 2005 Tutorials SQL Server 2005 Tutorials and Articles discussions |
![]() |
| LinkBack | Thread Tools | Search this Thread |
|
|||
|
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? |
| Sponsored Links |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| 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 |