Viewing 2 posts - 1 through 3 (of 3 total)
I think I should do in this way.
any opinion?
SET QUOTED_IDENTIFIER OFF
GO
SET NOCOUNT OFF
DECLARE @COLUMN_NAME AS NVARCHAR(50),
@TABLE_NAME AS NVARCHAR (50),
@Acommand AS NVARCHAR(90),
@Bcommand AS NVARCHAR(90),
@Ccommand...
February 26, 2004 at 2:05 am
#495764
THANKS
However, I have to change the fields from text to nText for the whole database.
Any help ?
Thanks!
February 25, 2004 at 9:02 pm
#495729