Viewing 15 posts - 691 through 705 (of 9,641 total)
jennifer.elkhouri (9/16/2014)
I want to be sure I follow. Like many SQL admins, I was given SQL admin tasking by sheer team size (ok, we've got three people, umm ......
September 16, 2014 at 11:17 am
GilaMonster (9/15/2014)
Out of line? (Me, I mean) http://www.sqlservercentral.com/Forums/FindPost1613791.aspx
I can see teh frustration coming out a bit, but I wouldn't say out of line. I'd be tempted to post this:
"If...
September 15, 2014 at 1:09 pm
So have you tried deploying the report and running it on the report server or have you just been running it in BIDS/SSDT-BI?
You have to remember that BIDS caches data...
September 15, 2014 at 1:02 pm
What do you mean by an "event"?
How do you determine whether a row returned is a new event?
I'd suggest a stored procedure that you put in a SQL...
September 15, 2014 at 12:17 pm
Forget about my last ignorant post as I've never exported to Word. It looks like it just doesn't work. I've changed interactive size and page size and I...
September 15, 2014 at 11:51 am
Are you sure the other columns aren't spilling to another page and you are getting a different 25 columns on each of the first N pages until you reach the...
September 15, 2014 at 11:42 am
I just tried a test report using the query you provided and I can't duplicate your issue. It sounds to me like you either have a filter incorrect on the...
September 15, 2014 at 11:39 am
For the first part about images, we'd need to know how the images were stored.
For the second part, removing data from the database, whether by deleting data or dropping objects...
September 15, 2014 at 10:57 am
I believe you could create an images directory on the report server itself and upload your images there and then the report can use the relative path the the image....
September 15, 2014 at 10:47 am
I believe that the issue is that the tools require use of these procedures to return the default path information to the UI. Things like Default Data Directory and...
September 15, 2014 at 10:43 am
Steve Jones - SSC Editor (9/15/2014)
My view is this:
100 -...
September 15, 2014 at 10:37 am
Grant Fritchey (9/15/2014)
Sean Lange (9/15/2014)
Ed Wagner (9/14/2014)
Sean Lange (9/13/2014)
September 15, 2014 at 7:43 am
amns (9/11/2014)
Thanks for your opinion!Which advantages do you see in separating the exceptions and error logging to a different database?
Regards!
Here are some:
1. You can centralize error and exception logging.
2....
September 11, 2014 at 6:44 am
Thanks guys. That one got to me because I put a lot of time into providing solutions that did exactly what he needed for results based on the information...
September 9, 2014 at 8:44 pm
pietlinden (9/9/2014)
Cool solution! After stepping away from what I was thinking before, I realized that I could use a CTE to do the thing... (and I saw you did...
September 9, 2014 at 8:39 pm
Viewing 15 posts - 691 through 705 (of 9,641 total)