Viewing 15 posts - 1 through 15 (of 20 total)
Thanks cros1969. What you've said is very much what I expected. Given how much trouble I've been having finding clear guidance online, it's really useful to get some confirmation of...
November 14, 2019 at 3:55 pm
With no suggestions here I raised the same question on MSDN.
For posterity, here were the responses:
March 22, 2016 at 9:29 am
Well, that seems to be the key. One of my colleagues has done this previously (possibly on SQL 2005) very simply. We wonder if the server default for cross-database ownership...
December 3, 2015 at 10:18 am
After a great deal of experimenting I managed to deliver a functioning solution, on very much the same premise as my SQL code. You create a calculated column as follows:
=
CALCULATE...
January 14, 2014 at 12:49 pm
I'm getting rather bogged down in various things and am doubtful that I'm going to have chance to come back for a proper response, but I though I should at...
June 14, 2012 at 6:32 am
"I'll explore them when I'm back in the office on Monday" has become "I'll explore them when I'm back in the office on Thursday." However, I will look at responses.
Thanks
Stuart
June 12, 2012 at 2:16 am
I feel a bit foolish not thinking of a cross join appraoch. Good (and neat) suggestions - I'll emplore them when I'm back in the office on Monday.
Thanks
Stuart
June 9, 2012 at 6:55 am
A set of strange dreams and some more work allowed me to find the answer I was looking for. It's long, slow, and could almost certainly be improved, but it...
March 21, 2012 at 7:30 am
As indicated, here is my solution. I've changed the sample data and references from the original post, simply because it's what I ended up working with.
Sample data:
CREATE TABLE Contracts (
seplGuid...
March 20, 2012 at 11:07 am
@Eugene - point taken, link bookmarked.
@anthony-2 - thank you very mcuh.
Thanks for this - it certainly gives me something to work with. I also followed some...
February 22, 2012 at 2:03 am
That works!
Thanks to all involved.
Stuart
January 9, 2012 at 6:40 am
I've taken the suggested code and played around with it to get a better understaning of how it works. The fruits of my playing are below:
WITH TempTable AS (
SELECT ConstraintBasedGroupId,...
January 9, 2012 at 4:26 am
Thanks. I'll give that a whirl when I'm in the office on Monday.
Stuart
January 8, 2012 at 3:59 am
Isn't that what I've done in the second post?
I've presented a table consisting of two fields:
ConstraintBasedGroupId
Constraints
I've presented sample values for these two fields (i.e. one row of the source table):
ConstraintBasedGroupId...
January 7, 2012 at 4:48 pm
I don't think that there is much more information to give, so I'll ramble for a bit and hope that helps.
Our company purchased a configuration of Microsoft CRM to use...
January 7, 2012 at 3:42 pm
Viewing 15 posts - 1 through 15 (of 20 total)