ziggle

Hail Hydra


  • Home

  • Archives

  • Search

sqlserver 配置

Posted on 2020-01-10
1
2
3
4
use master
go
-- 读取配置
EXEC sp_configure @configname='remote query timeout';
1
2
name    minimum	maximum config_value    run_value
remote query timeout (s) 0 2147483647 600 600
1
2
3
4
-- 配置
EXEC sp_configure 'remote query timeout', 300 ;
GO
RECONFIGURE ;

https://docs.microsoft.com/zh-cn/sql/relational-databases/system-stored-procedures/sp-configure-transact-sql?view=sql-server-ver15

sql-join
Linux 磁盘占用
ziggle

ziggle

Hail Hydra !

110 posts
45 tags
RSS
GitHub
© 2021 ziggle
Powered by Hexo
|
Hail Hydra—