Viewing 15 posts - 376 through 390 (of 39,456 total)
IT often gets compared negatively with physical engineering, but we should remember that people have had centuries more practice at buildings, bridges, etc. yet we still have tragedies like...
July 30, 2024 at 1:46 pm
...
As a bonus for the 'quick turnaround', one of the co-owners/vice president of the company gave me two weeks paid time off and round-trip tickets for my wife and...
July 29, 2024 at 10:57 pm
Not well tested and not deployed in rings. Basic failures of software development.
July 27, 2024 at 1:37 pm
Daniel, send a PM to SQLDCH with your Yahoo ID so he can invite you
July 26, 2024 at 3:47 pm
Daniel, send a PM to SQLDCH with your Yahoo ID so he can invite you
July 26, 2024 at 3:47 pm
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
Viewing 15 posts - 376 through 390 (of 39,456 total)