We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9583db3 commit 04cbf78Copy full SHA for 04cbf78
public/Copy-DbaSystemDbUserObject.ps1
@@ -82,7 +82,7 @@ function Copy-DbaSystemDbUserObject {
82
function get-sqltypename ($type) {
83
switch ($type) {
84
"VIEW" { "view" }
85
- "SQL_TABLE_VALUED_FUNCTION" { "User table valued fsunction" }
+ "SQL_TABLE_VALUED_FUNCTION" { "User table valued function" }
86
"DEFAULT_CONSTRAINT" { "User default constraint" }
87
"SQL_STORED_PROCEDURE" { "User stored procedure" }
88
"RULE" { "User rule" }
0 commit comments