diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 684f4cea..5cb28ee4 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -8631,11 +8631,6 @@ namespace Microsoft.SqlTools.ServiceLayer
return Keys.GetString(Keys.QueryServiceQueryFailed, message);
}
- public static string QueryServiceUnsupportedSqlVariantType(string underlyingType, string columnName)
- {
- return Keys.GetString(Keys.QueryServiceUnsupportedSqlVariantType, underlyingType, columnName);
- }
-
public static string QueryServiceSaveAsFail(string fileName, string message)
{
return Keys.GetString(Keys.QueryServiceSaveAsFail, fileName, message);
@@ -9016,9 +9011,6 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string QueryServiceResultSetTooLarge = "QueryServiceResultSetTooLarge";
- public const string QueryServiceUnsupportedSqlVariantType = "QueryServiceUnsupportedSqlVariantType";
-
-
public const string QueryServiceSaveAsResultSetNotComplete = "QueryServiceSaveAsResultSetNotComplete";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 74435378..a2e5b6db 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -303,11 +303,6 @@
Result set has too many rows to be safely loaded
-
- The underlying type "{0}" for sql variant column "{1}" could not be resolved.
- .
- Parameters: 0 - underlyingType (string), 1 - columnName (string)
-
Result cannot be saved until query execution has completed
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 60d6183d..72c0a886 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -124,8 +124,6 @@ QueryServiceResultSetHasNoResults = Query has no results to return
QueryServiceResultSetTooLarge = Result set has too many rows to be safely loaded
-QueryServiceUnsupportedSqlVariantType(string underlyingType, string columnName) = The underlying type "{0}" for sql variant column "{1}" could not be resolved.
-
### Save As Requests
QueryServiceSaveAsResultSetNotComplete = Result cannot be saved until query execution has completed
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index e20d0667..794925cb 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -5696,11 +5696,17 @@
Specifies whether the check constraint is Enabled
-
- The underlying type "{0}" for sql variant column "{1}" could not be resolved.
- The underlying type "{0}" for sql variant column "{1}" could not be resolved.
+
+ Unable to start streaming session {0} due to missing session details.
+ Unable to start streaming session {0} due to missing session details..
- Parameters: 0 - underlyingType (string), 1 - columnName (string)
+ Parameters: 0 - id (int)
+
+
+ Failed to start profiler: {0}
+ Failed to start profiler: {0}
+ .
+ Parameters: 0 - error (String)