diff --git a/src/Microsoft.SqlTools.ServiceLayer/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/sr.resx
index c83b9a1c..3f8e9318 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/sr.resx
@@ -240,7 +240,7 @@
({0} row(s) affected)
.
- Parameters: 0 - rows (int)
+ Parameters: 0 - rows (long)
Command(s) copleted successfully.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/sr.strings
index 444e0af8..a9945f20 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/sr.strings
@@ -103,7 +103,7 @@ QueryServiceFileWrapperReadOnly = This FileStreamWrapper cannot be used for writ
### Query Request
-QueryServiceAffectedRows(int rows) = ({0} row(s) affected)
+QueryServiceAffectedRows(long rows) = ({0} row(s) affected)
QueryServiceCompletedSuccessfully = Command(s) copleted successfully.