IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
powershell 遍历数据库表导出为csv
csharp25
发表于
2020-02-25 12:18:30
love
0
Write-Output 0 $server = ".\" $database = "dbname" $tablequery = "SELECT schemas.name as schemaName, tables.name as tableName from sys.tables inner join sys.schemas ON tables.schema_id = schemas.sche...