| Thread | Last Post | Replies |
|
| RPC_Starting is an invalid event type | 28 Apr 2006 10:19 GMT | 3 |
Why am I getting the error 1084 'RPC_Starting' is an invalid enent type. here is my code: USE TankTracker ALTER DATABASE TankTracker SET ENABLE_BROKER;
|
| how long lasts ALTER DATABASE [msdb] SET ENABLE_BROKER ? | 24 Apr 2006 15:53 GMT | 3 |
My command never ends : ALTER DATABASE [msdb] SET ENABLE_BROKER ; Any idea ? (it works on user DBs and I have one endpoint created yet)
|
| The target service name could not be found.......- Help!!! | 21 Apr 2006 18:09 GMT | 2 |
I have gone over and over my (very simple) script but can't see the cause of the error "The target service name could not be found. Ensure that the service name is specified correctly and/or the routing information has been supplied." . The code is shown below. Please, please can ...
|
| How to allow normal user (not Administrator) deployment of SSAS Cube? | 21 Apr 2006 15:28 GMT | 1 |
how to allow normal user (not Administrator) deployment of SSAS Cube? It says always that normal user cannot create new objects. Andrey.
|
| How to recieve and remove from queue | 20 Apr 2006 04:48 GMT | 1 |
Can someone explain the basics of how a message is put onto a queue, read from that queue, and removed from that queue, when there is not a second SSB instance? For example, a client requests information, an application queues the request in the database, another application ...
|
| Transactions across services? | 04 Apr 2006 05:52 GMT | 2 |
Here's the scenario. An item is placed on a queue; this is the end of the first transaction. A second transaction begins, a queue processor receives the item from the queue, and decides which service (application server) to send the data to for processing. After successfully ...
|