Viewing 15 posts - 1,606 through 1,620 (of 2,649 total)
try this from Brad Shulz http://bradsruminations.blogspot.com/2011/01/so-you-want-to-read-csv-files-huh.html
it may do what you need
March 25, 2020 at 1:39 am
Do I need to use the .gz extension or can I still use the .zip extension?
you can use the one you desire.
and you need to change "-t7z" to be...
March 24, 2020 at 2:05 pm
this is what I do in some (old) packages
note that the "add to zip " does not delete the files - on newer versions you would need to add "-sdel"...
March 24, 2020 at 1:24 pm
you automate it in a similar way to winzip (assuming you were using the command line interface and not the c# dll)
I'll dig some of my examples and post here
March 24, 2020 at 11:29 am
Thanks Frederico. So you agree that CDC is similar to SQL Server transactional replication? Since setting up SQL Server replication also requires all tables to have primary key. You...
March 23, 2020 at 4:40 pm
Thanks! Has anyone has any thoughts on Change Data Capture. The CDC function is, probably similar to the transactional replication. It is not the same, but it has this...
March 23, 2020 at 1:19 am
few questions.
March 22, 2020 at 12:12 pm
and I've just noticed - the view code above does not correspond to the one that the explain plan is referring to.
JD.vw_Orders is the view used on the explain plan...
March 21, 2020 at 9:17 pm
according to the plan it was called with
Parameter Compiled Value Runtime Value
[@ONum] '31856258' '31856258'
March 21, 2020 at 9:13 pm
downloading the plan from the link does have all the info as far as I can see, including predicates.
and from what I can see it is only the view that...
March 21, 2020 at 5:55 pm
All of you are. If she saw a few of these posts, she'd sneak onto my desktop and start banning your accounts.
or she would create a new account and...
March 17, 2020 at 11:05 pm
and this is a lot easier to do in Powershell - which could be called from SSIS directly if "boss" insists in SSIS
variables could be passed from ssis or from...
March 17, 2020 at 4:12 pm
As Phil said it seems correct.
so in order to test it to ensure that the 2 queries work the same way test the individual selects in isolation of the proc...
March 15, 2020 at 2:29 pm
what attempts have you made so far?
that is a fairly simple case of replacing with a combination of "and" and "or"
March 15, 2020 at 1:10 pm
...After the initial installation the databases rarely if ever need to be touched that's what it's been said
no real good reason then to refuse to host it on that...
March 14, 2020 at 4:23 pm
Viewing 15 posts - 1,606 through 1,620 (of 2,649 total)