This is probably a silly question, but I can not find the answer.
In the sp_attach_db command the books on line samples show that you put an N infront of variables, like this:
EXEC sp_attach_db @dbname = N'FIRE',
@filename1 = N'c:\Fire_RMS\FIRE.mdf'
What does the N mean?
Thanks.
Ted
In the sp_attach_db command the books on line samples show that you put an N infront of variables, like this:
EXEC sp_attach_db @dbname = N'FIRE',
@filename1 = N'c:\Fire_RMS\FIRE.mdf'
What does the N mean?
Thanks.
Ted