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 1,027 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Go
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
The problem faced currently?
Currently we use the default rolling upgrade strategy for upgrading services. It would be great if we could make it configurable.
How can we solve it?
Add a field in the service object to accept service upgrade strategy
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you.
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
Oct 19, 2020 - JavaScript
-
Updated
Oct 20, 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
Oct 20, 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
Oct 17, 2020 - PHP
-
Updated
Oct 20, 2020 - R
-
Updated
Aug 13, 2020 - Python
-
Updated
Jul 9, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
May 11, 2020 - Python
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