Viewing 15 posts - 196 through 210 (of 470 total)
dick.baker (10/26/2011)
the question's table design is ugly
Valid. However, this wasn't a question about table design and instead the table exists solely to make the point about the fact that...
October 26, 2011 at 7:16 am
Hugo Kornelis (10/24/2011)
October 24, 2011 at 7:32 am
SQLRNNR (10/11/2011)
October 11, 2011 at 1:00 pm
We have an application we're going to look at migrating from Oracle to MSSQL so I'm going to file this article away to help with changing the code. Thanks...
October 11, 2011 at 9:39 am
s_osborne2 (10/7/2011)
-- Gets the SQL Text from the transaction id
SELECT text,*
FROM
sys.dm_tran_active_transactions tat
JOIN sys.dm_exec_requests er
ON er.transaction_id = tat.transaction_id
CROSS...
October 7, 2011 at 12:37 pm
Joy Smith San (10/7/2011)
Which command shows all the open transactions?
sys.dm_tran_active_transactions will. I'm not aware of a way to get the statement from that but by looking at the sys.dm_tran_loks...
October 7, 2011 at 7:29 am
One option, albeit a very, very expensive one, is to see if you can send the disks off to a data recovery company to see if the original bits can...
October 6, 2011 at 8:35 am
I'm not sure if this will come into play where I work but it's definitely worth knowing in case it does. Thanks for the question.
September 30, 2011 at 8:14 am
SQL handles the fact that the first column is an identity and identity insert isn't on so it ignores the first column because it knows it's generating that data.
September 27, 2011 at 2:28 pm
Ola L Martins-329921 (9/27/2011)
Of course, failing the question I will argue that this question should be under the category (yet to be added) READING... 😉
That may not be a bad...
September 27, 2011 at 8:30 am
It's been good getting some of these harder questions that require knowing how SQL works. Thanks for taking the time to put them together.
September 20, 2011 at 9:00 am
Revenant (9/7/2011)
cfradenburg (9/7/2011)
majorbloodnock (9/7/2011)
September 7, 2011 at 11:43 am
majorbloodnock (9/7/2011)[hrWhat is less believable is the automation of contract negotiation; the question of "do I want to do business with this company?" can hinge on all sorts of intangible...
September 7, 2011 at 8:40 am
Really good question. Even though I had run into both of these I still had to think. If 1,3 and 4 failing had been an option that would...
September 6, 2011 at 10:24 am
Tom.Thomson (9/4/2011)
Mind you, 19% not picking HH is a bit surprising too.
Since I'm sure there are a number of people from other countries that don't have any interest in his...
September 6, 2011 at 9:27 am
Viewing 15 posts - 196 through 210 (of 470 total)