Viewing 15 posts - 5,986 through 6,000 (of 59,089 total)
Sorry... wrong person...
@ andre1992 ... Please answer the questions from my first post on this thread so that I can help you solve this problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 9:59 pm
I use this index maintenance solution - https://ola.hallengren.com/.
Please answer my questions in my previous post so I can help you fix your problem. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 9:57 pm
Hi everyone,
I'm trying to figure out how to manage the maintenance of the indexes I just created in some tables of my database.
Once I run the Rebuild, the size...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 6:48 pm
SELECT CONVERT(CHAR(8), DATEADD(SECOND, 60 * 526.30, '00:00:00'), 8)
That's another good way (IMHO).
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 6:30 pm
I guess I don't understand all the gyrations with separating parts and concatenating them back together for this task in SQL Server. Is there a reason for it? If not,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 6:27 pm
First of all, I recommend NOT formatting data for storage. It's just wrong for so many reasons.
If the data is ultimately bound for storage in a table, then do the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 4:06 pm
What do you want to appear for durations that are greater than 24 hours?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 3:28 pm
So if you wanted a field named date_last_modified on your data table and you wanted to use a trigger to set that value to getDate() via an update trigger,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 3:17 pm
Is it possible to restore not only the database but also it's snapshots from the Live to the Dev server?
It's about time you found this place and signed up,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 3:06 am
I don't need such a thing but I Googled for "download Shapefiles for all countries" and got a shedload of hits that also had the word "free" in their descriptions.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 11:38 pm
If both databases live on the same SAN, checkout the documentation for the SAN... it may have the ability to do a "SAN Snapshot", which is incredibly fast and doesn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 11:16 pm
The other advice would be to upgrade at least the 2012 and 2014 instances. Also, if each host has 32 cores, are some of them really low usage where you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 11:11 pm
I am using an 8 core laptop with 8 GB of ram and 512 GB SSD disk, SQL Server 2019.
I get consistent 1100 ms with Jeffreys cte.
I'm thinking that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 10:25 pm
I get 450 milliseconds when using the algorithm as a scalar function. I get 1000 milliseconds when using the algorithm as an inline table-valued function.
Using the same 1 000...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 7:56 pm
Are you referring to this function? https://www.sqltopia.com/algorithms/date-and-time/get-the-nth-weekday-of-any-interval/
I can't see that it should take 4 seconds to run over a million date interval?
That's the one, Peter. Here's the code I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2020 at 7:04 pm
Viewing 15 posts - 5,986 through 6,000 (of 59,089 total)