dbatools icon indicating copy to clipboard operation
dbatools copied to clipboard

🚀 SQL Server automation and instance migrations have never been safer, faster or freer

Results 272 dbatools issues
Sort by recently updated
recently updated
newest added

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? Read-SqlXEvent: C:\Users\xxxx\Documents\PowerShell\Modules\dbatools\1.1.122\allcommands.ps1:95885:21 Line | 95885 | $enum = Read-SqlXEvent...

bugs life
triage required

### Summarize Command's Functionality This command would return logins that are not associated to a user, and which do not have permissions or ownership of any server-level object such as...

feature
new command
triage required

### Verified issue does not already exist? No ### What error did you receive? $UpdateDbaInstanceSplat = @{ Credential = $credential ComputerName = "$Target_ServerName" Path = "\\NetworkShare\AutoPatch" ExtractPath = "E:\TempUpdate" Version...

bugs life
triage required

### Verified issue does not already exist? Yes ### What error did you receive? Attempting to use `Copy-DbaLogin` to clone an existing user ([Example 6](https://docs.dbatools.io/Copy-DbaLogin#example-6) of the `Copy-DbaLogin` docs) fails...

feature

## Type of Change - [x] Bug fix (non-breaking change, fixes #8442 ) - [ ] New feature (non-breaking change, adds functionality, fixes # ) - [ ] Breaking change...

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? N/A - no error received When providing a DacOption...

bugs life
triage required

### Verified issue does not already exist? Yes ### What error did you receive? ParserError: C:\...\PowerShell\Modules\dbatools\1.1.80\allcommands.ps1:1 Line | 1 | ### DO NOT EDIT THIS FILE DIRECTLY ### | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? Hi, When running the below script that uses DBATools...

bugs life
triage required

### Verified issue does not already exist? Yes ### What error did you receive? > Cannot bind argument to parameter 'SqlInstance' because it is null. > At C:\Program Files\WindowsPowerShell\Modules\dbatools\1.1.111\allcommands.ps1:147923 char:9...

bugs life

### Summarize Functionality This is a follow up to #8453. The output of querys like `Invoke-DbaQuery -SqlInstance SQL01 -Query "SELECT sql_handle FROM sys.dm_exec_query_stats" -As PSObject` returns an array of bytes,...

feature
triage required