Viewing 15 posts - 151 through 165 (of 209 total)
Yes. It was very poorly worded.
I could understand if you say "moved the criteria" rather than changed the criteria. Strictly speaking, if you changed to the...
November 15, 2004 at 7:45 am
Another poor QOD.
The option of disabling the triggers is a valid choice and seems more reasonable given the question. Please give points to anyone who answered that way.
November 11, 2004 at 9:04 am
Oracle's PL/SQL is a very robust language that is very similar to Ada. It has strong typing, some overloading, exception handling on a par with the currently popular languages,...
November 5, 2004 at 10:57 am
Thanks to jarney for this. IMHO, it really helps to have references to MSDN or BOL.
These sort of references can quickly dispell unsubstantiated arguments and different experiences....
November 3, 2004 at 9:18 am
I would recommend that we get some references to MSDN or BOL to back up the answer.
There seem to be too many other experiences out there that contradict...
November 2, 2004 at 9:25 am
I think it would be quite helpful to have the "proof" in the answer by including references to the appropriate MSDN page, BOL topic, or other on-line article in the...
October 29, 2004 at 7:24 am
There is another outstanding SQL Server problem report that I just came across that is very similar and probably explains this.
The published problem doesn't list subqueries as affected,...
October 19, 2004 at 2:40 pm
It appears that without the CAST to VARCHAR(1000) there is some sort of assumption about the length of the result.
So if there is an explicit CAST that assumption...
October 8, 2004 at 11:48 am
Could someone post the KB article relating to this bug. I couldn't find it.
October 8, 2004 at 7:30 am
The detailed procedure can be gleaned from the code by anyone familiar with the database. Even for a technical spec, it's usually the "why" or the concept that are...
October 7, 2004 at 1:34 pm
Your right. The word "Server" should not have been capitalized as if it were a proper noun.
October 7, 2004 at 1:23 pm
I think that the reference should have been to "SQLServer2". Server2 might have been any old variable containing anything.
The first two answers seem to imply the prefix "Nothing."...
September 30, 2004 at 7:12 am
For the first method "SET @table = dbo.fn_splitstring..." the error message says it all: you need to declare @table first.
Use:
DECLARE @table TABLE ( item VARCHAR(255) ) --...
September 23, 2004 at 8:06 am
So why can't they be used in UDFs?
September 22, 2004 at 8:31 am
Perhaps the signs are different in the UK, but here in the US we have maximum speed or speed limit, not "maximum limit", and a few with "minimum speed". ...
September 9, 2004 at 12:11 pm
Viewing 15 posts - 151 through 165 (of 209 total)