/* 2021. május 5., szerda9:37:25 User: sa Server: 192.168.58.1,1450 Database: _f_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_belepes ADD aktiv smallint NULL GO ALTER TABLE dbo._web_belepes SET (LOCK_ESCALATION = TABLE) GO COMMIT go update _web_belepes set aktiv=0 go insert into verzio values('upg','Ver. 2.69', dbo.mygetdatetime()) go