Viewing 15 posts - 1,726 through 1,740 (of 39,720 total)
Do companies have a lack of talent? Or do they have a lack of training, a lack of motivational ability to encourage personal growth, and a lack of belief...
October 1, 2021 at 5:32 pm
... This is likely to make everything orders of magnitude worse.
I agree. This is what happens at a lot of places I've worked. Someone gets blamed, occasionally terminated, and...
September 29, 2021 at 1:50 pm
September 28, 2021 at 2:36 pm
I think the Netflix piece, and what I was hoping to convey, is that the decisions about how to implement something, or change something, should come from a mix of...
September 27, 2021 at 6:03 pm
If it's taking you 15s to load, that's a problem. I haven't seen that lately, and when I load today, it's quick. Usually it's slow for me, as I have...
September 27, 2021 at 3:17 pm
If it's taking you 15s to load, that's a problem. I haven't seen that lately, and when I load today, it's quick. Usually it's slow for me, as I have...
September 27, 2021 at 3:16 pm
Thanks, appreciate the response. I'll close the bug for now.
September 24, 2021 at 3:58 pm
Thanks, appreciate the response. I'll close the bug for now.
September 24, 2021 at 3:58 pm
Good catch. I misread the help. I've updated the answers and explanation.
September 24, 2021 at 3:57 pm
I do think large columns should be out of row, as Jeff noted.
However, I also do like vertical partitions of tables, especially when developers struggle to avoid SELECT *.
My main...
September 23, 2021 at 2:53 pm
I'd focus on what you know. Ultimately the cost difference with Azure SQL, Maria as a PaaS service, PostgreSQL, etc. will be small compared to you understanding the system and...
September 23, 2021 at 2:44 pm
Double check your configuration settings for the network. You could have something else open and available. Ideally, we do not expose SQL Servers on the Internet in any way, only...
September 23, 2021 at 2:43 pm
You cannot do this directly. There isn't a capability for T-SQL to do something like "select x from @mytable".
If you want something like:
declare @Product2Count int
exec @Product2Count =...
September 23, 2021 at 2:39 pm
Thanks, I've updated the question.
September 23, 2021 at 2:18 pm
Bump. Looking for a positive test result to close this.
September 22, 2021 at 5:02 pm
Viewing 15 posts - 1,726 through 1,740 (of 39,720 total)