Viewing 15 posts - 7,081 through 7,095 (of 59,091 total)
Forum,
How do we tune a huge DB with ~2TB with huge tables most of them are heaps and some have cluster and non clustered indexes, this is not about...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 9:47 pm
Thank you !! Working as expected
You're welcome but which one?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 9:28 pm
Seems SQL Server doesn't have a regular expression function.
I am trying to query for records in which a varchar field contains values 123.x.5, where x is a integer of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 9:05 pm
SELECT CONVERT(DATETIME2(7), STUFF(REPLACE(STUFF('2020-04-29-14.41.26.686978',11,1,'T'),'.',':'),20,1,'.'));--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 8:45 pm
DevOps isn't related to cadance or QA/testing. It is related to learning to become better. Plenty of companies conflated the two and drove speed over quality (many still...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 2:39 pm
You do realize that your dates that you're copying from aren't dates, right? They probably the number of days since 1900-01-01 but they're not actually dates. I believe that's your...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 2:32 am
The big thing missing here is that there was no investigation as to why any of the bugs were released. There's something very wrong when this type of thing happens...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 2:09 am
Heh... and the graphics I posted in a previous post certainly went south when they did the "improvements" for this site. Lordy.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 2:04 am
Heh... one does have to wonder though, why anyone would use a max data type (LOB) for such a thing. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 1:37 am
Excellent. Thanks for the feedback, Michael.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 1:31 am
Excellent. Thanks for the feedback, Bruin. I think I can speak for the others in saying that we're very interested in how your test turns out. My production system only...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 1:29 am
To be honest, I think that all'y'all 😀 are making this a whole lot more complex than needed. The PK on the table is an identity column. That means that...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2020 at 7:33 pm
And, no... not as old as dirt. I'm older than a lot of the dirt I made in my garden. 😀 I've got sox older than some of your adult...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2020 at 3:37 pm
Jeff,
Thanks for the link. Now I understand how to obtain the return code.
Here is the only part I don't understand. Using the code from my example, how might the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2020 at 3:35 pm
Jeff,
Thanks for the link. Now I understand how to obtain the return code.
Here is the only part I don't understand. Using the code from my example, how might the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2020 at 3:31 pm
Viewing 15 posts - 7,081 through 7,095 (of 59,091 total)