Viewing 15 posts - 106 through 120 (of 253 total)
Thank you all for your input - really appreciated!
September 9, 2017 at 6:17 am
Drew / Chris
Thank you both. I see now the solution was more than obvious. Massive thanks!
July 18, 2017 at 3:15 pm
July 18, 2017 at 2:44 pm
I can also add a line to it, but then it will always return the first, empty record as from the example below, no?
IF OBJECT_ID('tempdb..##invoice') IS NOT NULL
July 18, 2017 at 2:14 pm
The result set will be per invoice, but not all Direct payments will have TRUE in their Add VAT to CC column. Some may have FALSE ,e.g. product's insurance.
March 24, 2017 at 10:52 am
Yes, thank you.
But is it OK, from performance point of view, to call the same table twice, please? The actual table has 16M records.
March 24, 2017 at 9:51 am
ThomasRushton (12/30/2016)
Phil Parkin (12/30/2016)
Further to Thomas' answer, the flippant answer given by many people here would be 'in the garbage'.
y'know, that was my first answer... but I censored...
December 30, 2016 at 12:54 pm
Chris Harshman (12/30/2016)
BOR15K (12/30/2016)
December 30, 2016 at 11:27 am
Jeff Moden (12/30/2016)
BOR15K (12/30/2016)
Jeff Moden (12/30/2016)
BOR15K (12/30/2016)
December 30, 2016 at 10:51 am
Jeff Moden (12/30/2016)
BOR15K (12/30/2016)
December 30, 2016 at 10:35 am
Thank you for the answers.
I am aware of the dirty data and in this case there will be no update of the data within the selected range, hence I want...
December 30, 2016 at 10:04 am
Ed Wagner (12/7/2016)
Oh, and I would create a clustered index on that table. If it were me, I'd use an IDENTITY column.
I hope this helps.
Thank you, Ed. Can you...
December 7, 2016 at 6:10 am
DesNorton (12/7/2016)
BOR15K (12/7/2016)
DesNorton (12/7/2016)
What CLUSTERED index does the table have?Currently none. The table has lots of records periodically loaded at once (every other hour or so).
If you use invoice_lines_I03 to...
December 7, 2016 at 5:17 am
DesNorton (12/7/2016)
What CLUSTERED index does the table have?
Currently none. The table has lots of records periodically loaded at once (every other hour or so).
December 7, 2016 at 4:36 am
Thank you. Yet I will need to seek a permission from DBA's to add a new column across all the environments.
December 5, 2016 at 4:36 am
Viewing 15 posts - 106 through 120 (of 253 total)