Viewing 15 posts - 1,021 through 1,035 (of 2,863 total)
What part are you having problems with? You say you want to relate No with DocumentNo. This feels trivial to do as long as those 2 columns ARE actually related.
What...
July 5, 2021 at 3:08 pm
As a weird question - are C, E, and F the same PHYSICAL disk with different partitions on them? If so, I would change that structure. I came to that...
July 5, 2021 at 3:00 pm
I feel you there. But if that is what it takes to make the tool then that's what it takes.
Also, I wouldn't say I like Jira... it has its purpose,...
July 4, 2021 at 2:25 am
Below is my opinion, I do not work for Jira and have no knowledge of their back-end magic.
I think one of the main reasons that you would want to do...
July 2, 2021 at 10:20 pm
I think it depends. What are you looking to monitor?
There are database monitoring tools and SSRS has a SQL Server back end so you may want to monitor that. Or...
June 25, 2021 at 9:09 pm
As a random thought, I was looking at this chunk of code:
SET @Sql = 'UPDATE ' + @TableName + ' SET ' + @CustSeqColName + ' =...
June 25, 2021 at 8:07 pm
Then that is weird. I've never come across that behavior before.
Any chance that the UPDATE is missing updating something that is causing the DELETE to fail?
June 25, 2021 at 5:58 pm
My first thought here is that it is rolling back when the cursor ends. Do you have ANY "ROLLBACK" statements inside your loop or after the loop but before the...
June 25, 2021 at 5:24 pm
I think it depends on your requirements. I don't have any Azure instances to monitor, but I like SQL Monitor from RedGate. The price is right and the tool works...
June 25, 2021 at 5:20 pm
Scott - that is a good point. Time of day isn't the best use case for limiting stored procedure execution. A better use case would be for something like modifying...
June 25, 2021 at 5:11 pm
Looking at your log there, it says that the edition of SQL Server that installed the service does not support SQL Server Agent.
I would double check your installation media to...
June 24, 2021 at 6:07 pm
Some people really like the debug feature. My thoughts on it are that it was a pain to get set up and it seemed to be very inconsistent on my...
June 24, 2021 at 5:42 pm
The error messages related to the SQL Agent sound like something is broken in MSDB. If this is a NEW 2019 install, I would do an uninstall and reinstall it...
June 24, 2021 at 4:09 pm
My opinion - I would refrain from any "execute all" or "read all" permissions. They are risky. I would operate on a least privilege model and create roles to access...
June 24, 2021 at 2:57 pm
I think that that is best practice anyway. My understanding is that on a server, you want as little overhead as possible which means not installing additional tools like SSMS. ...
June 24, 2021 at 2:34 pm
Viewing 15 posts - 1,021 through 1,035 (of 2,863 total)