Friday, May 04, 2007
Friday, April 06, 2007
Thursday, January 18, 2007
Monday, September 04, 2006
sa nu uit
exec sp_repladdcolumn @source_object = N'[NumeTabela]', @column = N'[NumeCol]',
@typetext = N'[type]',
@publication_to_add = N'Locals', @schema_change_script = NULL,
@force_invalidate_snapshot = 0, @force_reinit_subscription = 0
go
exec sp_refreshsubscriptions 'Locals'
GO
-----------------------------------------------------------------------------------
introduce o noua coloana intr-o tabela replicata fara a da jos subscriptia
cool , isn't it?
@typetext = N'[type]',
@publication_to_add = N'Locals', @schema_change_script = NULL,
@force_invalidate_snapshot = 0, @force_reinit_subscription = 0
go
exec sp_refreshsubscriptions 'Locals'
GO
-----------------------------------------------------------------------------------
introduce o noua coloana intr-o tabela replicata fara a da jos subscriptia
cool , isn't it?