Viewing 5 posts - 1 through 6 (of 6 total)
Sorry to say this, instead of helping me you guys are writing......
I am not a Database person.... Just trying to solve some problem and I hope that this forum would...
April 6, 2010 at 8:03 am
main problem is with line IDETAIL.ChargeTypeID *= CHARGE.ChargeTypeID. in query where clause.
I have to rewrite the query for SQL server 2005
when I try to run this sql in SQL server...
April 5, 2010 at 6:30 pm
Jason,
I couldn't get your comment "Just make changes as appropriate to the commented section. "
It would be great If you can rewrite the whole query. I don' know the...
April 5, 2010 at 6:08 pm
Thanks,
I couldn't get it, This query is not using tblChargeType table
April 5, 2010 at 5:54 pm
Here are the details
[tblChargeType](
[ChargeTypeID] [tinyint] NOT NULL,
[ChargeType] [varchar](60) NULL,
[ShowInvoice] [tinyint] NULL,
[ShowPO] [tinyint] NULL,
[ShowService] [tinyint] NULL,
[ShowRevenue] [tinyint] NULL,
[CompanyID] [int] NOT NULL CONSTRAINT [DF_tblChargeType_CompanyID] DEFAULT (1),
[StatusID] [tinyint] NOT NULL CONSTRAINT [DF_tblChargeType_StatusID]...
April 5, 2010 at 5:37 pm
Viewing 5 posts - 1 through 6 (of 6 total)