Making a Sql Table Read Only

http://www.mssqltips.com/sqlservertip/2711/different-ways-to-make-a-table-read-only-in-a-sql-server-database/

Example:

ALTER TABLE tblEvents WITH NOCHECK ADD CONSTRAINT chk_read_only_tblEvent CHECK( 1 = 0 )

Comments

Popular posts from this blog

Bootstrap Modal Popup is Grayed Out

Telerik - Custom Group Footers In RadGrid

DNN Site Crawler - LuceneController is disposed and cannot be used