Recent SQL Server Posts
Create External Data Source to Reference a Readable Secondary Replica of Always On Availability Group
We need to create an external table that uses and external data source. The
external data source needs to query the (read_only) readable secondary
node of an availability group.
SQL Server Agent Job - $RawUI.CursorPosition Error
I am trying to run some PowerShell script to cleanup old backup files in
the database server using SQL Server Agent job. But, I got this error:
Executed as user: <sql server agent account>. A job step received
an error at line 3 in a PowerShell script. The corresponding line
is '$RawUI.CursorPosition = @{X=0;Y=0} '.