Viewing 7 posts - 1 through 7 (of 7 total)
We have seen poor performance with EXCEPT on large data sets.
January 18, 2010 at 7:39 am
Used as is, this didnt work for me on SQL2005.
Invalid column name 'dtproperties'.
Edited the proc to remove all " marks and replaced them with the proper ' marks.
July 10, 2009 at 8:58 am
Doesnt seem to work with SQL2005? Breaks at referencing the "name" column of sysjobschedules since that column doesnt exist.
June 26, 2009 at 10:47 am
Yes, I liked your writing style, but really you can only use RAISEERROR, otherwise you're going to confuse the heck out of your users like you mentioned.
June 12, 2009 at 2:52 pm
In my case removing the SQL Instance name fromt he Report Server URL solved the issue.
Make: http://localhost/ReportServer instead of http://localhost/ReportServer$SQLINSTANCE
June 10, 2009 at 3:20 pm
Viewing 7 posts - 1 through 7 (of 7 total)