Viewing 15 posts - 571 through 585 (of 2,863 total)
My approach was to get certified in the tool I was going to be supporting - Microsoft SQL Server. I started my training at Ucertify which I liked as it...
March 21, 2022 at 4:05 pm
I am 99% sure that that is a limitation of HTML. Can you imagine the headache if you clicked on a single link and 100 web pages popped open you? ...
March 17, 2022 at 5:32 pm
My opinion - this should be solved at the presentation layer, but you also have some data issues. First, I'd fix the data issues - your RCLTIM column is a...
March 17, 2022 at 5:29 pm
If the code is running longer due to waits, I would review which wait is causing the slowest performance of the query and go from there. If it is something...
March 15, 2022 at 3:43 pm
I agree with Grant here - what are you trying to debug with the debugger?
In general, my "debugging" of SQL scripts is to take the UPDATE, INSERT, or DELETE statements...
March 15, 2022 at 3:40 pm
I was just reviewing the link you provided and it basically tells you what to do, just not in plain terms. Basically, determine what is causing the latch, then determine...
March 14, 2022 at 9:36 pm
As a GUESS, I would say that since the problem occurs during busy times on the server, it is LIKELY contention on the log file. Too many things are writing...
March 14, 2022 at 3:02 pm
Just to counter-point Ant-Green's suggestion of 2019/2022, I would review what OS version you are on and make sure that the SQL version you upgrade to is supported at the...
March 14, 2022 at 2:56 pm
I am a little confused about what you are trying to do, but if I understand right, you want to have the report sent out on an email BUT you...
March 11, 2022 at 2:46 pm
Spot on Jeff... I never think to check the profile before replying...
Seeing something like "gemini support team" in the profile then seeing a question posted that doesn't seem to make...
March 9, 2022 at 8:15 pm
My opinion - I would NOT have modified any upgrade related scripts or any scripts created and provided by Microsoft.
I would follow the same advice that I gave originally:
I would...
March 9, 2022 at 5:52 pm
My opinion - that is hard to say on a forum post as we have no access to your data or your data structures. My question to you would be...
March 9, 2022 at 5:48 pm
I don't think there is enough to go on based on what you wrote. Plus, what you wrote does not look like TSQL; it looks more like .NET.
So, if you...
March 9, 2022 at 2:44 pm
My opinion - before making a linked server, find your bottleneck. If the bottleneck is the network, the linked server is not going to make things any faster. It will...
March 8, 2022 at 6:59 pm
Viewing 15 posts - 571 through 585 (of 2,863 total)