Viewing 15 posts - 781 through 795 (of 893 total)
fmardani-786425 (9/14/2011)
The x-axis shows date i.e. 30 jun 2010, etc...
The dataset returns 18 records and each one has a field...
September 14, 2011 at 9:46 am
Hi,
One or two things that needs to change:
Your code should look like this: Note the change in the variable/value sets.
ALTER PROC DBO.usp_ProcessClientData (@ClientID int, @ProductLine int)
AS
BEGIN
DECLARE
@PackagePath varchar(256)
,@Cmd varchar(4000)
SET NOCOUNT ON;
/*...
September 13, 2011 at 1:19 pm
john.sliwinski (9/13/2011)
I am logging the errors to a text file which display:
1. error code - the negative number I posted
2. error column - always zero
3....
September 13, 2011 at 12:38 pm
good_c_ryan_19 (9/13/2011)
I also tried to Run this package as a job on...
September 13, 2011 at 10:53 am
john.sliwinski (9/13/2011)
I am trying to load a...
September 13, 2011 at 10:46 am
aaa-322853 (9/13/2011)
I need to create a status dimension. In the source system each job has a status which is a text column selected from a drop down on the front...
September 13, 2011 at 10:41 am
tony.aguanno (9/13/2011)
September 13, 2011 at 8:11 am
tony.aguanno (9/12/2011)
Is there any way to...
September 12, 2011 at 10:26 am
BIMind (9/9/2011)
September 10, 2011 at 10:20 am
checkai (9/9/2011)
September 9, 2011 at 12:42 pm
tony.aguanno (9/9/2011)
when I log onto the server...
September 9, 2011 at 12:39 pm
BIMind (9/9/2011)
Sorry about my NOOB question. I have taken over a half developed cube. There are 2 dims, stores and products. I need to create something which shows which...
September 9, 2011 at 12:18 pm
tony.aguanno (9/9/2011)
on a 2008 server that may not have all of the SSRS components installed
What if you click on "Open from Report Server"? Do you see the model then?
I'm still...
September 9, 2011 at 12:12 pm
tony.aguanno (9/9/2011)
September 9, 2011 at 11:44 am
tony.aguanno (9/9/2011)
September 9, 2011 at 11:36 am
Viewing 15 posts - 781 through 795 (of 893 total)