I need to create a new table include some sharepath (e.g. \\network\sharespace\test1),
To avoid query results follow some blank spaces after the path(e.g. I cann't accept \\network\sharespace\test1__________like this),I need to set its datatype to match the path length. How could I do? could anybody help to to set this?
| |||
feedback
|
|
Does your language lack a chomp function? You can use the | |||
|
feedback
|
|
SQL 101 for beginners: use a variable length data type (varchar). Then go on and read the documentation about all data types your particular sql server language dialect supports. | |||
|
feedback
|