Viewing 15 posts - 16 through 30 (of 106 total)
I'd not heard of a language called 'a' so wasn't sure what 'a and c' meant!
September 28, 2005 at 4:40 am
I guess that this answer wasn't checked before being released. I was torn between 'A' and 'B' as both work just fine but 'B' seemed the more correct answer as...
September 5, 2005 at 5:13 am
We have had this same question asked several times over the last couple of weeks. How about a question using 'DATALENGTH' instead?
People come to...
August 31, 2005 at 4:24 am
I was inclined to believe that as soon as you use the RECOVERY option once, that restores and rollforwards of further transaction logs would fail...
Yes you are wrong. There...
August 24, 2005 at 4:19 am
This is a good question, marred by poor sytax checking. I agree that the ',RECOVERY' is nonesense (again). I'm surprised that the editor let this one slip through
August 23, 2005 at 4:42 am
If you're really disappointed and upset by this then I think it's time you got yourself a life!
August 10, 2005 at 10:34 am
Thank you sswords and bkelley for your responses. You have confirmed what I believed to be true i.e. renaming the machines is the best solution.
Sorry for the late response -...
August 1, 2005 at 5:12 am
I disagree with the posted reply. I can find nothing - even in the link in the explanation - that says a table variable is instantiated in memory whereas a...
July 14, 2005 at 3:43 am
Thanks Antares. I never realised that there was so much confusion about NULL's. You have clearly highlighted a big problem area.
June 3, 2005 at 8:10 am
WHY CAN'T NULL = NULL?????????????
Because NULL in SQL 92 is taken to mean Unknown Value, not NO Value. If the value is unknown, how can you say that it equals anything?
That...
June 3, 2005 at 7:36 am
I agree with axeld1980.
The statements made about setting a value to null rather than just not setting it are incorrect. It makes absolutely no difference whether the value is assigned...
June 3, 2005 at 2:34 am
The "IF UPDATE" syntax will not help in this case as the value may not have changed but the column may have been included in the update statement.
For example, if...
March 30, 2005 at 6:46 am
I think something is missing from previous suggestions. In an update trigger, there are three tables available to you:
1) the table itself
2) the 'inserted' table and
3) the 'deleted' table.
The inserted...
March 30, 2005 at 1:53 am
A better explanation of the question would have been much appreciated. I.e. pointing out that this syntax does not actually exist in SQL server at all.
Also, why is the question...
March 11, 2005 at 3:32 am
Like I said - never rely on implicit conversions !
Nothing wrong with the date format used if it had been explicitly converted to a...
February 22, 2005 at 10:23 am
Viewing 15 posts - 16 through 30 (of 106 total)