Viewing 15 posts - 9,511 through 9,525 (of 9,641 total)
This may be related to the latest McAffee Upgrade we did from 7.1 to 8.0i.
January 25, 2005 at 10:01 am
I have not verified the backup. Currently we are using another solution to get backups completed successfully.
December 30, 2004 at 10:10 am
There are no errors in the Event Logs other than the failure due to OS Error 87. IT is interesting that in the other location where we are using this...
December 29, 2004 at 3:05 pm
I had never heard of it bu tyou could check out hte Gupta web site http://www.guptaworldwide.com. It looks like it is used similar to how MS would like to...
December 28, 2004 at 1:35 pm
I don't think users are getting any page timeouts. THere are a couple of ways to see what is causing the lock timeouts:
December 28, 2004 at 1:26 pm
YOu should use a locking hint to hold an exclusive lock on the row until your transaction completes.
Select a from tableA with(updlock)
See BOL under Query Hints.
December 28, 2004 at 1:21 pm
The question is what could be the problem. The way the question is worded the only answer that is guaranteed to be wrong is answer D the msdb database cannot...
November 2, 2004 at 7:39 am
There is an executable that you need to run that is included with RS. IT is called rsactivate.exe you can find out how to use it in the RS BOL.
September 2, 2004 at 7:18 am
I checked the route using the tracert utility. The servers I am acking up across are onteh same switch so there are no hops between them. I don't think there...
August 19, 2004 at 7:25 am
SQLBill,
I had not thought of any network timeouts so I'lll check on that, although, as I said this was working up to Monday night and these databases have not grown...
August 18, 2004 at 1:24 pm
Prior to the restore you could script the users and permissions on the database. Then after the restore run a script that removes all DB Users then run the script...
August 18, 2004 at 12:42 pm
IT would not be difficult to use SQL-DMO to iterate throught each of the instances and run sp_who or sp_who2 then display ther results on a web page or in...
August 18, 2004 at 9:36 am
That could be 2 issues:
July 21, 2004 at 11:17 am
July 21, 2004 at 8:18 am
I had a similar problem because I had multiple parameters to append. I created a finction in the report code that returned the URL String.
July 13, 2004 at 10:34 am
Viewing 15 posts - 9,511 through 9,525 (of 9,641 total)