/* 2013. április 4.13:38:13 User: sa Server: 192.168.59.85,1137 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.vevo_ren_datum ADD sorszam char(10) NULL GO ALTER TABLE dbo.vevo_ren_datum SET (LOCK_ESCALATION = TABLE) GO COMMIT