Hi everybody
I am using SQL Server 2005, it is first time, before it was just sql 2000.
I have created a little table that contains columns which are nvarchar(50). when I insert into the table (by opening it and write by hand or by using sp), if my string is less than 50 charactars it inserts blank spaces in the end of the string.
Why and how can i have strings without blank spaces.
thanks
I am using SQL Server 2005, it is first time, before it was just sql 2000.
I have created a little table that contains columns which are nvarchar(50). when I insert into the table (by opening it and write by hand or by using sp), if my string is less than 50 charactars it inserts blank spaces in the end of the string.
Why and how can i have strings without blank spaces.
thanks