Viewing 15 posts - 1,261 through 1,275 (of 1,957 total)
I would say that if you have connectivity and the catalog is empty, then it is worth creating a new RS database.
It sounds like someone has messed with the existing...
July 23, 2011 at 5:09 pm
I asked if it was new, because if it is new, I would recommend running through the Report Server Database Configuration Wizard from the Database section of the Reporting Services...
July 23, 2011 at 5:01 pm
Hi, sorry to butt in like this, but can I make a couple of suggestions?
First, try to keep your dynamic code formatted nicely - it's so much easier to maintain...
July 23, 2011 at 4:41 pm
Just to make sure you get the correct URL, open IIS Administrator, navigate the treeview to your Reports web application , right click on the Reports node and choose Browse...see...
July 23, 2011 at 4:20 pm
Hi Lutz,
I personally think your if clause is not covering all the bases...I would do it like this:
SELECT 'Begin' -- this sets the intial rowcount to 1
WHILE @@ROWCOUNT>0
UPDATE XMLTest
SET [XML].modify('
replace...
July 23, 2011 at 4:18 pm
LutzM (7/23/2011)
Nice solution, MM!Would it be possible to set the flag to either "true" or "false" depending on the value of frac or would this require a second update?
Thanks, and...
July 23, 2011 at 3:23 am
The problem is that "replace value of" can only operate on one node at a time, so you need to either look at FLWOR http://msdn.microsoft.com/en-us/library/ms190945.aspx to rebuild the xml (ugh!)...
July 22, 2011 at 5:18 pm
And Brad Schulz wrote an interesting blog post http://bradsruminations.blogspot.com/2011/04/index-tuning-detective.html
It does delve into the query cache and although I cannot attest to it's usefulness as I haven't tried it yet,...
July 22, 2011 at 4:29 pm
JKSQL (7/21/2011)
search_keyidthenamevalue
BCD 4141bcd...
July 21, 2011 at 4:46 pm
Jeff, just what I was thinking...here is a starter for 10...
--= Ranked search - requires table GetMatchingData to exist =--
--= create some test searches to look for in GetMatchingData =--
IF...
July 21, 2011 at 4:34 pm
pharmboy4u (7/19/2011)
July 20, 2011 at 5:03 am
SQLkiwi (7/19/2011)
mister.magoo (7/19/2011)
July 19, 2011 at 6:06 pm
Viewing 15 posts - 1,261 through 1,275 (of 1,957 total)