Viewing 15 posts - 196 through 210 (of 2,010 total)
Kit G (9/27/2010)
steve-893342 (9/27/2010)
Kit G (9/27/2010)
steve-893342 (9/24/2010)
I think you can solve this one with a PIVOT and some splitting
Thanks Steve for the code. That date at Los Mules where...
September 27, 2010 at 2:05 pm
Check to make certain the datasource has the appropriate credentials stored in it's definition.
-Luke.
September 27, 2010 at 1:40 pm
Alvin Ramard (9/27/2010)
September 27, 2010 at 11:46 am
satishseth143 (9/24/2010)
Its SQL2008
Thanks for finally posting the version number. Sorry I assumed this was 2000 as that's what the largest majority of articles I could find on this error number...
September 24, 2010 at 2:20 pm
Were you the one that originally created the procedure? IF not, and this is a SQL 2000 instance, you were not the owner, therefor you would have needed to...
September 24, 2010 at 2:03 pm
Make sure the user you are using to connect to the database has permissions to that stored procedure. Also, depending on the version of SQL you are using make...
September 24, 2010 at 1:53 pm
Kit, is the sample data representative of the data in your database in so much as there is no way to differentiate the 2 events with the exception of the...
September 24, 2010 at 1:05 pm
Though I think you'd need to test this you could perhaps Add an explicit deny to execute sp_add_job for the particular user you are having issues with.
sp_add_job is...
September 24, 2010 at 12:43 pm
I don't see any syntax errors in your SQL statement. Is it doing something you are not expecting, or throwing some sort of error message?
-Luke.
September 24, 2010 at 8:59 am
Does the execution log of the SSRS database give you any clues?
September 24, 2010 at 6:10 am
how about googling something along these lines...
SSRS known issues site:microsoft.com
September 23, 2010 at 10:57 am
Make certain that the user that you are connecting with has the appropriate rights on the share. That user needs modify or above on the share and write or...
September 23, 2010 at 10:55 am
Just out of curiosity, why not use SSIS instead to create the file,then you can invoke another process like the cmd line version of winzip, 7-zip or whatever you choose,...
September 23, 2010 at 10:50 am
tsmith-960032 (9/22/2010)
Daniel Bowlin (9/22/2010)
September 23, 2010 at 8:09 am
The only thing to note is you should pay attention to what settings you set when you download the reports and create the solution. For example, if you upload...
September 23, 2010 at 6:57 am
Viewing 15 posts - 196 through 210 (of 2,010 total)