ansible-mssql-query icon indicating copy to clipboard operation
ansible-mssql-query copied to clipboard

Ansible module to run a SQL query on a Microsoft SQL Server database

Results 2 ansible-mssql-query issues
Sort by recently updated
recently updated
newest added

Using below query fails. ``` - name: query mssql_query: login_user: sa login_password: "{{ sql_admin_password }}" login_host: localhost db: msdb #as_dict: true query: > SELECT bcks.database_name, bckS.backup_start_date, bckS.backup_finish_date, CAST(bcks.backup_size / 1073741824.0E...

Hello there, Can you kindly provide us with an example of how to execute a complex SQL Statement, or to compile a procedure or a function? Is there any way...