Viewing 15 posts - 211 through 225 (of 9,641 total)
Sean Lange (11/19/2015)
It is however pretty clever.
Talking about me again. I'm both "pretty" (in a very masculine way) and "clever". 😛
November 19, 2015 at 11:29 am
jasona.work (11/18/2015)
Phil Parkin (11/18/2015)
Jack Corbett (11/18/2015)
November 18, 2015 at 12:44 pm
Phil Parkin (11/18/2015)
Jack Corbett (11/18/2015)
November 18, 2015 at 12:41 pm
Have you tried running a trace or XEvents session (assuming the destination is SQL Server) to see if the update statement is being run and what is actually being executed...
November 18, 2015 at 12:27 pm
I can't seem to duplicate the problem.
Can you attach the SSIS package?
I have attached the file I used to try to duplicate the issue. I had to upload it...
November 18, 2015 at 9:11 am
scorpman (11/18/2015)
I have a question, in terms of performance what's best in a query with LEFT JOIN:
- Put the clause in ON of the LEFT JOIN
- Put the clause in...
November 18, 2015 at 8:47 am
What are you getting for errors on the OLEDB Command?
Can you post table definitions and the update statement?
November 18, 2015 at 8:30 am
jasona.work (11/18/2015)
Luis Cazares (11/18/2015)
Brandie Tarvin (11/18/2015)
robert.sterbal 56890 (11/18/2015)
Luis Cazares (11/18/2015)
November 18, 2015 at 8:22 am
Steve,
Please send the sun east, but keep the snow.
November 17, 2015 at 12:06 pm
You don't need a regex to find out if it is an integer in .NET. You can use INT32.TryParse().
November 13, 2015 at 2:51 pm
Never tried this, but try creating a SYNONYM for the function in the same database as the table and then reference the synonym in the constraint.
November 13, 2015 at 1:55 pm
etirem (11/13/2015)
In SQL, I'm using a function...
November 13, 2015 at 1:45 pm
Is Linesheet a directory or part of the image name that is the same for every image? If it is a directory then I think your issue is that...
November 13, 2015 at 1:19 pm
Do you want numeric values or integer values (whole numbers)? Based on the images you shared you want only integers.
Do you want to do it in SQL or SSIS?
If...
November 13, 2015 at 1:03 pm
Apparently the source_code column in the source table contains NULL values which means you'd never match and also be an insert. You just need to exclude nulls from your...
November 12, 2015 at 12:21 pm
Viewing 15 posts - 211 through 225 (of 9,641 total)