Viewing 15 posts - 421 through 435 (of 39,456 total)
Haven't seen this. I might look at a specialized view (yikes) or proc that normalizes the data from the differently formatted PO tables and then joins those results.
June 27, 2024 at 10:15 pm
Is this a web app? HTTP 500 is strange - https://blog.hubspot.com/marketing/http-500-internal-server-error
Ultimately, you need some tracing of what's happening. This might be in the app, with some sort of tool...
June 27, 2024 at 10:14 pm
Telerik has some reporting tools.
There are PowerBI embeds, but that can be a pain.
Is this for auth'd users (on your domain) or non-auth'd users?
June 27, 2024 at 10:13 pm
Is this a web app? HTTP 500 is strange - https://blog.hubspot.com/marketing/http-500-internal-server-error
Ultimately, you need some tracing of what's happening. This might be in the app, with some sort of tool...
June 27, 2024 at 10:10 pm
Learning how to do unit tests is what got me my current job. I never did unit testing in my previous job, so I picked up unit testing and...
June 26, 2024 at 3:00 pm
I do a lot of Python development for cloud environments. When designing and writing software I ask myself "How can this code be tested robustly in a mechanical way"? ...
June 26, 2024 at 2:44 pm
It would be nice to have a table of the events and topics already posted as well
That is super hard to get and post. There are so many events,...
June 24, 2024 at 4:07 pm
I was completely put off by looking at the "average response time" at the top of the results -- 50 minutes? But after having a look at the results...
June 24, 2024 at 4:06 pm
It's early days, but it's also all about marketing. Getting awareness of events or surveys is hard. I'd encourage you to share and send this to your colleagues and friends,...
June 24, 2024 at 4:04 pm
It's early days, but it's also all about marketing. Getting awareness of events or surveys is hard. I'd encourage you to share and send this to your colleagues and friends,...
June 24, 2024 at 4:04 pm
I'm curious how many DBAs here actually have a say in cloud vs on-prem. My previous company was a fortune 500 and I was on a team of DBAs. ...
June 21, 2024 at 4:17 pm
Rod,
Often involves containerizing, and thinking in terms of always transiting a multi-layer network, not a LAN. That often means ensuring you have retries, timeouts, more tenuous connections. Often...
June 21, 2024 at 4:14 pm
Above, and cert type has to be right. I have been able to use a self-signed, but that isn't secure unless you drop it on every machine. What you really...
June 20, 2024 at 8:41 pm
In EC2, it's the same as if you were doing this on-premises with any SQL Server instance in a VM.
There are requirements for the cert, and the config is...
June 20, 2024 at 6:21 pm
You can do that to remove filestream. The data then lives in the db.
If you migrate to a new architecture where you want links and files, you need to stream...
June 20, 2024 at 6:18 pm
Viewing 15 posts - 421 through 435 (of 39,456 total)