Viewing 15 posts - 31 through 45 (of 398 total)
hiding the row does work.
March 12, 2019 at 3:23 pm
works for me. Thank you peitlinden 🙂
March 11, 2019 at 12:19 am
I switched to using INSERT OPENDATASOURCE instead of OPENROWSET since the former doesn't require having a linked server set up.
Process involves creating a template excel that is permanently...
March 10, 2019 at 8:37 pm
Thank you Scott Coleman, I'm following the instructions within link.
I haven't succeeded yet, because I need a linked server and I need someone with Admin permissions to create...
March 6, 2019 at 7:54 pm
March 2, 2019 at 10:26 am
yes, this is good advice. From now on I will use DELETE TOP (10) .....usually I do the SELECT first before I run the DELETE but *this time* for some...
March 1, 2019 at 11:04 pm
I hate WHERE EXISTS. I have always had trepidation with it.....!
February 27, 2019 at 11:09 am
the UPDATE should happen if a NULL is found, which should be all records on the join (they are harvested into the reporting 'stg' table on the basis that they...
February 14, 2019 at 10:02 am
michael.cole 47030 I like the update statement you suggest and...
February 14, 2019 at 12:53 am
Hi sgmunson , thanks for replying.
Yeah, but @ReportDate is
@ReportDate ...
February 12, 2019 at 9:26 am
Chris Wooding
No, not all possible that the ShipmentsClaims table is empty.
One change I made yesterday was to add an ELSE statement to the UPDATE, and I included...
February 11, 2019 at 9:40 am
this is a discouraging. Everyday there is data in the #temp table (verified because the SSRS report is sent out with data (SELECT * FROM #TEMP)
Daily I am having...
February 10, 2019 at 8:02 pm
Lynn Pettis thanks.
I've added
CREATE NONCLUSTERED INDEX ix_ChubSContact_RowId ON [dbo].[CHUB_S_CONTACT](ROW_ID) INCLUDE...
February 9, 2019 at 5:36 pm
Jeff Moden
This simple query I shared in opening post is being used as a *subquery* in a view,...
January 22, 2019 at 11:18 pm
Jeff Moden regarding the "NCI_CHUB_S_CONTACT_01" is crazy. Shy two columns, it basically covers all columns and every time I run...
January 18, 2019 at 8:56 pm
Viewing 15 posts - 31 through 45 (of 398 total)