UV organizes commands into several categories based on workflows.
Manage Python installations without external tools like pyenv or conda.
| Command | Description | Example |
| /*Get spaceused*/ | |
| sp_spaceused @updateusage=true | |
| /*Check # of Virtual Log Files - VFL*/ | |
| dbcc loginfo | |
| /* | |
| DBCC DROPCLEANBUFFERS | |
| Clears the clean buffers. This will flush cached indexes and data pages. You may want to run a CHECKPOINT command first, in order to flush everything to disk.*/ |
| Function Publish-DatabaseDeployment { | |
| param( | |
| $dacfxPath | |
| , $dacpac | |
| , $publishXml | |
| , $targetConnectionString | |
| , $targetDatabaseName | |
| ) | |
| Write-Verbose 'Testing if DACfx was installed...' -Verbose |