Viewing 14 posts - 1 through 14 (of 14 total)
If it were limited to T-SQL querying alone, then I think this would be fairly straightforward. Trying to incorporate that into SSRS's scripting would be difficult and laborious. Not...
June 24, 2014 at 6:15 am
Well, after weighing some options I used a rectangle on the main report with subreports calling each of the five charts individually. I them left justified all five subreports,...
June 23, 2014 at 12:48 pm
I've considered options similar those, but they all felt "kludgy" so I didn't go far to implement. I kicked around the subreport option a bit, but I thought there...
June 23, 2014 at 7:58 am
Hey, thanks for the reply.
Actually when mocked up, in Excel - I think, but not sure how it was done, the charts looked "presentable" as there were only...
June 23, 2014 at 7:34 am
OK, I found a resolution for this. Using a rectangle in the left half of the report so that the top of the rectangle is along side the table...
May 16, 2014 at 9:41 am
The file is created by either the SQL Server service of the SQL Agent service depending on how the job was set up. Are both of those services running...
July 8, 2013 at 12:45 pm
Two questions:
Does the service account for SQL Agent have write access to the UNC path?
Does the file get created but is empty or does it not even get created?
July 8, 2013 at 12:34 pm
There are options like using joins or correlated sub-queries, but without having a better idea of what you're trying to accomplish, its really hard to come up with concrete suggestions.
April 4, 2013 at 12:04 pm
This is the closest thing I have found over the past few years. MS has shied away from promoting the true system tables so people don't code against them...
March 27, 2013 at 6:51 am
Compression might help, though it might make writes slightly slower. Adding clustered indexes will ultimately help to ease database maintenance and allow defragmentation, but I don't think I'd expect...
March 26, 2013 at 8:59 am
You'll also probably want to CAST your data types so your UNION doesn't blow up with data type conversions and add NULL to your select if you have one result...
March 26, 2013 at 7:14 am
Good article, Steve.
I have mixed feelings about certifications. It does give me exposure to features that I wouldn't get to try out otherwise.... I am more apt to study...
July 22, 2008 at 8:29 am
This is a good article.
I, too, have had a variety of problems with the Transfer Objects task. The one I am currently fighting is that it wasn't able to...
July 17, 2008 at 2:18 pm
The organization I work for has also been very slow to adopt SQL Server 2005. We do have an instance of it (standard version) and despite having virtually zero...
June 3, 2008 at 9:18 am
Viewing 14 posts - 1 through 14 (of 14 total)