Viewing 15 posts - 856 through 870 (of 1,193 total)
Well, I imagine the indexes are emptied, if that's the right word, when the table is truncated.
An index on 0 rows will not contain much!
Note having (nonclustered) indexes in place...
August 3, 2012 at 9:21 am
If you can recover the primary server intact, it will rejoin the mirroring session as the mirror, and start synchronising from the principle.
You can fail back to it if required...
August 3, 2012 at 8:47 am
Reading this, I kind of get the idea CHECKSUM is bad to use...
HashBytes might work for you though. Alternatively, could you build a Full Text index on the column?
August 3, 2012 at 7:59 am
I'd add that if you're using a named instance, as you seem to be, port 1433 is unlikely to be the correct port.
To elaborate: port 1433 is what the default...
August 2, 2012 at 7:59 am
No worries. Think the behaviour is that report deployments (or saves when using Report Builder), don't overwrite the parameters' default settings.
August 2, 2012 at 7:10 am
Hi, is the report cached or a snapshot?
Does the updated value show correctly if you run that SQL in Management Studio?
Cheers
August 2, 2012 at 5:03 am
Hi Tim,
As I understand it, you're editing the defaults in Report Builder only?
If you edit the parameters in Report Manager directly the change should stick.
Cheers
August 2, 2012 at 5:00 am
I think that might be an OS/browser issue rather than SSRS.
Rather than holding the rendered report in RAM, could it be paged to disk once the window's minimised?
Delay could be...
August 2, 2012 at 4:41 am
Hi Douglas,
I can't see the screenshot - could you try and attach it to the post?
Think I can understand what you're after but should be able to help more if...
August 2, 2012 at 3:35 am
Yeah, I did the same!
It's actually the Row Group you need to set it on.
Think the KeepWithGroup option needs to be set too for it to work.
August 1, 2012 at 10:56 am
Hi Wendy,
Do you mean the path the file is stored at from a Windows file Share subscription? If so, check the Subscriptions table in the ReportServer database.
If you mean from...
August 1, 2012 at 10:50 am
Hi, unfortunately not. You need to create the shared data sources in your report project in BIDS.
The projects have no knowledge of what's on the report server itself.
Data sources will...
August 1, 2012 at 10:15 am
No problem mate 🙂
August 1, 2012 at 8:04 am
Something like this: ISNULL(NULLIF(RTRIM(val),''),0)
August 1, 2012 at 6:48 am
Viewing 15 posts - 856 through 870 (of 1,193 total)