-
I can connect to a SQL DB (Azure SQL instance), run code, but when I try to expand the connection to see the list of tables, I get the error "Request connection/GetChildrenForTreeItemRequest failed un…
-
-
Some of my remote students are getting this message when trying to install SSMSExecutor on their computer. They all have SSMS 19 installed so that’s obviously not right.
What does this message mean…
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
The msdb.sysxmitqueue table ends up with millions of records. Our dba has put together some questions to try to track down this issue.
1. What is the Service Broker used for in the application? …
-
TTP状态 500 - 内部服务器错误
类型 异常报告
消息 Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nest…
-
I appreciate this is a small project. My interest was piqued because this seems to be the only Python package I can find that claims to support SQL Server's 'fail-over partner' connection parameter. I…
-
**Description of the issue**
I'm trying to run an index rebuild and comparing Ola commands vs native SQL commands and the time it takes to complete is significantly longer for Ola version.
**SQL S…
-
```csharp
var splittedTableNames = tables.Select(t =>
{
var parts = t.Split('.', StringSplitOptions.TrimEntries);
var schema = parts[0].TrimStart('[').TrimEnd(']');
var name = parts[1…
-
Hi BoomiNath,
In my project we are using SQL Server as a Database... Is your code work with Sql Server also?
To work with Sql Server, do I need any changes?
For this code any document…