who have worked with him do.
What happens if, as a test, you try to do something likened to this:
<cfquery>
Create table dbo.t_testing([trigger] int NULL)
</cfquery>
What's that give you???
-Ferg
_____
> I'm going to lose my hair...
>
> create table dbo.t_migrate (
> [apid] [int] NULL ,
> [artgroup] [nvarchar](10) NULL ,
> [triggertype] [nvarchar](1) NULL ,
> [trigger] [real] NULL ,
> [span] [int] NULL ,
> [increasetype] [nvarchar](1) NULL ,
> [increaseamt] [real] NULL ,
> [increasepercent] [real] NULL ,
> [increaselevel] [smallint] NULL ,
> [lastincdate] [datetime] NULL ,
> [countfromdate] [datetime] NULL ,
> [createdate] [datetime] NULL ,
> [noautoincs] [int] NULL ,
> [isactive] [bit] NULL ,
> [description] [ntext] NULL
> )
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

