Viewing 9 posts - 1 through 9 (of 9 total)
Thank you, I'll give this a try. I only have a few groups I want to query, and understanding that there are no guaranties in life, I'm pretty sure it will...
May 12, 2017 at 9:25 am
April 28, 2017 at 12:44 pm
Here's what worked:
="void(window.open('http://SERVER1/ReportServer/Pages/ReportViewer.aspx?%2fConfigMgr_HHQ%2fHardware+-+General%2fComputer+information+for+a+specific+computer&rs%3aCommand=Render&variable="+Fields!Name.Value+"','_blank'))"
The differences:
Moved &rs%3aCommand=Render to BEFORE the variable and value. The %3a is new too. I have no idea what it does, but I saw...
April 28, 2017 at 12:07 pm
Thank you so much. This was so far beyond my current, and possibly future, abilities. I was able to get as far as creating query that would give...
January 3, 2017 at 1:19 pm
Of course. It all seems obvious once someone spells it out for me.
I like the idea of doing it on the fly. There's no point in having this...
July 13, 2016 at 2:18 pm
I think that because of my own ineptitude, my test server is now sufficiently scrambled enough that I should just start over.
In running the sp_dropdistributiondb and sp_dropdistributor procedures, I discovered...
February 4, 2009 at 7:14 am
Well, my publication and subscriptions are gone. I had been able to delete them previously. I ran :
USE master
GO
EXEC sp_dropdistributor @no_checks = 1
(cut and pasted from Microsoft Article...
February 3, 2009 at 8:47 pm
I'll check out those stored procedures. For now that might be my best option.
In the future, I would like my test server to be a duplicate of the production...
February 3, 2009 at 8:34 pm
I've disabled replication and publishing. That allowed me to remove the database being replicated.
I'm now interested in fixing this because its generating errors when my backups run each night....
January 30, 2009 at 9:30 am
Viewing 9 posts - 1 through 9 (of 9 total)