Viewing 15 posts - 7,336 through 7,350 (of 13,881 total)
Further to Gail's comment, your options are to either change your TRUNCATEs to DELETEs, or DROP CONSTRAINT / TRUNCATE / CREATE CONSTRAINT.
April 5, 2016 at 7:29 am
doasidont (4/5/2016)
April 5, 2016 at 6:27 am
In addition, the query would be easier to read if suitable table aliases were used.
Tables should be schema-qualified throughout.
April 5, 2016 at 4:52 am
Please attach an actual execution plan and DDL for all the tables.
Also tell us what you have tried so far and your ideas about what the underlying problems may be.
April 5, 2016 at 4:41 am
OK, let me try again with this post.
I have some questions about your sample code. Looking only up to the end of the first APPLY:
select top 10
...
April 4, 2016 at 6:16 pm
So am I right in thinking that the number of columns which you are returning depends on the number of rows in the temp table? There's some unusual stuff going...
April 4, 2016 at 6:12 pm
Tava (4/4/2016)
I've had a quick read, I'm a little confused... The values of 4,8,30,N... will be passed via the #temp table i created.
Since I'm using an outer apply in this...
April 4, 2016 at 6:01 pm
April 4, 2016 at 5:27 pm
SQLTougherGuy (4/4/2016)
Hi Phil - I am using 2014. Which other methods do you recommend for this?
I recommend the following:
a) Use the project deployment model, to take advantage of the benefits...
April 4, 2016 at 5:23 pm
LinksUp (4/4/2016)
Or change the delimiter to something that should not ever be in the source data like a pipe | or tidle ~.
'Tiddled' is what I was last Friday night....
April 4, 2016 at 5:17 pm
swansonm (4/4/2016)
contract lineitem effectiveDate termDate rate
1234 1ITEM110/12/20054/4/2016...
April 4, 2016 at 5:15 pm
larry.andrews (4/4/2016)
Similar behavior - deployed to the server or running in VS (on the server).
OK. I was wondering whether the VS debug overhead might have been a factor, but it...
April 4, 2016 at 2:31 pm
Which version of SSIS are you using?
If 2012 or later, there is no need to use a config file for this.
April 4, 2016 at 2:16 pm
sqlbaby2 (4/2/2016)
**Please delete the post as...
April 3, 2016 at 5:44 am
Luis Cazares (4/1/2016)
You need to use a format file to identify the quotes as part of your delimiter. BCP won't remove the quotes for you otherwise.
Or run an UPDATE query...
April 1, 2016 at 2:14 pm
Viewing 15 posts - 7,336 through 7,350 (of 13,881 total)