Viewing 15 posts - 781 through 795 (of 1,048 total)
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...
September 24, 2010 at 8:25 am
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...
September 24, 2010 at 7:36 am
make sure you add 'sa' as a user in the database in question. You could also try EXECUTE AS OWNER
September 24, 2010 at 7:28 am
its not needed there, but it is valid syntax.
September 21, 2010 at 1:03 pm
char data type is padded with spaces so a char value of 1 space is equal to another with 2 or more spaces.
September 10, 2010 at 8:20 am
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.
September 10, 2010 at 8:08 am
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...
September 9, 2010 at 7:55 am
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...
September 8, 2010 at 2:04 pm
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...
September 8, 2010 at 11:05 am
you may have to. You haven't stated the transactional rate of your system and the average size of the transactions.
September 8, 2010 at 8:15 am
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...
September 7, 2010 at 1:47 pm
using the latest service pak?
September 3, 2010 at 1:17 pm
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...
August 30, 2010 at 1:06 pm
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...
August 25, 2010 at 1:28 pm
Viewing 15 posts - 781 through 795 (of 1,048 total)