Viewing 15 posts - 1 through 15 (of 106 total)
Does anyone have any idea how to do this when the remote query contains an unknown (i.e. a variable) for the "to_date" instead of "07/11/2011" (which I presume is 7th...
March 19, 2015 at 8:56 am
We just had a similar problem here. I can confirm that stopping and restarting MSDTC finally got rid of the process.
July 3, 2009 at 3:34 am
A bit of a giveaway really, considering the title of the question:hehe:
November 12, 2007 at 2:30 am
Drew Mayo (10/26/2007)
Is there hard, empirical evidence that this causes longer compilation times, inefficient plans or the moral degradation of the whole human race?
You will probably get the same execution...
October 26, 2007 at 1:36 am
I see nothing wrong with this question. It is basically trying to test whether you are using the ANSI standard JOIN syntax or the older syntax using WHERE.
E.g.
JOIN:
SELECT *
FROM...
October 25, 2007 at 4:47 am
What JLK says is true. However, leading spaces are white space. Furthermore, the explanation given:
A fast parse does not allow special characters like $, nor does it support scientific...
August 22, 2007 at 7:21 am
I believe that the answer given is incorrect as fast parse can support all of the specified formats, including leading white space characters.
According to the link in the explanation, the...
August 22, 2007 at 5:08 am
In fact it only rolls back all work in open transactions for the current CONNECTION. A user can have multiple connections with open transactions and other connections for the same...
June 20, 2007 at 3:03 am
Obviously not written by an accountant!
I'm not one myself but I'm pretty sure that having separate deposit and withdrawal methods breaks the rules for double entry book keeping allowing a real...
May 29, 2007 at 3:40 am
What a bizarre question!
To have a question with such abstract possible solutions is a bit silly. Maybe the question should have said who your boss was first and whether you...
May 25, 2007 at 12:50 am
Totally agree with all of the above answers. Daft question really as the only answer that gives sufficent space within budget won't give you the safety that you would need.
Option...
May 16, 2007 at 3:33 am
I sort of agree and I answered 'Yes' too. But on reflection, if you mark the database as 'Read-Write' then it's no longer a read only database is it
May 9, 2007 at 8:26 am
A bit of a blinkered explanation don't you think? I'm pretty sure that if I moved our system clocks forwards by an hour this...
March 9, 2007 at 4:35 am
Viewing 15 posts - 1 through 15 (of 106 total)