Viewing 15 posts - 421 through 435 (of 669 total)
dave.molyneaux (9/17/2010)
September 17, 2010 at 10:39 pm
cmbrooks08 (9/17/2010)
SELECT
KPIValue("XXX") ON COLUMNS,
(
[Facility Attributes].[Latitude].Children,
[Facility Attributes].[Longitude].Children,
[Facility Attributes].[Building Name].Children
) ON ROWS
FROM
[Cube]
The issue we have is that some of the Lat and Longs are null,...
September 17, 2010 at 10:35 pm
dpatelia (9/16/2010)
I have created one SSIS package which will load files from one perticular folder into database. as I have no. of files and all the file structure is...
September 17, 2010 at 7:16 am
Stamey (9/17/2010)
Run TSQL (These steps may be TSQL or procedure)
For Each Container 1
Run TSQL
Load Data
End container 1
Run TSQL
For Each...
September 17, 2010 at 6:06 am
Arunkumar S P (9/17/2010)
I hope this will help youhttp://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/66259/
All said fine Arun,
But to some extent I believe that report should not have pop up's.
The users have to be...
September 17, 2010 at 4:22 am
randy.jaye (9/16/2010)
Sum(YTD(ParallelPeriod([Calendar].[Year-Quarter-Month-Week-Day].[Year],1,[Calendar].[Year-Quarter-Month-Week-Day].CurrentMember)),[Measures].[Net Sales])
This will return the YTD sales for prior year,...
September 16, 2010 at 11:46 pm
coffeewithmax (9/16/2010)
IN PACKAGE
i have a parent package in for loop i am calling a child package .
in the child package - data flow i am loading a...
September 16, 2010 at 10:11 pm
pjrpjr7 (6/16/2010)
September 16, 2010 at 6:33 am
da-zero (9/16/2010)
Or the clever use of LEN and FINDSTRING in a derived column.
😉
I missed here
September 16, 2010 at 6:31 am
CozyRoc (9/16/2010)
Vijay,Check this post by Matt Masson.
Thanks for the quick revision...:-):-):-)
September 16, 2010 at 6:08 am
coffeewithmax (9/16/2010)
In one of child package while loading data from excel sheet to destination source, i am able load the header part of the excel but not data in...
September 16, 2010 at 6:06 am
Shailesh,
Please follow
Drive:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportManager\Styles
Though you can only make few changes :-):-):-)
September 16, 2010 at 6:05 am
Why do you want to "Sort" dimension members??
September 16, 2010 at 4:38 am
PSB (9/14/2010)
How to validate a column in this format ---> xx-xxxxxxx
A script task and Regular expression :rolleyes::hehe::cool:
September 16, 2010 at 4:35 am
Viewing 15 posts - 421 through 435 (of 669 total)