Viewing 15 posts - 6,121 through 6,135 (of 59,089 total)
The ability to deploy faster has done nothing for the quality of code, IMHO. I know you didn't say that in your good article but seem to be leaning a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:23 am
You're welcome and thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:06 am
My first question would be, why are you using FLOAT to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 12:51 am
This will use an index seek but the problem is for it to work I need to use substring or a left to get the rest of the start...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 10:39 pm
I can't speak for others but I find that anything that relies on log files for replication is a huge PITA, especially when it comes time to doing index maintenance.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 8:19 pm
If I concatenate the varchar columns into a single column, I will (almost) duplicate the table size. That don’t look so good either and I don't like this idea...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 4:07 pm
4T in a few seconds !?!?
Yes. No typo's there.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 3:28 pm
I don't know what's causing the problem (although it may be "just" a missing driver on the app/client side) but my first thought is to get that firewall back up...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2020 at 3:29 am
If the boxes use the same SAN, check with the SAN folks or vendor. There is such a thing as "SAN Snapshots". My first exposure to it was way back...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2020 at 3:22 am
As a bit of a sidebar, your WHERE clauses for the start (>=) and end dates (<) are CORRECT. Your calculation for end date is not. You could miss some...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2020 at 3:09 am
I have no reasonable explanation without being able to see an "actual execution plan". I also understand that circumstances won't allow you to post one for this problem.
However, a possible...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2020 at 2:51 am
I used SQL profile to trace SQL Statement and found user use insert bulk to insert data for a table, but the sql statment is too long (over 4000)...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2020 at 8:58 pm
Grant, Thank You for your thoughtful reply. This will help me formulate better questions on my next post. My goal is to find better solutions and learn new techniques...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2020 at 7:15 pm
To be honest, I've never seen anyone use it in the manner you've just described and that was a misunderstanding on my part because I've only used it for columns...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2020 at 3:52 pm
To be honest, the column names are a bit cryptic but making some guesses about the column names, I'd say that the DES_OBSR_ENTD is likely the only column that would...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2020 at 2:27 pm
Viewing 15 posts - 6,121 through 6,135 (of 59,089 total)