Viewing 15 posts - 241 through 255 (of 7,168 total)
What you have tried so far? Thanks for showing your desired result and some info about the source data. So I can provide tested code, please provide a CREATE TABLE...
February 13, 2016 at 7:14 pm
himanshu.sinha (2/13/2016)
These are the steps which needs to...
February 13, 2016 at 7:12 pm
Steve Jones - SSC Editor (2/13/2016)
Orlando Colamatteo (2/13/2016)
February 13, 2016 at 6:57 pm
Indianrock (2/13/2016)
Here's the sql plan...(moved to attachment)
February 13, 2016 at 6:54 pm
This query form produces a slightly (6% better) cheaper plan than the one you posted (and the query is a bit easier to understand in my opinion) but a cheaper...
February 13, 2016 at 6:49 pm
What made you add the ORDER BY?
I am showing three CI scans in the estimated plan on EARLY_PAYOFF_INFO_PK but I do not have your statistics so things may look drastically...
February 13, 2016 at 4:10 pm
Thanks, but that was a mess...
For those who want to actually compile the schema:
CREATE TABLE [dbo].[ADDRESS]
(
[ADDRESS_ID] [int] NOT NULL IDENTITY(1, 1),
[LAST_MODIFIER] [int] NOT NULL,
[LAST_MOD_DATE_TIME] [datetime] NOT NULL,
[TRANS_SEQ_NUM] [smallint] NOT NULL,
[ADDRESS_LINE_1]...
February 13, 2016 at 3:57 pm
Please post definitions including indexes and constraints for all tables involved.
February 13, 2016 at 2:39 pm
Thanks for leaving out a bunch of steps to get to the eventual solution (like creating the cert and opening the key). Forced me to do a bit more research.
February 13, 2016 at 10:02 am
SQLRNNR (12/29/2015)
TomThomson (12/29/2015)
Quite a nice question, but why involve PowerShell?
Because we can, of course!
And this:
Steve Jones - SSC Editor (1/4/2016)
February 13, 2016 at 9:55 am
Please post both source and destination table definitions as well as the complete error message or an SSIS Package that shows the behavior.
February 13, 2016 at 9:21 am
This is a common requirement. What you are wanting is a Drillthrough Report.
February 13, 2016 at 9:12 am
Nice and neat. Very useful. Thanks for sharing. I did something similar while back that delivers a single resultset. It's under the "Analysis" section in this article[/url].
February 13, 2016 at 9:09 am
I would follow along the same line of thinking that Scott has laid out. One minor thing I would add to step 3 for consideration:
3) copy the data in batches...
February 13, 2016 at 9:03 am
msanthoo (2/12/2016)
Hi Everyone,Please do post here if anyone knows how to migrate SSIS packages to Informatica other than manually coding again.
Appreciate any help.
Thanks
You posted to a thread that was 5+...
February 13, 2016 at 8:46 am
Viewing 15 posts - 241 through 255 (of 7,168 total)