ganeshanmsc
SSC Veteran
Points: 226
More actions
July 8, 2010 at 3:59 pm
#223070
ok i have one dpubt in sqlserver 2005
u will take full backup (or) any one backups
under the code like =N
BACKUP DATABASE [test] TO DISK = N'E:\Backup2005\test.bak'
what is meaning of =N
Nils Gustav Stråbø
SSChampion
Points: 11259
July 8, 2010 at 4:07 pm
#1190539
N means that it is a unicode string. I'm not sure if this parameter in BACKUP DATABASE is unicode or not. BOL doesn't say.
Tara Kizer
SSCommitted
Points: 1789
July 8, 2010 at 4:34 pm
#1190548
Adding N only matters if you are going to have a unicode character in the string, such as a Chinese character. For the example you posted, you can safely remove the N.
Tara KizerMicrosoft MVP for Windows Server System - SQL ServerRamblings of a DBA (My SQL Server Blog)[/url]Subscribe to my blog
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply