-
### Command proposal
Command that restores a database on a SQL Server Database Engine instance.
### Proposed parameters
Parameter | Mandatory | Data type | Description | Default value | Allow…
-
## Feature Request
### Is your feature request related to a problem?
https://github.com/apache/shardingsphere/issues?q=is%3Aopen+is%3Aissue+label%3A%22in%3A+SQL+parse%22+label%3A%22db%3A+SQLServ…
-
BigQuery supports `SPLIT()`, which splits a string to an array, which could be unnested:
https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#split
PostgreSQL has a simil…
-
Issue to track work done on the ZIO module. For example by @guizmaii in https://github.com/AugustNagro/magnum/pull/47
-
## Motivation
There are several use cases that require views to have primary keys:
* Combine deletes and inserts to the same key into a single atomic update
* Many sinks either don't support de…
-
Add optional support for the EXCEPT operator in the WHEN MATCHED clause, as described here:
http://www.made2mentor.com/2013/05/writing-t-sql-merge-statements-the-right-way/
For Example:
WHEN MAT…
jwk6 updated
2 months ago
-
@shueybubbles I wrote this code awhile ago to integrate with SMO and overcome limitations in the built-in scripting engine (note the LOL). Can I get some initial feedback on how I can convert this in…
-
Reference:
* [Two Phase Commit](https://martinfowler.com/articles/patterns-of-distributed-systems/two-phase-commit.html) (part of [Patterns of Distributed Systems](https://martinfowler.com/articles/…
-
**Is your feature request related to a problem? Please describe.**
SQL Server Enterprise Edition and Azure SQL support the concept of "online" schema operations, which perform the operations …
-
### Description
When adding subsequent tables to a SQL statement and the first table includes "with (nolock)" intellisense no longer recognizes those additional tables and/or aliases. This happens…