I am trying to insert trailing spaces into a VARCHAR (50) column, and inserting SQL seems to disable them. Here is my code:
create table
Unfortunately, this returns a length of zero, which means that `` was inserted as ''. I need empty space for this column - any ideas?
string sql sql-server tsql sql-server-2008
Sqlryan
source share