Viewing 15 posts - 7,621 through 7,635 (of 59,072 total)
Wondering why you are not using the EOMONTH function for the last day of the relevant months?
For what was written as code in the article, I'm wondering the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 2:17 pm
How much memory do you have allocated to SQL Server and how big is the transfer in bytes? I ask because I've seen this before and it was simply due...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 3:11 am
What's the MAXDOP setting for the server? And what's the Cost Threshold of Parallelism set to?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 3:05 am
Enquiring minds want to know... what did you find out?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 3:01 am
It sounds like you may have a fair number of indexes on your tables. Of course, those can make SELECTs absolutely fly. For INSERTs, that can really slow things down...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 2:25 am
ok - nice and simple but can you explain the $escape_none(jobid) bit... this sounds like it is the bit I am looking for - I've never used it. does...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 1:56 am
This is an old style of "Equi-Join" that has been replaced by the current "Ansi Standard" joins that most of us use today. Yes, the join is being done in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 1:36 am
I deal with an older person every day... me! 😀 I can't avoid me even if I turn around wicked quick. I can also tell you that you shouldn't try...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 1:21 am
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
oh man i wish i was...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 1:15 am
I once joked that Hadoop encouraged you to think about new ways of solving data problems. Mainly it encouraged you to think of ways of solving those problems without...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2020 at 1:07 am
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
oh man i wish i was in that stream...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2020 at 4:44 pm
Dude... spend the money. The information in 837s is really important to people. You really can't afford to get it wrong because, if you do, you and the company you...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2020 at 4:33 pm
"837" files are an EDI specification. They can follow either an EDI format or a similar format in XML (but usually not the later). I wish the world would simply...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2020 at 4:23 pm
Just my humble opinion but, except for the fact that the newer datatypes can use fewer bytes, they pretty much suck for me because you cannot do direct data math...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2020 at 3:50 pm
It does, indeed. Even if you're only extracting the "BS" record types, it might make sense to split out the first two characters as the record type during import using...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2020 at 2:47 pm
Viewing 15 posts - 7,621 through 7,635 (of 59,072 total)