Viewing 15 posts - 16 through 30 (of 48 total)
Thanks Gianluca,
If there were complex calculations in there then I would definitely add assemblies/clr functions. Currently I have a number of views in which I have implemented the logic/calculations. Any...
January 28, 2010 at 6:52 am
I resolved the problem by removing the DOCTYPE line from the page which housed the reportviewer.
<!DOCTYPE html PUBLIC β~//W3C//DTD XHTML 1.0 Transitional//ENβ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
After I removed this line, the rectangle...
November 2, 2009 at 9:15 am
Thanks Lynn,
You saved me there π
June 23, 2009 at 10:46 am
So, I removed RS 2008 installed RS 2005, tested some report projects.
then I installed RS 2008
Ran into a "invalid namespace" error when trying to select the RS2008 service in the...
March 5, 2009 at 8:36 am
Folks,
Apparently its possible....
http://msdn.microsoft.com/en-us/library/ms143736.aspx#installmultiinstance
....but it looks like I need to install RS 2005 first and then RS 2008.
Trying this now
March 5, 2009 at 7:47 am
Hmm. I am not getting a repair option for SQL 2005
March 5, 2009 at 6:14 am
So, I have SQL 2008 with reporting services installed, along with SQL 2005.
When I am attempting now to add Reporting Services 2005 I am getting.
The following components that you are...
March 5, 2009 at 5:52 am
Thanks for this. Not much info around on what I am trying to do. It is a windows server 2008 box with IIS 7 that I am deploying this on....
March 4, 2009 at 12:27 pm
Guys, I got access to reports manager by adding the instance name to the server name as in
http://localhost/reports_myinstancename
However, I still have a problem with pointing...
January 27, 2009 at 4:24 am
Thanks G,
I found out that I cannot create an index on a view that has TEXT fields. No good to me then.
June 4, 2008 at 3:31 pm
Thanks folks,
I got there in the end.
while EXISTS(SELECT * FROM sysobjects WHERE name like '%' + @table_Name + '%')
BEGIN
SELECT @found_name = [name] FROM sysobjects WHERE name like '%' +...
May 19, 2008 at 8:37 am
thanks Kevin,
So I guess it is not possible to apply conditionals directly to a drop statement then
May 19, 2008 at 5:11 am
Thanks Grant,
I shall try that out. The problem is that this database is currently MYSQL (We intend to move to MSSQL) and using triggers etc is nerve-wracking. I have amblers...
May 10, 2007 at 4:34 am
Ninja,
It was originally a problem with a third party com mailer. I hoped that by using Database mail, exchange would have higher trust in the SQL instance as the mail...
November 28, 2006 at 8:38 am
Viewing 15 posts - 16 through 30 (of 48 total)