Viewing 15 posts - 16 through 30 (of 46 total)
Hi
Thanks for the reply.
DDL
AddedPoints: CardId INT, TransDate DATETIME, PositivePoints INT
SpentPoints: CardId INT, TransDate DATETIME, NegativePoints INT
Sample Data:
AddedPoints:
123 2012-01-01 12:24:59 ...
July 6, 2012 at 3:18 am
HI
Thanks for the reply. Could you reply with some example please?
April 17, 2012 at 10:19 am
Hi,
I tried but I am getting error "The Parameter is incorrect [0x80070057]
January 13, 2012 at 7:59 am
Hi
Thanks for the reply. Double click has started the service. How can I set the Log On as NETWORK SERVICE?
Currently it is Local System. When I tried to set to...
January 13, 2012 at 7:41 am
Hi,
I have removed the cleansing task and just captured the error description(Log the error).
But, after execting onerror event handler(showing green), dataflow task fails(Red) not proceeding to...
October 18, 2011 at 4:58 am
Hi
Thanks for the reply.
The EventHandler(OnError) will truncate the same table which is trying to insert into that has failed. I think dead lock occured. How do I release...
October 18, 2011 at 4:45 am
Hi
Thanks for the reply. OnError event handler will log the error details to a table.
I forgot to tell you, I had OnTaskFailed event handler also enabled on DataFlow task.
October 18, 2011 at 4:30 am
Got the answer. Its now working. I dont know why its not working previously.
October 12, 2011 at 9:56 am
Hi all,
Thanks for the replies. We dont know the schema of the new system yet.
What I mean is how do we model the extract, staging bla bla.
What could...
September 25, 2011 at 5:01 am
Hi
Thanks for the reply. I solved it. Its due to NULL value in @TestRunId
September 6, 2011 at 8:18 am
Hi
Thanks for the reply. This is the actual code
CREATE PROCEDURE usp_AutoApprovals
@TransactionIdINT,
@PartnerIdINT
AS
BEGIN
DECLARE @TestRunId INT
DECLARE @InvoiceRules TABLE(ID INT IDENTITY(1,1), RuleId INT, RuleName VARCHAR(100), RuleProcedure VARCHAR(200))
DECLARE @EventData NVARCHAR(MAX)
INSERT INTO @InvoiceRules(RuleId, RuleName, RuleProcedure)
SELECTar.RuleId,
ar.RuleName,
ar.RuleProcedure
FROM Rules...
September 6, 2011 at 8:09 am
Hi,
Thanks for the replies.
No, I can't do using simple flat file source coz it is a csv file and delimited("). The column value also contains commas and double...
October 23, 2009 at 3:59 am
Hi,
Thanks for the replies. No complaints from the users. We are importing data from external systems using SSIS packages. The data import is slow.
How can I analyze...
October 21, 2009 at 1:42 pm
Hi,
The URL is good and gives lot of information.
Thanks
July 27, 2009 at 11:35 am
Hi,
I have different columns in excel sheet. I want to import only the first column data.
So, its grabing NULL values. So like to get non null values. I...
June 26, 2009 at 2:05 am
Viewing 15 posts - 16 through 30 (of 46 total)