Viewing 15 posts - 166 through 180 (of 926 total)
June 24, 2016 at 4:44 am
While reading your question, i noticed that you might have done a typeo in your Grace Marks required columns
For Scenario 1: 001 11 40 38 (2)
but for...
June 24, 2016 at 3:57 am
When you closest, What exactly you mean by that ?
In your sample output you have shown 01-02-2016 and your input date is 01-05-2016. That means as per your requirement...
June 17, 2016 at 5:15 am
This is not a good practice at all. I assume in your c# code, rows getting inserted directly, instead of using a Stored Procedures. Usually these kind of things happens...
June 17, 2016 at 1:04 am
I have seen your logic changing the value based upon a flag that is fine nothing wrong in it.
I have also attached a sample package to show you can execute...
June 17, 2016 at 12:32 am
xanthos (6/16/2016)
I need to have the default set as soon as I open the package otherwise my data flows that use the connection come up with warnings.
The variable is used...
June 17, 2016 at 12:10 am
Your problem is that you need to have a default value for your variable. Right?
If the answer is Yes then you can achieve it very easily. doing the following:
1. open...
June 16, 2016 at 5:51 am
Beatrix Kiddo (6/16/2016)
How many log backups did you take after the full backup at 07.00, and when were they?
after reading the question subject. My assumption is he haven't taken any...
June 16, 2016 at 5:10 am
xanthos (6/16/2016)
Don't think I follow.
Let me rephrase, If you have used Expression on any variable, if you try to change the value of that variable even on design time, the...
June 16, 2016 at 4:53 am
There is nothing wrong SSIS doing, Following is the understanding.
If you are Setting a variable with expression. then if you want to change the value of that variable you need...
June 16, 2016 at 1:47 am
Quick suggestion: you can add 6 days and you will get the end date as well.
SELECT [date] as StartDate, DATEADD(dd,6,[date]) as EndDate
FROM CTE_DatesTable
OPTION (MAXRECURSION 0);
June 13, 2016 at 3:53 am
it would be very helpful if you could provide some sample data and your desired output.
May 4, 2016 at 12:05 am
I just gave the answer then realize STUFF function was not even used in a code. I would call this an abstract level question 😛
May 4, 2016 at 12:03 am
Viewing 15 posts - 166 through 180 (of 926 total)