Viewing 15 posts - 4,231 through 4,245 (of 13,877 total)
I updated our test environment with SQL 2016 SP2 CU1 from RTM. One of my developers...
July 23, 2018 at 2:19 pm
Are the N1–N7 column headings fixed or dynamic?
July 23, 2018 at 10:38 am
So ... declare it, or use literal text if it's always the same!
I did not give you my code it its entirety, you'll have to fill in a...
July 23, 2018 at 10:35 am
July 23, 2018 at 10:33 am
The double quotes method seems to work, while using single quotes does not, which is interesting.
DROP TABLE IF EXISTS #garbage;
CREATE TABLE #garbage
(
...
July 23, 2018 at 8:36 am
So is your package as simple as just a
truncate target
followed by a simple source/target dataflow?
Or does it contain any other transformations?
July 23, 2018 at 8:28 am
Can you post the results of running 'SCRIPT TABLE AS CREATE' please?
July 23, 2018 at 8:20 am
Does your target table contain any indexes or keys (primary or foreign)?
July 23, 2018 at 8:10 am
Here is the DELETE version of the query posted above:
DROP TABLE IF EXISTS #seq;
CREATE TABLE #seq
(
Primarykey INT NOT NULL PRIMARY KEY...
July 23, 2018 at 6:54 am
Could you try putting the Excel file onto one of the server's local drives and loading it from there? Just to rule out any possible network issues.
I agree...
July 23, 2018 at 4:35 am
July 23, 2018 at 3:38 am
Delete table
Where record <> 1
Looks like it would do it.
July 23, 2018 at 3:35 am
I can't see a single issue with what you are doing.
Have you tried setting breakpoints on the Foreach loop and the Output File tasks (select them and press F9)...
July 20, 2018 at 9:51 am
saptek9 - Friday, July 20, 2018 5:25 AMi know c# in moderate level not an expert. Please provide me help
OK, here goes.
First...
July 20, 2018 at 5:47 am
If you have this off hand, could I ask the syntax for a...
July 20, 2018 at 5:36 am
Viewing 15 posts - 4,231 through 4,245 (of 13,877 total)