/* 2015. február 11.14:00:24 User: sa Server: 192.168.59.120,1450 Database: aruker Application: */ /* To prevent any potential data loss issues, you should review this script in detail before running it outside the context of the database designer.*/ BEGIN TRANSACTION SET QUOTED_IDENTIFIER ON SET ARITHABORT ON SET NUMERIC_ROUNDABORT OFF SET CONCAT_NULL_YIELDS_NULL ON SET ANSI_NULLS ON SET ANSI_PADDING ON SET ANSI_WARNINGS ON COMMIT BEGIN TRANSACTION GO ALTER TABLE dbo._web_atvetel_mod ADD fiz_modok nchar(10) NOT NULL CONSTRAINT DF__web_atvetel_mod_fiz_modok DEFAULT '' GO ALTER TABLE dbo._web_atvetel_mod SET (LOCK_ESCALATION = TABLE) GO COMMIT go insert into verzio values('upg','Ver. 2.12',dbo.mygetdatetime()) go