Viewing 15 posts - 391 through 405 (of 39,466 total)
Congrats, Paul. I'll reach out to see if anyone is interested.
July 26, 2024 at 2:30 pm
I had 65 minutes yesterday in Houston. A 35 minute delay in Denver had me running through the airport to make a flight in another terminal before the doors closed....
July 25, 2024 at 8:23 pm
Serverless is great, because it can autoscale, so you can say 4-8 CPUs rather than provisioning 4 or 8. However, if it turns off, you need good retry logic. The...
July 25, 2024 at 8:15 pm
I logged in and saw the league just fine this week
July 25, 2024 at 8:13 pm
I haven't seen a server come back because of thread exhaustion, but that may have been the business (or my own) lack of patience to wait and more willing to...
July 25, 2024 at 8:11 pm
About a 3 hour delay Fri for me, mostly due to a slow flight getting to Austin to take me home.
Yesterday, no real delays for UAL in Denver related.
I think...
July 25, 2024 at 8:10 pm
Same, but I suspect most political stuff is driven by money for a few people (the top 5%, big companies, politicians of all kinds), so they don't want to press...
July 24, 2024 at 7:14 pm
Can you build a DSN That points here and connect? Something like: https://support.microsoft.com/en-us/office/administer-odbc-data-sources-b19f856b-5b9b-48c9-8b93-07484bfab5a7
I assume then you followed this: https://learn.microsoft.com/en-us/sql/relational-databases/polybase/polybase-configure-odbc-generic?view=sql-server-ver16
July 23, 2024 at 7:57 pm
I'd say you need:
EXEC sp_msforeachdb 'use ? SELECT ''?'', definition FROM sys.all_sql_modules WHERE definition LIKE ''%xp_cmdshell%'';'
GO
USE msdb
GO
SELECT s2.job_id, s2.name, s.step_name FROM dbo.sysjobsteps AS s INNER JOIN...
July 23, 2024 at 7:41 pm
Crazy, I was lightly worried Fri as I was traveling as well. No reported issues until we got to the airport (about 90 minutes before the flight) and got a...
July 23, 2024 at 7:19 pm
I think the advice above is sound (sorry for the delay).
If you rewrite, I would look at a cloud based db, though mostly because of latency. If you stick close...
July 21, 2024 at 7:57 pm
I tend to follow's Brian's methodology ^^
July 19, 2024 at 4:44 pm
You haven't made this easy. The data you provided is in a text format for humans, not a format that makes it easy to load. We, or at least I,...
July 16, 2024 at 10:39 pm
You don't seem to want to do work on your side. The data you provided isn't something I can easily run. It's just data.
I am happy to try and help,...
July 16, 2024 at 4:32 pm
Viewing 15 posts - 391 through 405 (of 39,466 total)