Viewing 12 posts - 1 through 12 (of 12 total)
stephen.long.1 (10/9/2014)
I thought of it like working with two accounts: credit one account, then debit another; if the debit fails, then rollback the credit "automagically".
If you were using this query...
October 9, 2014 at 8:34 am
I got it wrong because I haven't had my coffee yet. I somehow didn't see the '7' in the list of department ID values. :doze:
June 18, 2013 at 6:44 am
I suspected a question like this would be coming soon, so I practiced yesterday! 😎
May 15, 2013 at 10:38 am
This example shows that the query isn't logically the same as if it would contain filtering in "where" which is executed after joins are made.
This example shows how difficult...
December 27, 2012 at 10:04 am
Good question (Translation: I got it right).
I would just like to point out that Ringo's last name is spelled Starr.
October 29, 2012 at 9:24 am
Ninja's_RGR'us (12/2/2010)
97% wrong answers??? Maybe there's something not quite correct with the question.
A 'correct' answer is one that matches the exact set of correct choices. No partial credit, even...
December 2, 2010 at 8:52 am
My problem is, I couldn't find a clear definition of "Index Structure". It seems to be a loosely-defined term. It's hard to count something I can't define.
Can anyone give a...
May 21, 2010 at 9:14 am
SQLServer stores the DateTime in an 8-byte field. The first four bytes are the number of days since 1/1/1900. The other 4 bytes represent some fraction of a second past...
April 27, 2010 at 9:08 am
For future reference:
I was able to solve this pretty simply. I just needed to add the transaction as a parameter on the ExecuteNonQuery. Setting the transaction property of DbCommand wasn't...
May 4, 2009 at 12:12 pm
Viewing 12 posts - 1 through 12 (of 12 total)