qye hay malo aqui?

03/11/2008 - 13:32 por gandalias | Informe spam
Hola Que tengo mal aquí? esto va a correr sobre SQL server 2000


IF NOT EXISTS (SELECT * FROM ::fn_listextendedproperty(N'MS_Description' ,
N'SCHEMA',N'dbo', N'TABLE',N'franjas', N'COLUMN',N'pausa'))
EXEC sp_addextendedproperty @name=N'MS_Description', @value=N'Valores: S =
Sin pausa, M = Manual, A = Automática' ,
@level0type=N'SCHEMA',@level0name=N'dbo',
@level1type=N'TABLE',@level1name=N'franjas',
@level2type=N'COLUMN',@level2name=N'pausa'
 

Leer las respuestas

#1 Jose TH
03/11/2008 - 14:57 | Informe spam
Que error te da ?


"gandalias" wrote in message
news:
Hola Que tengo mal aquí? esto va a correr sobre SQL server 2000


IF NOT EXISTS (SELECT * FROM ::fn_listextendedproperty(N'MS_Description' ,
N'SCHEMA',N'dbo', N'TABLE',N'franjas', N'COLUMN',N'pausa'))
EXEC sp_addextendedproperty @name=N'MS_Description', @value=N'Valores: S > Sin pausa, M = Manual, A = Automática' ,
@level0type=N'SCHEMA',@level0name=N'dbo',
@level1type=N'TABLE',@level1name=N'franjas',
@level2type=N'COLUMN',@level2name=N'pausa'

Preguntas similares