Viewing 15 posts - 5,296 through 5,310 (of 13,877 total)
Why are you refusing to answer the question about how this new column is calculated? Options suggested so far.
1) A view
2) An UPDATE query
3) A computed column...
August 11, 2017 at 9:53 am
John, Thom, these are not 'calculated fields'. Or perhaps the OP used the wrong term.
August 11, 2017 at 8:21 am
Please define the calculation.
How do you get from 'Scenario 1','00 Set',' TC1' to '8:00'?
Does TC1 always correspond with '8:00'? If so, why not just create a lookup table &...
August 11, 2017 at 7:46 am
August 10, 2017 at 1:42 pm
August 10, 2017 at 1:09 pm
August 10, 2017 at 12:03 pm
Ok, last one. SSIS figures out through the lookup what...
August 10, 2017 at 11:49 am
I presume that you are using a table as the source for your data flow?
If so, change this to a query and add whatever filter criteria you need.
August 10, 2017 at 11:38 am
I am trying to...
August 10, 2017 at 10:33 am
This trigger will not handle the case where multiple rows are inserted in a single batch, so you need to perform some re-engineering.insert table2(id, source)
select i.Id,...
August 10, 2017 at 8:37 am
I have several databases on one of my servers that I am trying to create...
August 10, 2017 at 6:04 am
August 10, 2017 at 5:54 am
funbi - Tuesday, August 8, 2017 11:56 AMIt's easier than laboriously deleting data in the correct order anyway.
Unless you have a...
August 8, 2017 at 11:57 am
Viewing 15 posts - 5,296 through 5,310 (of 13,877 total)