diff --git a/src/Microsoft.SqlTools.ServiceLayer/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/sr.cs index 3d484e62..213c3d55 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/sr.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/sr.cs @@ -345,7 +345,7 @@ namespace Microsoft.SqlTools.ServiceLayer return Keys.GetString(Keys.ConnectionParamsValidateNullSqlAuth, component); } - public static string QueryServiceAffectedRows(int rows) + public static string QueryServiceAffectedRows(long rows) { return Keys.GetString(Keys.QueryServiceAffectedRows, rows); }