Browse by Tag: SQL-Server


 
SQL: How to toggle a bit field by JZ
Here is a very simple yet nifty little function to perform a bit-wise operation in an SQL update statement. The following statement is an example that toggles a bit value for a field named IsLockedOut. [read more]