Viewing 8 posts - 1 through 8 (of 8 total)
Does this work on SQL 2008?
I am getting the following error.
Any help is appreciated.
Thanks
Msg 451, Level 16, State 1, Procedure sp_DBA_spaceused_AllTables2, Line 49
Cannot resolve collation conflict for column 2 in...
April 8, 2010 at 5:12 pm
I suppose this Seq column is a logical column. How ever I would love to see answers to both logical and physical since I am experimenting.
March 10, 2009 at 9:34 pm
Oh I got your point. Sorry I was dumb not figuring out this is 2005. Any way would it prevent you posting the answer? or should I post the question...
March 10, 2009 at 9:22 pm
Well the back end is SQL 2000 not SQL 2005
thanks!
March 10, 2009 at 9:00 pm
I think I figured out from your hint
Following modification is working
Please let me know if I am wrong --thanks
SELECT
UserRole.UserID,
UserRole.RoleID
FROM UserRole
LEFT OUTER JOIN (SELECT...
February 25, 2009 at 7:02 pm
Hi Lowel,
Thanks for the quick response.
I think you are very close,
You query resulting two recods
11
45
Role 5 is associated to user 4 so it should be eliminated
Any Idea?
February 25, 2009 at 6:56 pm
Hey andyj93
How did you get rid of the three part naming in the tranformation?
I have the source from ODBC AS400 and destination...
May 20, 2005 at 7:42 am
I was able to do this.
Have two cards with different IPs(each from seperate switches) and two DNS entires. One for Main server name point to first address and the other alias...
February 7, 2005 at 10:56 am
Viewing 8 posts - 1 through 8 (of 8 total)