Viewing 15 posts - 91 through 105 (of 241 total)
Your passing them in separate executions though. When you pass Arial in for the 2nd time, it doesn't know you also want to keep the other fonts.
Luis has the best...
July 15, 2016 at 12:23 pm
You use a comma to separate the columns in a set. Assuming the length field is numeric you will have to set it to 0 or null depending on the...
July 15, 2016 at 12:18 pm
I'm confused by your logic.
You have font Doremi in the table. You pass this font again and the sp deletes every font other than Doremi. You say this is correct....
July 15, 2016 at 12:08 pm
Your insert is in the else section of the if, so if a row already exists then the insert never gets called.
I'm not sure what you are trying to do...
July 15, 2016 at 11:28 am
Right click on the control in the white space and select rectangle properties. Then click page break after.
Place the informational text boxes into that control as well.
July 15, 2016 at 10:11 am
If you want free form then you need to use the list control. Add the list control to your report and point it at the data set. You can then...
July 15, 2016 at 9:27 am
When you say contains multiple text boxes did you add them as individual text boxes or as a table/matrix. If you added individual text boxes then that is your issue.
Also...
July 15, 2016 at 9:10 am
OK check out these links then.
https://blogs.msdn.microsoft.com/jtarquino/2011/06/14/reporting-services-data-driven-subscriptions-on-sharepoint-integrated-mode/[/url]
July 15, 2016 at 8:17 am
I'm assuming you aren't running Enterprise Edition?
Check out this link which is a technique of performing data driven subscriptions without enterprise edition
http://www.sqlservercentral.com/articles/Development/datadrivensubscriptions/2432/[/url]
July 15, 2016 at 7:53 am
I've seen this before with databases that have the autoclose setting set as true. Try changing it to false if it is set to true.
July 15, 2016 at 7:47 am
Why didn't you use the regular uninstaller? What are the errors you get?
July 15, 2016 at 7:41 am
wendy elizabeth (7/14/2016)
The largest varchar field that...
July 14, 2016 at 12:32 pm
Try this.
REPLACE(@[$Project::MEMBER], "YYYYMMDD",REPLACE((DT_WSTR, 10)(DT_DBDATE)GETDATE(),"-","") )
July 13, 2016 at 12:35 pm
What is the definition for the Member parameter?
July 13, 2016 at 11:52 am
I'd be very very surprised if this changed for 2016. Will have to test when I get home. Currently working on 2014 and the default for truncation is Fail Component,...
July 13, 2016 at 8:54 am
Viewing 15 posts - 91 through 105 (of 241 total)