-
#### Steps to Reproduce
$hashTableArguments = @{
SqlInstance = "localhost"
DataFileSize = 81920
LogFileSize = 20480
DataFileGrowth = 512
LogFileGrowth …
-
- OS INFO :
I was trying to connect my mssqlserver by using this tool.
when i double click my table-trigger to view my trigger code,
and i notice there is a bug in the auto-generated code.
![image…
-
How telegraf/sqlserver plugin fetches the SQL metrics. We want to know how this plugin fetches the DB data. We are facing the issue where we are getting the data for DB offline metric, not for other m…
-
#### Host used: powershell.exe
-
There are a couple of wrong assumptions about aliases and their registry paths:
The alias does not depend on the processor architecture of the host machine, but on the architecture of the running p…
-
Please mark the type framework used:
- [ ] ASP.NET MVC
- [x] ASP.NET Web API (OWIN)
- [ ] ASP.NET Core
- [ ] WPF
- [ ] WinForms
- [ ] Xamarin
- [ ] Other:
Please mark the type of the runti…
-
I need this kind of implementation. here is a test I prepared
but because this is a feature request and not an error I am not sure if I should prepare a PR in the file test_simple.py
```python
…
-
I've noticed that, if there is a comment within the Select or Suppress query text, all the text after the first comment gets ignored. This text contains the embedded xpath query and it breaks proper e…
-
#### Details of the scenario you tried and the problem that is occurring
Installation and Configuration of Reporting Services 2019.
During installation (default, see code) i do not get any…
-
```
SELECT
"TEST_SCHEMA2"."V_Person"."ID" AS "alias1",
"TEST_SCHEMA2"."V_Person"."name" AS "alias2"
FROM
"TEST_SCHEMA1"."V_Person" INNER JOIN
"TEST_SCHEMA1"."E_friend" ON "TEST_SCHEMA1"."V_P…