The Wayback Machine - https://web.archive.org/web/20201124172745/https://github.com/topics/mssql
Skip to content
#

mssql

sql-server logo

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,051 public repositories matching this topic...

abonander
abonander commented Nov 16, 2020

In my experience, far and away the primary reason to use DatabaseError::downcast_ref() is to check the constraint name. It would be nice not to have to downcast, though:

https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146

 pub trait DatabaseError: ... {
    // existing methods omitted

    /// Returns the name of the constraint that triggered the error, if
sharadregoti
sharadregoti commented Oct 7, 2020

The problem faced currently?

Currently space cloud doesn't allow the end-user to set content type while uploading objects to file store. This works in many cases. But when you are using file store for rendering media content in your app. The browser might render files depending upon the content type set in http response. For media content, if content type is not known by the browser, the Brow

boris-turk
boris-turk commented Oct 25, 2020

Hi,

is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:

public enum Gender
{
	[MapValue("M")] Male,
	[MapValue("F")] Female,
	[MapValue("U")] Unknown,
	[MapValue("O")] Other,
}

But I don't like this approach (see my longer explanation below). Thank you in

dbatools
wsmelton
wsmelton commented Jan 24, 2020

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

vscode-sqltools
ThiefMaster
ThiefMaster commented Jun 8, 2020

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

K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动
  • Updated Dec 25, 2019
  • Python

Created by Sybase, Ashton-Tate, and Microsoft.

Released 1989

Wikipedia
Wikipedia

Related Topics

database
You can’t perform that action at this time.