How can we help you today? How can we help you today?
piers7

Activity overview

Latest activity by piers7

DROP TYPE fails due to TABLE-of-type dependencies
We use Schema Compare for Oracle (3.1.5.1321) to as part of our dev workflow to generate rollforward and rollback scripts for our schema modifications (working against local Oracle 11g XE instance)...
1 follower 1 comment 0 votes
SqlCompare misses permission changes on builtin schemas
Sql Compare picks up schema-level permissions on user-defined schemas, but doesn't seem to work against built-in schemas. For example, create the following database:USE [SQLCompareTest] GO ...
1 follower 1 comment 0 votes
I said semaphores (plural) because I can see other similarly named semaphores being taken when the service starts, and being cleared when the service stops. This is happening on both our dev servers. On server 2, which is what I previously wrote about: xp_sqlbackup.dll was 5.0.0.2770 (which explains the XSP resultset I reported previously), and \BaseNamedObjects\SQBMutex_ was held only by SQBCoreService.exe. I uninstalled the service, ensured that no SQBMutex 's were still being held, and no locks on xp_sqlbackup, and re-installed the service. I now have xp_sqlbackup.dll v5.1.0.2781 Starting the service I now have SQBMutex_ locks from both sqlserver.exe and SQBCoreService.exe. The SQBMutex_ locks from sqlserver.exe appear to be taken the first time I refresh the server in the UI, and persist for some time afterwards. If I close the UI they eventually drop off, leaving only the SQBCoreService handle. The service is running, but I still get Error acquiring mutex. - WAIT_TIMEOUT connecting from the UI. But then sometimes it works. On server 1, xp_sqlbackup.dll reports as 5.1.0.2781. Once I start refreshing the server in the GUI, both sqlserver.exe and the SQBCoreService have a handle to \BaseNamedObjects\SQBMutex_. Before this, it's just SQBCoreService.exe Then I get: Error acquiring mutex. - WAIT_TIMEOUT or alternatively Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. On neither server are any backups/restores happening. Sometimes I see two handles to the mutex from sqlserver.exe (momentarily, then one clears away). It appears to be exactly the same issue on both servers. Both servers are running with trial licences BTW (the cheque's in the post), but then we have other servers also with trail licences that run fine, 100% of the time. All our servers are running AV, and again, this doesn't appear to be an issue for the other servers. The only thing that's really different about these two servers from all the other ones, is that these are servers that have been upgraded from SQB v4. Also, these two servers are running as localsystem (which is a sysadmin), whereas the others are running as a domain user account. / comments
I said semaphores (plural) because I can see other similarly named semaphores being taken when the service starts, and being cleared when the service stops. This is happening on both our dev server...
0 votes
Problem connecting toSQL backup agent: Error acquiring mutex
On one of our servers, SQL backup keeps becoming unresponsive. First it gives an error about not responding within a certain period of time, then it gives this one: Error acquiring mutex. - WAIT_T...
2 followers 6 comments 0 votes