Viewing 15 posts - 136 through 150 (of 179 total)
If you must use SSIS to do this, you can use an Execute SQL task to read the list of table names into an object variable.
Then use a...
May 19, 2017 at 5:13 am
May 17, 2017 at 7:09 am
May 15, 2017 at 11:38 am
Back to the OP, there seems to be some inconsistency in your data and desired results.
First you say that the week is Monday through Sunday. This will create...
May 9, 2017 at 5:43 am
Luis Cazares - Friday, May 5, 2017 8:28 AMBut you shouldn't DROP and CREATE tables. That will eventually cause data loss.
Depends on...
May 9, 2017 at 5:26 am
Check the "ExecuteOutOfProcess" property, which controls parallelism. I found a reference in this blog: https://blog.sqlauthority.com/2015/02/12/sql-server-the-basics-of-the-execute-package-task-notes-from-the-field-067/
It doesn't specifically state, but I suspect that if Out Of Process is true, the...
May 8, 2017 at 6:32 am
And then you may have a name like Arthur Conan Doyle. His given last name was Doyle, he was knighted under the name Doyle, but sometimes Conan Doyle is used...
April 26, 2017 at 5:19 am
I think we need more information on what you want to achieve here.
Eirikur's solution will give you exactly what you asked for. But is that what you really...
April 10, 2017 at 5:22 am
It looks like you're trying to make the sum of rounded numbers equal the sum of unrounded numbers. That won't work. That's why poll results often say, "Totals may not...
April 10, 2017 at 5:14 am
April 6, 2017 at 9:42 am
April 6, 2017 at 9:10 am
An interesting question, but it could have been more interesting.
You could have added more values, so that the number of 3's and 5's was not equal - and the...
April 6, 2017 at 5:50 am
Viewing 15 posts - 136 through 150 (of 179 total)