Viewing 15 posts - 436 through 450 (of 607 total)
February 6, 2018 at 12:03 pm
your DROP TABLE statement has an extra space, here's the corrected version, and I added in one in the 2008 & After section if you wanted to order by lastname...
February 6, 2018 at 10:27 am
February 6, 2018 at 10:06 am
January 29, 2018 at 11:55 am
right, but that's basically exactly what an SSRS subscription does. run a report from SQL, export in some format, save it somewhere. Think you should use that avenue, since it's...
January 26, 2018 at 2:59 pm
do you have an available SSRS server?
January 26, 2018 at 12:43 pm
January 26, 2018 at 7:37 am
We can't see any sample data, so it's going to be harder to help. Can you generate dummy data and give us table structures so we can run it and...
January 26, 2018 at 7:35 am
use SSRS, set up the report and schedule it.
But, otherwise, you used to have to have a special file connection from codeplex to pull from/to SharePoint, not...
January 25, 2018 at 5:05 pm
well that's interesting, Chris, thanks!
However, it only really works when it's within the same database, when I tried it on a view looking into other databases it gave...
January 25, 2018 at 4:52 pm
So, Steve, how'd digging the car out go?
January 25, 2018 at 4:45 pm
information_schema doesn't do that, you are correct that you would have to parse the view definition to see what tables and fields are affected. That is the purpose of a...
January 25, 2018 at 12:14 pm
are you trying to do =(ReportItems!YTLP.value + ReportItems!TSA.value) / ReportItems!YT.value ?
January 25, 2018 at 7:30 am
Viewing 15 posts - 436 through 450 (of 607 total)