mssql

Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
Here are 997 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Go
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline
That's good thinking, and I think that's relevant for another PR. The PR introducing the statistics singleton should also take care of the following bits of refactoring of the code:
- the singleton is named “state” as I initially though I would update the global state of the migration to be able to know
The problem faced currently?
Sometimes it is necessary to block internet egress in services. While istio supports doing this, we don't. We should add support for this.
How can we solve it?
The sidecar config for istio already supports restricting egress as shown here: https://istio.io/latest/docs/reference/config/networking/sidecar/#OutboundTrafficPolicy-Mode. Currently we set it as `AL
It's hacky because of a leaky abstraction: marking a property by an attribute to specify it as a column - is an implementation detail and it's quite low-level. If we need to say 'this property is a column' in a generic way - there must be a higher-level entity/API of doing so (without using attributes).
Think it the other way - IMetadataReader returns an attribute which is really not there (not o
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
We have a switch as [switch]$Enable
that should enable the login but it is not actually coded to do anything.
All that is needed would be logic around whether the parameter was passed in, within the process block would be sufficient: Test-Bound Enable
will return true if the parameter was properly passed into the function call.
If passed in then the login object has a Enable()
method t
-
Updated
Sep 12, 2020 - Go
-
Updated
Sep 18, 2020 - Go
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 16, 2020 - C#
Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.
To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace
Expected behavior
File picker that shows remote files
**Desktop (please complete the following informa
-
Updated
Dec 25, 2019 - Python
-
Updated
Sep 28, 2020 - PHP
-
Updated
Aug 13, 2020 - Python
-
Updated
Sep 27, 2020 - R
-
Updated
Jul 9, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Feb 28, 2020 - Rust
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk