mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
setting timeout for oe tasks (#363)
This commit is contained in:
@@ -312,7 +312,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Scripting
|
||||
if (operation == ScriptOperation.Select)
|
||||
{
|
||||
return string.Format(
|
||||
@"SELECT TOP 100 * " + Environment.NewLine + @"FROM {0}.{1}",
|
||||
@"SELECT TOP 1000 * " + Environment.NewLine + @"FROM {0}.{1}",
|
||||
metadata.Schema, metadata.Name);
|
||||
}
|
||||
else if (operation == ScriptOperation.Create)
|
||||
|
||||
Reference in New Issue
Block a user