Viewing 15 posts - 15,121 through 15,135 (of 18,923 total)
Is this only for a report? Cause you don't need to change the data in the base table (not sure you're not doing that
July 13, 2005 at 6:19 am
Loops AJ?? Is that how you want to cross the big K????
Declare @Sample as int
Declare @OffSet as int
SET @Sample = 3
SET @OffSet = 1
SELECT
O1.id, O1.Name, count(*) as Rank
FROM...
July 13, 2005 at 6:14 am
I wanted to go to 1M loops but some employees got here sooner than expected so the test had to stop at 100K :
Loops : 1 RPC : 16 ...
July 13, 2005 at 6:02 am
ya that makes more sens
. No you know I never had multi processor server
.
July 12, 2005 at 8:37 pm
Yup sample data and expected results are definitly required here.
July 12, 2005 at 6:30 pm
Select * from dbo.SysObjects maxdop1 this should stop that error from occuring.
July 12, 2005 at 6:15 pm
Just for clarity. Can you post some sample data for each table and the results you wish to get from the query. It's still a little hard to...
July 12, 2005 at 5:44 pm
I'll try to get at work an hour earlier... that way I'll have the whole system to myself so that network and server load won't be an issue.
July 12, 2005 at 5:43 pm
Thanx for the warning.
Please finish the thread here :
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=21&messageid=200266
July 12, 2005 at 5:40 pm
I never worked with the analysis services... I'm gonna have to pass this on to other DBAs.
July 12, 2005 at 5:37 pm
If you need help with the code, post the table and view definition (with keys) and some sample data so we can cook it up for you.
July 12, 2005 at 5:36 pm
Did you try my version of the query???
July 12, 2005 at 5:33 pm
Viewing 15 posts - 15,121 through 15,135 (of 18,923 total)