Viewing 15 posts - 616 through 630 (of 59,069 total)
So, on a submarine, you can't design the toilets to flush into the ballast tanks or maybe a designated septic tank that periodically gets evacuated?
Heh... sounds like you already...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 4:13 pm
Overall, what are you actually trying to do? Bulk insert from files to the database or???
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 2:19 am
I can't speak for the cloud but I'm backing up a 4.7 TB database over NAS on-prem in 1 hour and 13 minutes. It's a single file backup but the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 2:15 am
Take a look at Hierarchies on Steroids #1: Convert an Adjacency List to Nested Sets & Hierarchies on Steroids #2: A Replacement for Nested Sets Calculations from...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2024 at 6:57 pm
Is there are db growth rate formula which can be used to predict say next 3/6 months of db growth rate.
Yes. It's known as "Linear Regression Analysis". I'm giving...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2024 at 6:55 pm
Adding the option (recompile) slows it down even further , taking an additional 30 seconds to start the dataflow
Heh... now that's interesting. And, I just noticed... this is for...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2024 at 1:28 am
I implemented a similar solution at work, logging the disk free space (along with database free space) to a table along with when it was recorded. Simple...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2024 at 1:20 am
I implemented a similar solution at work, logging the disk free space (along with database free space) to a table along with when it was recorded. Simple SSRS report...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2024 at 9:58 pm
This is very likely a case where the use of a statement level OPTION (RECOMPILE) will work perfectly and very quickly.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2024 at 3:30 pm
Heh... you, of all people, should know about "double posting".
Folks, no answers here, please. Instead, go to the duplicate post and post there. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2024 at 3:25 am
I'd have to see more but I'd start with the idea that the "Starter" is actually a "Product" and that product becomes an "Ingredient" as if you bought it from...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2024 at 3:23 am
I would use the following code to get 'last' Sunday. Seems a bit simpler than the current version.
SELECT DATEADD (wk, DATEDIFF (wk, 0, GETDATE ()), 0)...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2024 at 2:01 pm
Do not use DATEDIFF(WK) if you need for the first of the week to be based on any day of the week other than SUNDAY. It is ALWAYS based on...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2024 at 1:38 pm
That might be your network or connection. The links work for me.
Might be me, indeed. I'm running some pretty secure connections. If the connection doesn't prove themselves to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 13, 2024 at 1:56 am
And then there's the change in security or the deletion of a full site with no record but a trail of now broken links...
Secure Connection Failed
An error occurred during a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2024 at 9:18 pm
Viewing 15 posts - 616 through 630 (of 59,069 total)