Viewing 15 posts - 976 through 990 (of 39,466 total)
typing while not thinking. This is fixed. The no_truncate option is needed
February 8, 2023 at 3:15 pm
You're one of the lucky ones. Sometimes outsourcing benefits people, but usually when it's a small number. when it's a large group, a few people might make more money, but...
February 6, 2023 at 3:31 pm
Lol, not sure that's the place for a variable. Silly me still in the habit of typing 2022.
It's fixed.
February 5, 2023 at 2:43 am
I created a new body.
There were some connection issues, and I'm guessing I added the question and it didn't save. I didn't notice, so I need to go back and...
February 3, 2023 at 10:14 pm
Fixed, actually built a question. Not sure what happened here.
February 3, 2023 at 4:59 pm
What you seem to be doing here is reading data from SQL Server, then processing that and inserting data from SQL Server into another table. There's no reason to do...
February 2, 2023 at 8:16 pm
You might try and see if SQL Edge works better. It's designed for low resource environments, whereas I think SQL Express tends to eat more RAM. LocalDB might work better,...
February 1, 2023 at 9:34 pm
Since you are querying in SQL, using something outside of SQL strikes me as a place where things can go wrong with capturing the data, as well as alerting on...
February 1, 2023 at 9:32 pm
Agree with Grant. Something else I look at is how I can batch part of these things. Think about the process rather than the data. Sometimes temp tables and partial...
February 1, 2023 at 5:15 pm
that column needs to be in the group by. That is what the error means
February 1, 2023 at 3:59 pm
If you have 1000+ tables, and you want anytime a user inserts/updates/deletes, and you send alerts, how many is that? Can they even be processed?
Usually I hear this and I...
February 1, 2023 at 3:57 pm
You're complaining a bit about your process with Microsoft's. My point is that any platform will have bugs and issues, and any patch can cause issues. Microsoft has done a...
February 1, 2023 at 3:44 pm
Be good to have some sample data and sample results here, also what have you tried?
February 1, 2023 at 3:35 pm
I'd say there is overhead for the OS with RAM, then add in a VM, and you've added more RAM overhead. SQL Server is very memory hungry, and you are...
February 1, 2023 at 3:34 pm
Viewing 15 posts - 976 through 990 (of 39,466 total)