|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Sunday, February 17, 2013 2:38 AM
Points: 369,
Visits: 392
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 3:27 AM
Points: 1,
Visits: 156
|
|
Hello Prakash,
Hope this reply finds you well... Thank you very much for the post, by the way I am getting below error. Please help me out to correct the same........ Is ther any setting from my SQL Server SMO to be done ?
Msg 102, Level 15, State 1, Line 14 Incorrect syntax near ' '. Msg 102, Level 15, State 1, Line 37 Incorrect syntax near ' '. Msg 102, Level 15, State 1, Line 49 Incorrect syntax near ' '.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Sunday, February 17, 2013 2:38 AM
Points: 369,
Visits: 392
|
|
What is the version of SQL server you are using?
Try commenting the "queryexecuted" column code and run same
Check this article for how to use this script:
Prakash www.sqlfeatures.com
Prakash Heda Lead DBA Team - www.sqlfeatures.com Video sessions on Performance Tuning and SQL 2012 HA
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Sunday, February 17, 2013 2:38 AM
Points: 369,
Visits: 392
|
|
Also update declare variable part like below:
declare @ServerTime datetime , @ConvertMiliSeconds bigint , @FilterMoreThanMiliSeconds bigint , @FilterHours bigint, @execution_count bigint , @debugFlg bit select @ServerTime = getdate(),@ConvertMiliSeconds = 1000 ,@FilterMoreThanMiliSeconds = 1,@FilterHours = 2 ,@execution_count = 2,@debugFlg bit = 0
Prakash Heda Lead DBA Team - www.sqlfeatures.com Video sessions on Performance Tuning and SQL 2012 HA
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Sunday, February 17, 2013 2:38 AM
Points: 369,
Visits: 392
|
|
I was able to reproduce the issue
Seems when one copy the code and run it, it has special character get added due to HTML, invisible though but in windows 2003 notepad and SQL 2012 SSMS editor I was able to see and replace it and than it works, not able to see that character in win7 notepad though.
let me know if you this doesn't work...
Prakash Heda Lead DBA Team - www.sqlfeatures.com Video sessions on Performance Tuning and SQL 2012 HA
|
|
|
|