Viewing 15 posts - 106 through 120 (of 452 total)
Igor Micev (2/26/2013)
The application generates a lot of queries. As enabling the trace flag withdraws recompilation of the queries, is this...
February 12, 2014 at 8:02 am
I just took a look at one of my SSIS packages that contains the Analysis Services Processing Task. I just have my processing settings to 'Process Full'; there's not...
January 17, 2014 at 2:29 pm
Jason Marshall (1/17/2014)
I have an SSIS package that calls an Analysis Services DDL task to do a full process of our cube as part of our batch ETL. ...
January 17, 2014 at 2:21 pm
The good ol' MessageBox still works in a script task; not very elegant, but better than nothing.
Rob
January 17, 2014 at 8:25 am
Ray K (1/16/2014)
And now it's official: we have instant replay in baseball.
I hope they do it better the embarrassing travesty that is NFL replay.
Rob
January 17, 2014 at 6:03 am
sharonsql2013 (1/9/2014)
One for the current month and another for last 3 months.
SELECT
Category ,
Sub_Category,
...
January 9, 2014 at 3:34 pm
We've run into a lot of browser compatibility issues lately with the newest browsers -- it's almost like the bad old days of the Mozillia Netscape / Microsoft IE wars....
January 9, 2014 at 10:14 am
How many packages do you need to downgrade? If the number is small enough, tour best bet may be just to recreate these in VS/BIDs 2008 R2. I...
January 3, 2014 at 10:11 am
Why not just create a report? When I look at your attached picture, it looks like a straight-forward report to me.
Rob
January 3, 2014 at 10:04 am
What are your page length and page width settings?
For a more detailed explanation take a look at: http://msdn.microsoft.com/en-us/library/dd255278.aspx
HTH,
Rob
December 30, 2013 at 11:28 am
Lempster (12/18/2013)
Is your source query just a 'standard' SQL command or is it derived from a variable and/or expression? Is the SSIS package running as a...
December 27, 2013 at 5:08 am
ard5karthick (12/3/2013)
In than we have created a ProjectID dimension on an Unique identifier (GUID) Column...
When i execute an MDX...
December 5, 2013 at 6:39 am
harita (12/4/2013)
server a ...
December 5, 2013 at 6:31 am
Eric Mamet (12/5/2013)
December 5, 2013 at 6:17 am
SELECT e.ID,
COALESCE(e.ParentEstimateId, e.ID) AS EstimateNumber,
CAST(ROW_NUMBER() OVER (PARTITION BY COALESCE(e.ParentEstimateId, e.ID) ORDER BY COALESCE(e.ParentEstimateId, e.ID), e.ID) AS int) AS RowNumber
FROM dbo.Estimate...
December 5, 2013 at 5:56 am
Viewing 15 posts - 106 through 120 (of 452 total)