Viewing 15 posts - 3,451 through 3,465 (of 4,272 total)
You can should be able to use expressions in the connection string parameters for the source and destination connectors. You will want to create variables that you manipulate either...
September 28, 2009 at 10:07 am
I would say MS doesn't want you too, so why make it easy..
CEWII
September 24, 2009 at 10:55 am
tiffanyjanetblack (9/24/2009)
always pass values to all parms. I don't think there's a
way out of it. The...
September 24, 2009 at 10:54 am
G2Know (9/22/2009)
EXEC dbo.Test1 @Key1 = ?, @Key2 = ?
This will work if I use both parameters, In my case I only want to send values for second parameter alone.
On...
September 24, 2009 at 10:53 am
Michael Valentine Jones (9/24/2009)
Generally speaking, it make no more sense to store date and time in separate columns that it does to store dollars and cents in separate columns.
Again, I...
September 24, 2009 at 10:48 am
WayneS I bring up an earlier post of mine to illustrate testing it..
I had a case where I had a process that used all table variables and to see if...
September 23, 2009 at 8:30 pm
Lynn Pettis (9/23/2009)
Jeff Moden (9/22/2009)
September 23, 2009 at 8:26 pm
Sorry I never use bit, I use tinyint and name the field something ending in Flag, meaning it is an effective boolean, 1 is enabled, all other values are considered...
September 23, 2009 at 8:22 pm
I think your problem is that by the time it knows there is no records the destination object is already instantiated and the file created. You need to keep...
September 23, 2009 at 8:20 pm
Great, I thought it would..
CEWII
September 23, 2009 at 8:15 pm
As far as logical reads of a table variable.. Keep in mind that if they are not too big they will probably reside fully in memory and the reads...
September 23, 2009 at 3:07 pm
Ah, so your problem was item #2 on my question list. Great. I'm glad to hear it..
CEWII
September 23, 2009 at 3:00 pm
S.K. (9/23/2009)
September 23, 2009 at 2:59 pm
Viewing 15 posts - 3,451 through 3,465 (of 4,272 total)