Viewing 4 posts - 1 through 4 (of 4 total)
That seems to have done the trick... I had to bring in the companies table to do a cross join as you said:
SELECT Companies.ID AS CID,...
December 31, 2007 at 2:44 pm
The third column is just the indicator (yes/no) on whether that Company has that module. I thought of using count() to get a 0 or 1 but it doesn't...
December 31, 2007 at 1:53 pm
Fyi... i solved this issue a different way... see http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2564725&SiteID=1
December 17, 2007 at 1:26 pm
I am having the same issue. Running SQL 2005, the stored proc works for a period of time and then suddenly it stops working giving the DLL initialization error when...
December 17, 2007 at 8:32 am
Viewing 4 posts - 1 through 4 (of 4 total)