/* 2016. szeptember 16.11:48:25 User: sa Server: 192.168.59.120,1450 Database: aruker_csenger 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 reg_datum dbo.datum_ora NULL, webshop varchar(50) NULL GO ALTER TABLE dbo._web_belepes SET (LOCK_ESCALATION = TABLE) GO COMMIT go insert into verzio values('upg','Ver. 2.34', dbo.mygetdatetime()) go