/* 2012. november 5.15:54:43 User: sa Server: 192.168.1.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_tel ADD vevo_csoport dbo.kulcs NULL, vevo_lanc dbo.kulcs NULL, vevo_cegjelleg dbo.kulcs NULL, vevo_terulet dbo.kulcs NULL GO COMMIT go update vevo_tel set vevo_csoport=0,vevo_lanc=0,vevo_cegjelleg=0,vevo_terulet=0 go