[size="2"]Right now, the output of my script looks this:[/size][size="1"]Microsoft (R) SQL Server Execute Package UtilityVersion 11.0.6020.0 for 32-bitCopyright (C) Microsoft Corporation. All rights reserved.Started: 11:07:26 AMError: 2016-08-26 11:07:27.14 Code: 0xC1140004 Source: Process Item Sales Data Pond Cube Analysis Services Execute DDL Task Description: Either the database with the ID of 'Item Sales Data Pond' does not exist in the server with the ID of 'COMISDBDEV01\OPREPORTINGDEV', or the user does not have permissions to access the object.End ErrorWarning: 2016-08-26 11:07:27.14 Code: 0x80019002 Source: ProcessSSAS_Cube Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.End WarningDTExec: The package execution returned DTSER_FAILURE (1).Started: 11:07:26 AMFinished: 11:07:27 AMElapsed: 0.297 seconds[/size][size="2"]But I want this same information to be in a .CSV format. How would I do that?[/size]
↧