Viewing 15 posts - 361 through 375 (of 430 total)
Ninja's_RGR'us (5/13/2011)
chandan_jha18 (5/13/2011)
Ninja's_RGR'us (5/12/2011)
Mike01 (5/12/2011)
That guy wrote a statement like
Update dbo.Transactions Set
TractorPPG = @price,
TractorCost = @TotalCost
Where Current OF OPIS_Cursor
do you think any index will help here as...
May 13, 2011 at 3:51 am
Ninja's_RGR'us (5/12/2011)
Mike01 (5/12/2011)
That guy wrote a statement like
Update dbo.Transactions Set
TractorPPG = @price,
TractorCost = @TotalCost
Where Current OF OPIS_Cursor
do you think any index will help here as this update...
May 13, 2011 at 12:05 am
Ninja's_RGR'us (5/12/2011)
chandan_jha18 (5/12/2011)
Ninja's_RGR'us (5/12/2011)
chandan_jha18 (5/12/2011)
Ninja's_RGR'us (5/12/2011)
May 12, 2011 at 8:37 am
Mike01 (5/12/2011)
chandan_jha18 (5/12/2011)
Mike01 (5/12/2011)
select distinct
t.TransactionDate , ...
May 12, 2011 at 8:21 am
Ninja's_RGR'us (5/12/2011)
chandan_jha18 (5/12/2011)
Ninja's_RGR'us (5/12/2011)
May 12, 2011 at 8:20 am
Mike01 (5/12/2011)
select distinct
t.TransactionDate ,
pd.productDescription...
May 12, 2011 at 7:53 am
Ninja's_RGR'us (5/12/2011)
May 12, 2011 at 7:52 am
Lowell (5/12/2011)
HowardW (5/12/2011)
We can't tell...
May 12, 2011 at 6:26 am
skcadavre (5/12/2011)
With the current information from your post, that's the best answer I can give. If you want a better answer, I'd need you...
May 12, 2011 at 6:18 am
colin.Leversuch-Roberts (5/10/2011)
May 10, 2011 at 3:55 am
Syed Jahanzaib Bin hassan (5/10/2011)
because your SP is using multiple queries in it,it tells you statistic for every query
Thanks but what if I want to know the total CPU time...
May 10, 2011 at 1:31 am
GilaMonster (5/6/2011)
chandan_jha18 (5/6/2011)
In the table variable @T the row count is 4834
That's well over what I'd put into a table variable due to the lack of statistics and its effect...
May 6, 2011 at 6:05 am
HowardW (5/6/2011)
May 6, 2011 at 6:03 am
HowardW (5/6/2011)
RecordKey is a char(18), but you've defined it at nvarchar(18) in your temp table. This is probably preventing an index seek
Magic! Thank you very much. You identified the problem...
May 6, 2011 at 4:26 am
HowardW (5/6/2011)
Can you post DDL including index definitions for dbo.Transactions and dbo.Company?
I am attaching the DDL schema for tables company and transactions. For indexes, which of the table here you...
May 6, 2011 at 3:53 am
Viewing 15 posts - 361 through 375 (of 430 total)