-
For restoring a db (windows, in VS, using LocalDB engin) one should first try using that.
Add explanations how to do it, for example:
- find the tool `c:\Program Files\Microsoft SQL Server\130\Tools…
-
I'm using nrf52840 with platformio and Arduino framework.
```
CONFIGURATION: https://docs.platformio.org/page/boards/nordicnrf52/wiscore_rak4631.html
PLATFORM: Nordic nRF52 (7.0.0) > WisCore RAK4…
-
`post /e-link/explore ldf` seems to be broken. The following curl does not work:
```
`curl -X POST "http://api.freme-project.eu/0.4/e-link/explore?resource=http://dbpedia.org/resource/Berlin&endpoint…
-
Some time ago we changed the logic for oracle validation in Python to prevent zeroes from being passed in (see #1296 and #1042). This leads to broken oracle generation. For complex LDF cases, there se…
-
### Command proposal
Command that restores a database on a SQL Server Database Engine instance.
### Proposed parameters
Parameter | Mandatory | Data type | Description | Default value | Allow…
-
There's two schools of thoughts for this, one checks the registry and the other checks a location on the SQL Server (This is my preference). The logic is as follows:
DECLARE @mdfLocation nvarchar(2…
-
**Is your feature request related to a problem? Please describe.**
When restoring MS SQL Server databases the log and data files are restored to the same file location they held on the computer where…
-
Hello,
I have renamed main.cpp to main.c it let move compilation move forware but at end it faile without any clear error message.
Here is log as below
platformio run -v
Processing stm8sblue…
-
Upon executing `docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=' -p 1433:1433 microsoft/mssql-server-linux`, I encounter the following message:
````
Configuring Microsoft(R) SQL Server(R)...
Micro…
-
I haven't found documentation that demonstrates what it would be like to use ldf-server as a library within another service instead of use it as a standalone application.
My wish is to add the ldf-…