Viewing 15 posts - 1,456 through 1,470 (of 9,641 total)
I think you can slipstream the SQL Server 2008 install which means you can install SP3 directly and not need a reboot. See this article.
April 9, 2013 at 8:56 am
If you can't use a table valued parameter you can pass a list of values and then create a "splitter" function that turns that list into a set of data...
April 9, 2013 at 8:53 am
Rod,
Have you tried starting IE using run as administrator and then running the application and the report? That would help determine if this is a permissions issue and then...
April 9, 2013 at 8:49 am
I've never seen this error when using a stored procedure. I've never had an issue with the no rows message not being used when a stored procedure doesn't return...
April 9, 2013 at 8:45 am
It sounds like you are trying to use the image outside of a data region (Table, Matrix, List) which has a data set assigned to it. I assume this...
April 9, 2013 at 8:40 am
I'm not sure I exactly understand what you want, but I think I do and the UNION ALL will work with the WHERE conditions, if you don't include the WHERE...
April 9, 2013 at 8:28 am
AS far as what is, from http://sqlcat.com/sqlcat/b/technicalnotes/archive/2008/06/26/report-server-catalog-best-practices.aspx:
For SQL Server 2005 Reporting Services, many of the insertions are performed to the ChunkData, SnapshotData, and SessionData tables. But SQL Server 2008 in...
April 9, 2013 at 8:20 am
Have you verified that the password used for the proxy account has not been changed in Active Directory?
April 9, 2013 at 7:52 am
Hey Rod,
Is this problem isolated to this single user or are others experiencing the same issue?
April 9, 2013 at 7:44 am
marie contencin (4/4/2013)
Hi,I do not like "NULL" value in results.
May I suggest this :
...
CASE
when S.type_desc is NULL then 'allowed via a Windows Group'
else S.type_desc
end as type_desc,
...
🙂
Marie,
That's a...
April 9, 2013 at 7:41 am
charlesd (4/2/2013)
April 9, 2013 at 7:40 am
nadersam (3/27/2013)
Thanks fro your reply, what i understand from your reply is that it has an impact but not that serious, is that right?., specially for tables with large...
March 27, 2013 at 8:57 am
nadersam (3/27/2013)
I have a question with regards to that please.
Ex: Index Idx1 on col1 with include on col2 and col3
The question is if i run and update statment as...
March 27, 2013 at 7:38 am
Assuming all the data comes from one database, one not just return all the data in one dataset and then you don't have to jump through hoops to get it...
January 22, 2013 at 3:36 pm
Viewing 15 posts - 1,456 through 1,470 (of 9,641 total)