Viewing 15 posts - 91 through 105 (of 2,278 total)
I can think of two approaches.
First come up with a process to test the target for the last date loaded and then use that information to query the source appropriately.
Second...
July 29, 2013 at 6:52 am
crookj (7/26/2013)
SQLRNNR (7/25/2013)
The Dixie Flatline (7/25/2013)
SQLRNNR (7/25/2013)
Revenant (7/25/2013)
L' Eomot Inversé (7/25/2013)
SQLRNNR (7/25/2013)
REDNECKB3 deficiency?
Pellagra
Alabama Clay
Georgia Peaches
Don't ever cross them - you could be in a world of hurt.
California Valley Girls
gag me...
July 26, 2013 at 7:22 am
It sounds like you have the enterprise version of SQL Server, so the first issue is out of the way. A data driven subscription will create a distinct report...
July 25, 2013 at 9:47 am
If you set up a proxy with the appropriate mail server access and ran the SSIS package under the security context of the proxy that should work. You should...
July 24, 2013 at 9:12 am
It sounds as though your hands are tied and you don't really have good options. The only thing you haven't ruled out is to do a comparison of the...
July 22, 2013 at 8:17 am
I don't see any SUM in your expression. But I have not had much luck doing conditional sum in SSRS and I usually add columns to the dataset that...
July 22, 2013 at 7:27 am
crookj (7/18/2013)
The Dixie Flatline (7/17/2013)
opc.three (7/17/2013)
L' Eomot Inversé (7/17/2013)
Revenant (7/17/2013)
The Dixie Flatline (7/17/2013)
bcsims 90437 (7/17/2013)
JAZZ Master (7/17/2013)
SQLRNNR (7/17/2013)
petrifiedputrefied
purified
perforated
penetrated
defenestrated
immolated
disintegrated
violated
breached
July 22, 2013 at 7:06 am
Skip the data flow. Create a for each loop based on an enumeration of source tables. Inside the for each loop put a Execute SQL Task with your...
July 2, 2013 at 7:56 am
SQLRNNR (6/18/2013)
JAZZ Master (6/18/2013)
Daniel Bowlin (6/18/2013)
The Dixie Flatline (6/18/2013)
t-bonedOuch!!
Insurance Hike
Insurance Drop
Lemon drop
June 20, 2013 at 7:44 am
Make sure that the your package knows where to find the proper config file. It must be the exact same path in either environment like C:\configFilepath\configfile.dtsconfig. If the...
June 20, 2013 at 7:42 am
Is there a header row that you are counting that does not contain actual data?
Look at your target table and try to determine if it is the first or last...
June 20, 2013 at 7:35 am
Try this
DATEADD("dd",-1,DATEADD("mm",DATEDIFF("mm","1901-01-01",Today())+5,"1901-01-01"))
June 20, 2013 at 7:25 am
Viewing 15 posts - 91 through 105 (of 2,278 total)