Viewing 15 posts - 5,041 through 5,055 (of 5,590 total)
drewsx2 (7/7/2009)
July 7, 2009 at 6:05 pm
Lamprey13 (7/7/2009)
This will probably work, but you cannot guarantee that it'll work based on the PK order.
Thanks for pointing that out... I've edited the post to include the necessary hints...
July 7, 2009 at 5:48 pm
shadigirgis (7/7/2009)
July 7, 2009 at 5:22 pm
Here you go.
Note that you don't actually have a NULL value in Field2; instead you have the string "NULL'. The code handles this.
-- with this clustered index, the following update...
July 7, 2009 at 5:05 pm
kenny_scriber (7/7/2009)
PK ID...
July 7, 2009 at 12:25 pm
Ooooookay.... and I thought I had a good idea here.:sick:
July 6, 2009 at 9:37 pm
Duplicate post, please post replies here.
July 6, 2009 at 9:33 pm
Duplicate post, please post replies here.
July 6, 2009 at 9:32 pm
Sorry, post appeared to hang and accidentally double-posted.
July 6, 2009 at 9:25 pm
Jeff,
I'm pretty sure I know what your Tally table test is doing... but what is the difference between your "XML" and "XML2" tests? Would you be able to post your...
July 6, 2009 at 9:20 pm
If you go back to the original post, and press the quote button, you well see that the element are in mixed case. Your browser may display them as upper...
July 6, 2009 at 9:05 pm
This web site has a history of mucking up xml text. I suggest that you attach a file with your xml code in it - save it as a .txt...
July 6, 2009 at 8:52 pm
kishorech17 (7/6/2009)
Can anybody give few quick points on new features in SQL 2008, I really appriciate:-)
http://www.microsoft.com/sqlserver/2008/en/us/whats-new.aspx
July 6, 2009 at 8:45 pm
You don't have to give "blocks" of numbers out.
If you had tables like:
CREATE TABLE Company (
CompanyID int NOT NULL identity PRIMARY KEY,
...
July 6, 2009 at 8:40 pm
Edward (7/6/2009)
July 6, 2009 at 7:20 pm
Viewing 15 posts - 5,041 through 5,055 (of 5,590 total)