代码改变世界

随笔分类 -  SQL Server

Saving changes is not permitted in SQL Server

2015-11-16 18:46 by zhangpengc, 251 阅读, 收藏,
摘要: FromSave (Not Permitted) Dialog Box on MSDN:TheSave(Not Permitted) dialog box warns you that saving changes is not permitted because the changes you h... 阅读全文

SQL scripts

2015-11-09 04:48 by zhangpengc, 389 阅读, 收藏,
摘要: Add a column with default current date timeALTER TABLE [TableName]ADD CreatedOn DATETIME NOT NULL DEFAULT(GETDATE()); How to Quickly Create a Copy of 阅读全文