Viewing 15 posts - 61 through 75 (of 22,184 total)
Is there any circumstances where you would allow code with a 'SELECT * ' to go into production?
I believe this should NEVER happen. There is a discussion that some...
February 21, 2025 at 8:11 pm
Congratulations @jeff-moden Finally overtook the high priestess on the SSC overall leaderboard.
She did have a shedload of LIKEs. The "upgrade" on the site years ago hasn't helped much...
February 21, 2025 at 8:04 pm
My dad was a Mergenthaler Lin-O-Type operator. He set type for decades. I learned about etaoin shrdlu from him probably more than 70 years ago.
He had a favorite trick...
February 21, 2025 at 1:31 pm
Strong suggestion, don't store the images in the database. Can you? Yes. VARBINARY(MAX) would be the way to go. However, it really negatively impacts a whole slew of things from...
February 20, 2025 at 2:11 pm
It's a VM and operates like a VM. Attached storage will act like attached storage. I'm not sure where you're going with this. As I said before. It's going to...
February 17, 2025 at 7:05 pm
Right there with you Jeff & Andrew. Stuff like this makes so many things more difficult.
February 17, 2025 at 2:15 pm
Agreed. When we start reaching a limit, we should reconsider the approach. I can only assume someone needing that many parameters is trying to process a lot of data...
February 17, 2025 at 2:12 pm
2100 parameters for a sproc? If you think that is a problem, you have far larger real problems.
Ha! Yeah, no kidding. However, someone, with a bunch of money, went...
February 17, 2025 at 2:11 pm
Your best bet is to use the Azure Pricing Calculator or directly contact support. And remember, it's not just storage costs. Are you moving data OUT of Azure? That...
February 5, 2025 at 1:08 pm
Export, backup, whatever. It's going to look & act like a drive inside the VM.
January 27, 2025 at 12:36 pm
If you create a container inside your storage account, you can then use the mount command to mount it as NFS storage inside the VM.
Something like this (example code from...
January 15, 2025 at 1:19 pm
I couldn't agree more about being prepared ahead of time. When I read your post, what immediately came to mind were two words: Crowdstrike 🙂 That horrible morning...
January 14, 2025 at 5:07 pm
Grant Fritchey wrote:The universe is actively out to get us.
This made me laugh.
It's not paranoia if it's true, right!? 😉
Exactly.
January 13, 2025 at 8:42 pm
There's a connection to the database. That's what that error is telling you. I'll bet money it's SSMS. However, to find out, just open a query window, not connected to...
January 13, 2025 at 3:51 pm
You're a pretty strong candidate for moving that database to the cloud. As you say, you don't have expertise in hardware or operating systems in house. Moving the database to...
January 13, 2025 at 2:38 pm
Viewing 15 posts - 61 through 75 (of 22,184 total)