Yes that's OK. Thankyou Adriaan.
I think the proplem is not the font, but I can not find exactly
Do you try to insert an unicode string from Query Analyzer, and get the output string from select statement. And do you get the same string ?
The Times New Roman is enough for Vietnamese chararter set, and we usualy use this font to display our language. The input string and output string...
The font of the editor is always Times New Roman. I think that some unicode character can't insert into database, not because the font.
Hi Adriaan, I want to insert an unincode string. But when I post this string to the web it becomes some number. When I select from table, the result...
hi, all I create a table create table myname( ten nvarchar(100) ) I try to execute this statement in Query Analyzer: insert into myname(ten)...
I can configure linked server ok but when I click to Tables icon in Enterprise Manager, there is also error message: Error 17: SQL Server does not...
sp_addlinkedserver @server = N'QLNSParent', @srvproduct = N' ', @provider = N'SQLOLEDB', @datasrc = N'10.0.10.111', @catalog = N'qlns', @provstr =...
i've check for the correct password and I still get the same error message when I query linked server database: Server: Msg 17, Level 16, State 1,...
local login: sa, remote user: sa any change should be made ?
when i add the guest account to sql server in remote machine, there is an error message: Error 15062: The guest user cannot be mapped to a login name...
I logged on QA with SQL server authentication. Two server can connect each other in OS level using guest account. I've just added linked server. Is...
hi Madhivanan, i use this TSQL sp_addlinkedserver @server = N'QLNSParent', @srvproduct = N' ', @provider = N'SQLOLEDB', @datasrc = N'10.0.10.111',...
hi, all I have two server install sql server 2000, mixed mode authentication. In each server have a database and each database have a table with the...
hi all, I have one database qlns and qlnsluu, each database have one table hoso with the same definition. Now I want to insert some record from hoso...
Hi everyone I have this vb6 code: strSql = "select * into [text; FMT=Delimited; HDR=Yes; Database=c: emp].[TC.txt] from Employees"...
Separate names with a comma.