Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts

Monday, June 10, 2013

Default empty string value for varchar columns in Microsoft SQL Management Studio

To insert empty string as a default value in SQL Management Studio you need to enter ('') (open parenthesis, two apostrophes, and close parenthesis) into 'Default Value or Binding' field.