Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,048 total)

  • RE: Error: 18456, Severity: 14, State: 58.

    Like I said, it would be nice to look at the actual connection strings each is using, but the local "system" account is really sort of a non-entity and should...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Error: 18456, Severity: 14, State: 58.

    I can't explain why you are getting that specific error message (I'd like to see your connection string), but you should always have a service run under a domain account...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: CREATE Procedure WITH EXECUTE as 'SA'

    make sure you add 'sa' as a user in the database in question. You could also try EXECUTE AS OWNER

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Funny Update Statement?

    its not needed there, but it is valid syntax.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Strange behavior when you compare char/varchar field with empty string or string with spaces only

    char data type is padded with spaces so a char value of 1 space is equal to another with 2 or more spaces.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Problems with using CLR to add message to MSMQ from Clustered SQL Server

    this may sound ignorant, but have you installed MS Messaging components? There are not installed generally in a default installation. You would get that error if this was the case.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: size of table and database

    perhaps the test database had "auto shrink" on... or maybe the recovery mode was set to simple (which sort of "auto shrinks" the log).

    If you need to recover the space...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Development to Production

    If the database is empty just script it out and all the objects/users and permissions and run the scripts in production.

    If the DB contains data the easiest way is to...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: transactional replication problem

    2.5 million per day, that's 30 per second... spread evenly. More likely you have bursts of perhaps many more times that.

    There is an upper limit in terms of TPS and...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: transactional replication problem

    you may have to. You haven't stated the transactional rate of your system and the average size of the transactions.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: transactional replication problem

    is this a pull subscription?

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: ODBC Drivers: SQL Server Driver vs SQL Server Native Driver

    It is my experience that SQLNCLI has better error handling and reporting than either ODBC or OLEDB. Therefor I would recommend using it if you have the choice. If you...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Stack Dump Found in Error Log for server name

    using the latest service pak?

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Errors working with ComputedColumns

    I don't know for sure but it may be because of the ID - typeName lookup from another table. It seems to me that those values would never be something...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Service Broker downside

    There are many facets to Service broker that you have to consider. It guarantees delivery of messages, but it will disable message queues if you have an activated procedure that...

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 781 through 795 (of 1,048 total)