Viewing 15 posts - 61 through 75 (of 153 total)
I could easily set up a job to run every 15 minutes or so. I was more curious to see if there are any known workarounds since we aren't concerned...
November 4, 2019 at 4:54 pm
I suppose I'm trying to get too granular which is leading to more work than necessary. My hope was that grant alter could be broken down into more specific permissions...
September 5, 2019 at 11:28 am
Thanks for all of the information. It was very helpful because some things I read swear by adding an identity column for the primary key regardless of what type of...
August 20, 2019 at 11:46 am
Thanks pietlinden!
August 9, 2019 at 12:03 pm
That's why I posted it under the Programming --> General category. The Programming category has subcategories such as PowerShell and testing methodologies so I did't think it was too far...
August 8, 2019 at 7:28 pm
Thanks for the tip ZZartin. That fixed my problem. I didn't mention that each Excel file opened will run its own macro which leads me to my next issue. If...
August 7, 2019 at 3:33 pm
I'm getting back to this topic so I have a couple questions. The goal is to have only one subscription that can fire every report. Currently I see two options:
July 15, 2019 at 1:47 pm
Thanks for the information. It sounds like groups are the way to go even if at the time it only ends up being one person.
June 27, 2019 at 7:01 pm
Steve - Thanks for the reply. There is a ton of helpful information in those search results. I should be able to piece enough together to make it work. Can...
June 27, 2019 at 2:55 pm
SQL Server won't be doing the decompressing. I'm trying to use a third party utility that needs the backups to be decompressed.
June 25, 2019 at 5:55 pm
I finally figured out what the issue was. I found that in the rsreportserver.config file this line existed
<Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="False"/>
I had to update it to
June 20, 2019 at 5:34 pm
There will some data manipulation to create matrices, charts, etc. From what I've read this can act as a source in Excel. The SSRS output will mirror the Excel version.
June 19, 2019 at 12:06 pm
So in my hypothetical scenario, is my only option to find data changes to load the file and compare it to the previous day's table using the ID for all...
June 6, 2019 at 11:41 am
I called it a daily file in my hypothetical scenario of one that has the same structure of the tables. Sorry if that was not clear or got lost in...
June 5, 2019 at 8:01 pm
I understand the concept but not how it applies to the situation I'm working with. Suppose today I create a new target table with the VersionCol field you explained above...
June 5, 2019 at 7:37 pm
Viewing 15 posts - 61 through 75 (of 153 total)