Viewing 15 posts - 1,891 through 1,905 (of 6,486 total)
Isn't 0 the successful return code in a C# process? In which case is it simply that because it gets that back, is simply doesn't look for anything else?
It...
April 22, 2009 at 1:59 pm
Steve Jones - Editor (4/18/2009)
April 20, 2009 at 7:57 am
In order to accomplish what you're looking for you need to create a new empty table with the autonumber, then run an INSERT statement with the ORDER BY instruction attached....
April 16, 2009 at 8:14 am
keep in mind that as part of moving from one instance to the other, the SQL service was stopped and restarted. So - the error you got ultimately had...
April 9, 2009 at 10:29 am
Paul White (4/6/2009)
Matt Miller (4/6/2009)
With you two posting minor articles for responses, there's no way to adequately quote anything.
Without sarcasm tags or smileys, I'm not sure quite what to make...
April 7, 2009 at 7:44 am
Paul/Bob -
With you two posting minor articles for responses, there's no way to adequately quote anything. You pretty much covered the big topics. On the remaining topic...
April 6, 2009 at 6:28 pm
steve - sounds to me that you need to get yourself nominated to sit on the ANSI SQL standards board. It is clear to me that you have a....
April 6, 2009 at 9:33 am
The error handling and the error catching in SQL 2005 can be tricky. Depending on the erro you might be facing, it may be "batch" or "thread" terminating, meaning...
April 3, 2009 at 2:27 pm
Jack - I have to ask - are you talking about conceptual PK's?
I'm pretty sure you cannot have anything NULL in a primary key, at least not one...
April 2, 2009 at 6:04 pm
JacekO (4/1/2009)
This is from books online:
Care must be taken when comparing null values. The behavior of the comparison depends on the setting of the...
April 1, 2009 at 3:22 pm
steve dassin (3/29/2009)
Matt Miller (3/27/2009)
March 30, 2009 at 8:01 am
I guess my first question would be - what DataPhor features can you not find elsewhere? The fact that ylou want this to run on top of a SQL...
March 27, 2009 at 11:04 am
Two other things to think about:
- CDATA is actually a reserved keyword in XML. You apparently have it capitalized a little different so it may not be interfering,...
March 27, 2009 at 10:17 am
Assuming you CAN write an inline table-valued function, then yes - it probably makes sense to do so. The reason it gets so much faster is that it gets...
March 26, 2009 at 3:02 pm
with regards to any code-based connections (i.e. in apps your devs have built), simply switching to the Native client and setting the .Encrypted property of the connection Object to TRUE...
March 26, 2009 at 2:37 pm
Viewing 15 posts - 1,891 through 1,905 (of 6,486 total)