Viewing 3 posts - 1 through 4 (of 4 total)
GilaMonster (3/16/2012)
Table definitions and index definitions please?
CREATE TABLE [dbo].[Trade](
[NetAmount] [decimal](18, 4) NULL DEFAULT ((0.00)),
[Instrument] [varchar](50) NULL DEFAULT (''),
[Status] [varchar](max) NULL DEFAULT (''),
[TransactionDate] [datetime] NULL DEFAULT (getdate()),
[Rate] [decimal](18, 4) NULL DEFAULT...
March 16, 2012 at 4:28 am
Lynn Pettis (3/15/2012)
March 16, 2012 at 4:23 am
Hi,
Thanks for the reply.
Please find the attached Execution Plan in sqlplan format (its not permitting me to upload xml file), and the original query.
It took more than 4...
March 16, 2012 at 4:01 am
Viewing 3 posts - 1 through 4 (of 4 total)