Viewing 15 posts - 1,561 through 1,575 (of 7,484 total)
Lynn Pettis (7/13/2015)
July 13, 2015 at 5:55 pm
Eirikur Eiriksson (7/13/2015)
This is a very trivial example, the structure of the XML and the size makes it ill fit for any performance testing.😎
Yes, quite so. 😎
Doing it with...
July 13, 2015 at 1:18 pm
Steve Jones - SSC Editor (7/13/2015)
July 13, 2015 at 1:07 pm
GilaMonster (7/13/2015)
Brandie Tarvin (7/13/2015)
GilaMonster (7/13/2015)
Yes, yes, yes, yes!!!!!!!!Congratulations. You have complied with the requirements prescribed for your degree, and are cordially invited to the graduation ceremony
YAY!
What is the degree in?
M.Sc...
July 13, 2015 at 6:56 am
Jeff Moden (7/13/2015)
July 13, 2015 at 6:29 am
emmchild (7/12/2015)
July 12, 2015 at 11:26 am
I had to do a lot of testing of data comms software many years ago, and we always arranged to have switchable relay somewhere in the link to test timeouts...
July 12, 2015 at 10:12 am
mtlsql (7/12/2015)
GilaMonster (7/8/2015)
No, it'll be automatically dropped as soon as it goes out of scope.
So there's no other way to drop it before that?
Why are you using a table variable...
July 12, 2015 at 9:52 am
I don't like having to look up identity numbers to insert into tables, so rather than inserting literals into the UserCategories table I would use something like
INSERT INTO dbo.UserCategories
...
July 12, 2015 at 6:54 am
tomsharp85 (7/11/2015)
I didn't create primary keys with my inserts into the example tables- assume this is the problem?
It shouldn't be if you used Ed's primary key definitions.
Did you remember...
July 11, 2015 at 1:14 pm
Eirikur Eiriksson (7/10/2015)
July 10, 2015 at 6:38 pm
In addition to what Ed says, you may need to enforce uniqueness on the user-category pair; also (for performance) you may want to have a index on whichever of the...
July 10, 2015 at 8:06 am
Good question. I got it wrong, so learnt something.
I wonder why it isn't documented in the Max Capacity specs page for CTP2.
July 10, 2015 at 6:52 am
RK Mandava (7/9/2015)
david.gugg (7/9/2015)
July 9, 2015 at 10:25 am
Viewing 15 posts - 1,561 through 1,575 (of 7,484 total)