Viewing 15 posts - 1 through 15 (of 63 total)
please look for my first post,i have included the schema as well as execution plan by editing it.
June 11, 2015 at 3:57 pm
I am getting this warning message as well in select.
Type conversion in expression (CONVERT_IMPLICIT(uniqueidentifier,[ca].[CAId],0)) may affect "CardinalityEstimate" in query plan choice.
Please help me where i need to create data conversion...
June 11, 2015 at 3:37 pm
yes i will list all the competency in one table as mentionedbefore but how do we select the partner for multiple conditions met.
I mean i need to select a partner...
June 26, 2014 at 1:41 pm
Gold and Silver - is this related to Partner? Or to the Service being provided?
Its related to partner which they own it after meeting some sales criteria.
Direct and EA -...
June 26, 2014 at 12:20 pm
Apology,pls consider this and suggest me.
I need some design help here.
This is my source input data which i need to select based on condition which is given by business.
create table...
June 26, 2014 at 9:58 am
Let me elaborate want i want to do.
I have a table
create table mastercompetency
(program varchar(10),
SKUgroup varchar(10),
competencyname varchar(10))
insert into mastercompetency values('DIRECT','SKG1','GOLD 1')
insert into mastercompetency values('DIRECT','SKG1','GOLD 2')
insert into mastercompetency values('EA','SKG2','GOLD 1')
insert into mastercompetency...
June 25, 2014 at 9:17 pm
No But in My Query I am truncating it before i insert into ExceptMissingOLSMachine from ExceptionsTrackingTable by disabling the index and rebuild it later.
I have forgotten to...
May 14, 2014 at 9:00 am
It really didn't helped me out, seems something is wrong here does it due to 125 rows ??
May 13, 2014 at 5:45 pm
Thanks for your suggestions.
One more help on the same line but here i don't have any SARGble function here its direct select and insert. As i am doing a join...
May 13, 2014 at 2:19 pm
Hi Lange,
It Really helps me, I just changed the where clause as mentioned in your suggestion the query reduced to 1 minute from morethan 20 minute, you are awesome .!!
How...
May 13, 2014 at 1:08 pm
PLAN ATTACHED.
sp_helpindex 'DML.ExceptionstrackingTable'
IX_DMLIsDeletedFlagganganonclustered located on PRIMARYDMLIsDeletedFlag
IX_gangaddednonclustered located on PRIMARYDMLIsDeletedFlag, OriginalSubscriptionKey
NCIX_ActivationModelnonclustered located on PRIMARYActivationModel, ExceptionType
NCIX_BatchIDnonclustered located on PRIMARYBatchID
NCIX_EntitlementIDnonclustered located on PRIMARYEntitlementID
NCIX_ExceptionsTrackingTable_CalcProductKeyIDnonclustered located on PRIMARYCalcProductKeyID
NCIX_GrpIDChannelIDSeqNononclustered located on PRIMARYGrpID, ChannelID, SeqNo
NCIX_IsDeletedFlagnonclustered located...
May 7, 2014 at 3:52 pm
Hi Can you pls help me to study and understand the execution plan properly, i have not done this work earlier but not sure where to look,what to look so...
April 22, 2014 at 3:09 pm
i dodn't have any table with name as ExtOLSMachine
April 22, 2014 at 2:37 pm
CREATE FUNCTION [DML].[GetRetailOrOnlineIndicator](
@GrpID INT
,@ChanID INT
,@SeqNo INT
)
RETURNS NVARCHAR(10)
AS
BEGIN
DECLARE @RetailOrOnlineIndicator NVARCHAR(10)
IF EXISTS (SELECT 1...
April 22, 2014 at 2:15 pm
1 st tabel is having 48 Lacks recoprds
the 5 th table is having 84 million records
April 22, 2014 at 1:56 pm
Viewing 15 posts - 1 through 15 (of 63 total)