how i set sql server script's timeout within script?
i have infinite book record (nearly 300mb, feasibly bigger future) i am perplexing run. suggested comments gulzar's answer i should change book timeout 0 (no timeout).
what best proceed set timeout within script? during impulse i have during tip book record hopes does something:
sp_configure 'remote login timeout', 600
go
sp_configure 'remote query timeout', 0
go
sp_configure 'query wait', 0
go
reconfigure override
go
however, i'm still removing same outcome i can't tell i'm unbroken sourroundings timeout since response sqlcmd.exe world's slightest useful blunder message:
sqlcmd: error: scripting error.
Comments
Post a Comment