Viewing 3 posts - 1 through 3 (of 3 total)
I found this for SQL Server 2000:
http://www.sqlservercentral.com/articles/Administration/clusteringreportingservices/2398/
Am I correct if I assume that there is no appreciable difference with Sql Server 2005 Reporting Services install?
Thanks!
-- Steve
June 29, 2012 at 6:48 am
Any details of this effort would be greatly appreciated!
June 28, 2012 at 3:25 pm
One small addition - include brackets around the table name.
...
SELECT @strSQL =@strSQL + 'DROP STATISTICS [' + @strTableName + '].' +
strStatName+ '; ' + char(13)
...
Others include adding a variable...
February 8, 2012 at 6:46 am
Viewing 3 posts - 1 through 3 (of 3 total)