Viewing 15 posts - 2,641 through 2,655 (of 3,366 total)
When you develop reports your reports RDL is stored in the catalog table in the ReportServerDB but the Master of the new server have no record of the ReportServerDB and...
August 23, 2007 at 7:09 pm
Microsoft provide decent samples for experienced developers for free you just pay for the developer edition because it comes with all the components of the enterprise edition. Go to the...
August 23, 2007 at 10:46 am
Google search uses very complex calculus and the business structure depends on it so math is king. If you think in Boolean until the rest of the pack stop using...
August 23, 2007 at 8:27 am
The reason to use stored proc is to force SSRS to use the code because stored proc is controlled by the relational engine SSRS just have to run it.
August 23, 2007 at 7:18 am
I did not say that but you are doing OUTER JOIN to a temp table in SSRS which gets confused with minor changes in a stored proc.
August 23, 2007 at 7:04 am
Convert it to a stored procedure and it will run assuming you are using 2005 I have seen worse code that run.
August 23, 2007 at 6:21 am
I think this is related to the scope of Local # temp table because if you change it to global ## temp table it works. SQL Server will run the code as...
August 22, 2007 at 10:06 am
If you are running reports you need to backup both databases or all your reports cannot be recovered because all the RDL are in the catalog table of the ReportServerDB. ...
August 20, 2007 at 9:24 am
So you have developed a report and build it in reporting services? I think if you want .aspx pages you need to use reportviewer control because standard reports just comes...
August 20, 2007 at 8:44 am
I don't think that is possible when a customer ask for something you cannot do you have to show why you cannot do it and sometimes they will accept the...
August 18, 2007 at 8:29 am
When you develop reports your reports RDL is stored in the catalog table in the ReportServerDB so you may have deployed your ReportServerDB and ReportServerTempDB but the Master of the...
August 17, 2007 at 5:18 pm
Microsoft does not own PDF so maybe your command line code is not working and I don't think you need any code because all you need is PDF reader and...
August 17, 2007 at 5:06 pm
There are sample codes in the link below. Hope this helps.
August 16, 2007 at 12:30 pm
Microsoft have changed a few things the package owner and the Agent Proxy must be both Admin level accounts. Try the link below for details.
http://support.microsoft.com/kb/918760
August 13, 2007 at 9:08 pm
Actually it is a sub set of web developers who wants Access to continue because they think SQL Server is not needed, these people accuse some of us as the...
August 12, 2007 at 10:35 am
Viewing 15 posts - 2,641 through 2,655 (of 3,366 total)