Viewing 15 posts - 856 through 870 (of 49,571 total)
There is no login on my pc. I do not enter a user id or password. Since it was my app that created those named transactions then it would...
August 23, 2017 at 6:51 am
Also, what permissions does the account that the app uses have?
August 23, 2017 at 4:36 am
The transaction is started on the client side. This is the code for the TransactionExists UDF. The others just look specifically for Add or Edit instead of either one.
August 23, 2017 at 4:35 am
What's the definition of the functions?
And where do you start the transaction?
August 23, 2017 at 4:09 am
Hi Guys,
I'm kind of stumped here and could use another set of eyes. I've got two pieces of code that are supposed to do the...
August 23, 2017 at 2:24 am
Why are you asking? What problem are you trying to solve that you need to ask that question here and in other places?
August 22, 2017 at 11:42 am
Google: "Gaps and Islands", the best stuff will probably be by Itzik Ben-Gan
August 22, 2017 at 6:55 am
Tail log is to ensure that absolutely nothing is missed, taking it switches the source DB into RESTORING state, so that nothing more can be done to it.
August 22, 2017 at 5:36 am
August 22, 2017 at 5:35 am
Please post the full query, its execution plan and the definition of the tables it references and the indexes on those tables.
We can't tune a query from seeing...
August 22, 2017 at 5:25 am
Probably because the CPU overhead and slowdown from such compression would be unacceptable.
August 22, 2017 at 2:00 am
Trying to do updates to a client DB we have discovered that the System Functions...
August 21, 2017 at 2:05 pm
August 21, 2017 at 1:40 pm
August 21, 2017 at 11:58 am
Yes, but since the XML tags are generated from data, you need to search for a query that runs against whatever table has those columns in, and has the FOR...
August 21, 2017 at 6:16 am
Viewing 15 posts - 856 through 870 (of 49,571 total)