Viewing 5 posts - 1 through 5 (of 5 total)
Thanks guys,
I agree peer to peer seems to be what I was looking for. I'll have a play and see if I can get it working how I need.
BTW Max...
June 30, 2011 at 4:33 am
hth,
Out of interest, does it matter if each of the accounts has it's own schema or should they all be reset back to DBO?
What effect do they play?
Coll
May 4, 2007 at 2:56 am
Thanks Markus that should save me some time this weekend
April 12, 2007 at 1:25 am
Markus, I was just going to post this very question.... so to confirm, if I restore a SQL 7 database onto a SQL 2005 server and change it's compatibility level...
April 11, 2007 at 4:29 am
I think the answer you are looking for, is that you need to use a cross join.
Like so:
CREATE TABLE #projects (id int NOT NULL,
description ntext NULL)
go
CREATE TABLE #t (id int...
March 14, 2007 at 9:47 am
Viewing 5 posts - 1 through 5 (of 5 total)