SQL Server Bit Data Type and how it Stores Values(www.sqlservercurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 9 months, 9 days ago

SQL Server supports the bit datatype which can be used to store flag values like 'true' or 'false'. However it should be noted how the values are stored in the bit column. This article gives you an overview of the same.

1 comment |category: |Views: 28

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by vijaystvijayst(1311) 9 months, 8 days ago 0

When we are assigning a value of 'true' or 'false' to bit datatype. Is the assignment case sensitive? for eg, is it possible to assign 'True' without getting a TSQL error.

Reply

information Login or create an account to comment on this story