Home » SQL Server (Page 14)
Category Archives: SQL Server
Performance Dashboard Reports in SQL Server
SQL Server Management Studio comes up with multiple standard reports that show basic performance information. These reports are available without any additional installation and with no extra configuration. But if you think this is not enough, Microsoft lunch Performance Dashboard Reports with SQL Server 2012. Let’s deploy and configure Performance Dashboard Reports a. You can … Continue reading
System.ConsoleColor error while running powershell in SQL agent job step
Issue: While running powershell in SQL agent job step, I am getting below error: – A job step received an error at line 3 in a PowerShell script. The corresponding line is ‘$space.ForegroundColor = $host.ui.rawui.ForegroundColor’. Correct the script and reschedule the job. The error information returned by PowerShell is: ‘Exception setting "ForegroundColor": "Cannot convert null … Continue reading
SSISDB for SQL Server Integration Services
Microsoft introduced some major changes in SQL Server Integration Services with SQL Server 2012. Brand new “SSISDB” database launched as SSIS catalog “A New repository database of Integration Services”. This new repository database brings a lot of abilities for developers, testers and administrators. Prior to SQL 2012 all SSIS packages are stored either in MSDB … Continue reading
DB Mail error “File attachment or query results size exceeds allowable value of 1000000 bytes”
Issue : One email report is working fine from long time but suddenly it failed today with below error. Error : Msg 22051, Level 16, State 1, Line 0 File attachment or query results size exceeds allowable value of 1000000 bytes. Solution : Email report is failing at send mail because file attachment size is … Continue reading
SSMS error – Unable to Connect to SSIS – The Specified Service Does Not Exist as an Installed Service
Issue: SQL Server Integration Service (SSIS) 2016 unable to connect from SQL Server Management Studio (SSMS) 17.0. Error: Connecting to the Integration Services service on the computer "<Server Name>" failed with the following error: "The specified service does not exist as an installed service.” This error can occur when you try to connect to a … Continue reading