End Google Ads 201810 - BS.net 01 --> Hello!

My intention is to write a program in C# that creates a database in SqlServer 2005.

For that reason I use SqlServer 2005. In a specific directory I have serveral Sql Script written in TSQL that creates tables and stored procedures. As I can see in debug mode in Visual Studio 2008 all characters in theese files is read correctly.

I'm from sweden so we have our specific character ?, ? and ?.

When I have read the TSQL script into a variable I want to execute the ExecuteNOnQuery(script) method in the smo API. My table will now be created in the database but the character ?, ? and ? is missing!!!

I wan't a solution for this problem quickly!

Maybe somebody has experience of smo, sqlserver and C#.

Best regards