Viewing 15 posts - 2,311 through 2,325 (of 2,905 total)
Adding to what Sue_H said, and expanding on what Steve Jones said, I tend to avoid ms_foreachdb (for the reasons that Sue_H posted) and would much rather write my own...
September 11, 2017 at 10:09 am
Nested queries can be problematic as well. Might want to use a CTE or a temp table to store the nested query which may give better results. Since you are...
September 6, 2017 at 10:45 am
To me, it sound then like audrey.abbey is likely correct...
September 6, 2017 at 8:18 am
Can you replicate the problem on another computer?
If you can replicate the problem, it makes me think the problem is not related to the end users computer.
If you...
September 5, 2017 at 4:24 pm
A quick google of that error brought me to this:
https://technet.microsoft.com/en-us/library/ms187005(v=sql.105).aspx
basically - update SSMS, possible network issues, server setting may need changing (depending on the windows server version).
September 5, 2017 at 3:39 pm
The database they were connected to had auto-close set to false, correct? I believe that is a database level setting... I am just thinking if they are running a query...
September 5, 2017 at 3:30 pm
September 5, 2017 at 2:49 pm
Is the client connecting from the remote site over some form of VPN? Could there be an idle timeout in the VPN software?
When you that the connection is...
September 5, 2017 at 2:27 pm
Well, the reason it is not returning results is your where clause.
since @Cat1 does not equal 0 AND @cat2 doesn't equal 0, one of your OR conditions needs to...
September 1, 2017 at 9:08 am
I think what Perry is suggesting (correct me if I am wrong though) is that your SAN team would handle everything with this.
They would migrate the data from the...
August 30, 2017 at 11:37 am
What about for answered threads, the thread title would have the text "ANSWERED" after it. So for this thread (presuming it was answered), it would say: "answered" thread...
August 29, 2017 at 12:03 pm
Good to know. I thought it was working since the patching. Which, while true, has not had a long enough runtime to verify that it is "fixed".
Could it...
August 28, 2017 at 2:02 pm
I would expect, since it is getting "access is denied" errors that the problem is with a specific account.
But I suppose if things are running now, it might...
August 28, 2017 at 11:27 am
If you execute the stored procedure as the SQL Agent user, does it execute successfully or do you get that same error?
Since it has run successfully 3 days...
August 28, 2017 at 11:06 am
Viewing 15 posts - 2,311 through 2,325 (of 2,905 total)