Viewing 7 posts - 46 through 52 (of 52 total)
Not sure exactly what you're looking for here but I'll give it a shot. In BI, ad hoc generally means something that cannot be addressed or generalized to a process,...
May 4, 2009 at 9:43 am
Are they on the same server? If not are they linked servers? If so,
Select p.UserID, e.Name, p.Prodoct
From ProductDatabase.dbo.tableProduct As p
Join EmployeeDatabase.dbo.tableEmployee As e
On p.UserID = e.UserID
hth
May 4, 2009 at 9:11 am
Sorry. Please disregard. Better to handle in the query and then group on "week".
April 28, 2009 at 11:28 am
Second day and I'm still enjoying the discussion. No matter which side you're on (I think the vast majority here are on the correct side), the good thing about hot...
April 15, 2009 at 1:10 pm
The article was excellent. It went a long way as an intro on the benefits of thinking set-based in SQL. The "technical" reasons were stated very clearly (eventually). I look...
April 14, 2009 at 8:05 am
Flo, Thanks very much for this post. Very helpful to me as well.
March 25, 2009 at 2:06 pm
From within BIDS - Report Designer, on the Data tab click the dataset drop-down and choose new dataset to create as many datasets (queries) as needed. Each query may...
March 24, 2009 at 10:58 am
Viewing 7 posts - 46 through 52 (of 52 total)