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 961 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?
Right now, we can provide a timeout
while calling an endpoint of a remote service. However, this means we need to change the client-side code that is consuming the remote service in order to change this timeout.
How can we solve it?
Let's add the timeout
field (time in seconds) in the configuration of each endpoint in remote service. This field s
I'm generating C# classes from the T4 templates. The classes are generated without errors but some back references are assigned random guids as opposed to the related table name. Is this by design? If so, why and can it be changed to reflect the correct table name property?
var result = Db.TblAccounts.LoadWith(x => x._30F767840CF546D08AC8552E413F4488)
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 4, 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
Jul 31, 2020 - Go
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Feb 21, 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 3, 2020 - PHP
-
Updated
Aug 13, 2020 - Python
-
Updated
Sep 4, 2020 - R
-
Updated
Jul 9, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Feb 28, 2020 - Rust
-
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