Viewing 15 posts - 211 through 225 (of 267 total)
I've since tried to change the job owner (me, sa, NT Service/SQLAgent$MI_SQL_SERVER, back to what it was)
No success
Everything else about the job works fine
Run as, for the step comes up...
March 1, 2016 at 4:18 am
use datepart or something like
=iif(DateDiff("d",fields!date1.value,fields!date2.value)>0,"yes","no")
February 29, 2016 at 2:38 am
Finally have a solution and it relates to SETFMT ONLY (Something I had never heard of) and the way SSRS handles result sets
Refer to this link:
What worked for me...
February 26, 2016 at 8:28 am
Hi
Any thoughts on this
It is seriously winding me up now!
I've rewritten in a number of different ways and SSRS just keeps hanging when trying to open up stored procedures
I can...
February 26, 2016 at 7:05 am
Regarding option 1, this might help:
http://www.sqlservercentral.com/Forums/Topic1749995-150-1.aspx#bm1762267
February 26, 2016 at 6:29 am
I have reports that use a single dataset
These comprise of multiple small number of tables and charts to create a dashboard
Each part can, if necessary have it's own filter through...
February 23, 2016 at 2:38 am
What does your t-sql look like?
You should just be able to write one piece of t-sql and add this as a data set
Then parameterise (so customer name or number are...
February 19, 2016 at 2:55 am
Finally got this working!
Not sure if it's the benefit of going away and coming back with a fresh mind
Basically, I followed your expression structure and it still came back with...
February 19, 2016 at 2:27 am
Unfortunately, it still fails
So, I have an execution account set up (as me) through Reporting Services Configuration Manager
I've added an image
Set the Source to external
Set the value to ="file:///e:\Test.gif"
Now I...
February 18, 2016 at 4:14 am
Unfortunately, this as not worked, even using my account
This is really frustrating as I have now spent a number of hours trying everything
All I want to do is put an...
February 18, 2016 at 3:47 am
Thanks
Re-read Jasons article and went with this in the end:
USE [ReportServer$MI_REPORT_SERVER]
GO
/****** Object: StoredProcedure [dbo].[uspDataDriven_Fileshare_Parameter1] Script Date: 18/02/2016 08:58:40 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER procedure [dbo].[uspDataDriven_Fileshare_Parameter1]
( @scheduleID...
February 18, 2016 at 2:09 am
Thanks for the responses Kevin and Jeff
1) The real purpose is improving build times
I have a small number of aggregated fact tables that build on a flush and fill basis,...
February 16, 2016 at 9:06 am
Hi
Just come back to this
I can get e-mail scheduling working but I've no idea how to get Windows File Share working
Does anybody know what the equivalent of this for Windows...
February 10, 2016 at 10:12 am
Thanks, that helps
This does look very useful
February 8, 2016 at 2:12 am
In this instance, the DB is simple so I don't backup the transaction log
February 2, 2016 at 9:27 am
Viewing 15 posts - 211 through 225 (of 267 total)