Viewing 15 posts - 16 through 30 (of 64 total)
Actually "Bit" and all, this sums up my point. There are some nice tecnical articles out there for people like us, but they need to get something out there for...
October 19, 2009 at 8:53 am
Not to beat a dead horse on this subject, but I brought this topic up at a SQL User Group last night when the topic of BI came up. The...
October 15, 2009 at 5:10 pm
Yeah it does seem like a real setback when it comes to implementing. We're implementing with our client base. I am doing some training with them (in my free time!...
October 8, 2009 at 12:58 pm
I've searched high and low as well, and posted asking the same. This definitely seems to be an area needing improvement by Microsoft, so some industrious Tech writer.
For the...
October 7, 2009 at 1:59 pm
I just dropped my assembly in my C:\Program Files\Microsoft SQL Server\MSSQL.x\Reporting Services\ReportServer\bin folder on the Report Server and have never had a permissions issue.
September 15, 2009 at 6:03 pm
I've done this, but truly I find it much easier to drop this logic into my stored procedure. You can build an Address string in there and use char(13) and...
September 15, 2009 at 5:45 pm
IMO, templates were somewhat of an afterthought in SSRS; however, you can also use Custom Assemblies and Code Modules:
http://msdn.microsoft.com/en-us/library/ms155034(SQL.90).aspx
We have integrated SSRS into hosted applications and I used the above...
September 15, 2009 at 5:41 pm
You can try sp_send_dbmail from the subscription job that gets created in SQL agent, but I'm nearly 100% certain you will end up with two emails as the earlier poster...
September 15, 2009 at 5:20 pm
We resolved our print issue on Standard with SP3. From what I learned, a MS patch intentionally broke this control right around the time that SP2 came out hence SP2...
September 15, 2009 at 5:02 pm
I'm assuming you're storing these counts? Actually, I've been thinking along the same lines and creating an SSRS report, if somebody hasn't already done something. I haven't begun to store...
September 15, 2009 at 3:19 pm
This is just a shot in the dark, but are you sure you're pointing to the same server environment? I once deleted my config file for a package and my...
September 15, 2009 at 10:00 am
Actually, I was able to figure out the error thanks to help from a .NET guy (embarrassing ain't it). TEXT() should be text(). The only thing he couldn't tell...
August 6, 2009 at 11:59 am
Also, (local) doesn't seem to work as a valid server name in most instances...
Bingo! You are right. I have three instances of SQL running on this server, with Dev being...
July 8, 2009 at 9:25 am
'Set FmtOnly OFF; EXEC dbo.sp_Who'
I have used various iterations of OpenRowSet, including SET FMTONLY OFF and SET NOCOUNT ON. I have used an OLE DB connection rather than the SQL...
July 8, 2009 at 9:06 am
Sorry I keep popping in here, but I encountered this same issue (among many others when I set up the ReportServer remotely) as you have done. I believe that we...
July 7, 2009 at 5:13 pm
Viewing 15 posts - 16 through 30 (of 64 total)