Viewing 15 posts - 121 through 135 (of 145 total)
The two instance names are
server\MSSQLSERVER - Default
server\prsvr
Not the server name itselfs. Is this possible with Network??
October 5, 2009 at 3:55 am
I included a screen shot that shows the 2 instances and that they have the same files for master. Is it possible that there is 2 names for the same...
October 5, 2009 at 2:42 am
I checked the server and all databases is exactly the same. As if they are in a cluster. Even sys databses is the same files.
October 5, 2009 at 12:30 am
No worries found the problem. Experiencing the monday stupidity.
September 27, 2009 at 11:54 pm
No worries found the problem. Experiencing the monday stupidity.
September 27, 2009 at 11:54 pm
That is correct. Code runs fine in SSMS but not in the job. It fails with the above mentioned message.
What can I post for you guys. I thought that it...
September 2, 2009 at 10:56 am
It is the same as the script I use to attach manualy. I just copy and past.
August 31, 2009 at 4:44 am
The upgrade is not the problem. I am attaching flashcopy from mirror on SAN. When I attache the DB in the job it gives that error. If I do it...
August 31, 2009 at 4:27 am
Hello
I see that the output of the upgrade is too long for the job execution. Is there a way to get around this. Swith off output maybe
August 31, 2009 at 2:30 am
In place of having the select in the join replace the select part with a temp table here and create the temp table before you run this query. This is...
August 25, 2009 at 12:25 am
Just a suggestion. The subquery used now can be put in a temp table or table var that should increase the performance.
August 24, 2009 at 7:55 am
Try changing you loggin on the SQL service. Both instances should login with domain user that have rights on the other server and have right to SQL server. Add the...
August 21, 2009 at 6:25 am
Excesive wait times on the memory could increase wait times on the cpu. cpu usage should not increase but the waittimes would.
August 20, 2009 at 6:33 am
Hello again
What we suggested was reducing the memory for the mirror instances to 256mb each and see how that works. SQL will try to use all memory you allocate if...
August 20, 2009 at 4:28 am
Viewing 15 posts - 121 through 135 (of 145 total)