Viewing 15 posts - 31 through 45 (of 152 total)
You need to understand that you need to separate the concept of the primary key and the clustered index.
Yep, that's fully understood. My point was that the...
May 25, 2016 at 11:28 am
That would imply we do not need the CLUSTERED clause when we specify the PRIMARY KEY clause, correct?
That's correct but I like to use it anyway. It prevents me...
May 25, 2016 at 7:51 am
We'll typically have a few "canon" branches. Chiefly development and production but we may create ones for specific versions, QA etc. depending on the project. These have continuous...
May 19, 2016 at 2:47 am
Apologies, I misread your post and missed the NOT using select:hehe:
In that case I don't know what the difference is but your guess that it's something to do with Code...
May 18, 2016 at 11:53 am
I'm not experiencing this...not using Select() when I run a LINQ query, I get just the columns defined in my entity
EF will only select the columns required by the Linq...
May 18, 2016 at 11:10 am
Personally, I would never pimp out my own home to strangers while I'm away. It seems creepy. Also, inviting complete stangers to stay overnight in the guest bedroom in exchange...
May 6, 2016 at 6:56 am
I've used it a few times and, on the whole, it's been a great experience, particularly if you're renting a room in someone's house. Most folks who advertise on...
May 4, 2016 at 9:12 am
...and they'll always be able to find a table to join
May 4, 2016 at 7:55 am
Actually, thanks hugely for that because it gave me something I could actually google for... and guess where it led me[/url]. That's going to take a bit of digesting...
April 13, 2016 at 9:10 am
I'll admit that I didn't fully understand that page :ermm: but I believe you are correct. It sounds exactly what I'm after.
April 13, 2016 at 9:05 am
If it helps clarify further, I'm fairly convinced I need some sort of recursion here.
E.g. ID 6 associates with IDs 7 and 8. Based purely on that it would...
April 13, 2016 at 8:19 am
Hi Sean. Thanks for the response and sorry if I was unclear. Let me see if I can clarify that a bit.
The values in the second column on the...
April 13, 2016 at 8:08 am
Thank you. That was exactly the obvious answer I was missing.:-)
February 18, 2016 at 2:03 am
Thanks for the info. That link should prove to be a pretty good guide if I need to performance tune some of this later.
Maintainability is the trump card on...
February 8, 2016 at 7:32 am
If you want to keep this matching process wholly within SSIS
It's a strong driver but not an absolute imperative. I want to keep as much in SSIS as possible...
February 8, 2016 at 6:53 am
Viewing 15 posts - 31 through 45 (of 152 total)