-
Updated
Feb 1, 2021 - TypeScript
sqlserver

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,332 public repositories matching this topic...
-
Updated
Jan 31, 2021 - Java
-
Updated
Feb 1, 2021 - C#
-
Updated
Feb 1, 2021 - Java
-
Updated
Jan 30, 2021 - Java
-
Updated
Jan 31, 2021 - Java
环境:
数据库:Sqlserver2014
网站程序:.Net5
Docker版本:Docker version 19.03.13,
.net5环境镜像源:mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim
Centos版本:CentOS Linux release 7.9.2009 (Core)
使用原生方式进行测试
using (SqlConnection connection = new SqlConnection("Data Source=xxxxx;User Id=sa;Password=xxxxxx;Initial Catalog=xxxxxxxx;Pooling=true;Min Pool Size=1;"))
{
connection
Environment
Liquibase Version: 3.8.0, 4.1.1
Liquibase Integration & Version: CLI
Database Vendor & Version: Postgress
Operating System Type & Version: Linux
Description
The Liquibase CLI has the "validate" command to check is a changelog
-
Updated
Jan 31, 2021 - C#
Since SSMS is not available for ARM, I was seeking out alternatives and ran across this. Of course I can use mssql-cli's x86 edition via emulation, but I've been trying to only use natively compiled applications on my ARM device. Is there any hope of an ARM64 compilation for Windows on ARM? I need something lightweight like this to complement Visual Studio Code which is available natively on AR
-
Updated
Feb 1, 2021 - Go
-
Updated
Nov 17, 2020 - C#
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Jul 13, 2020 - F#
-
Updated
Jan 11, 2021 - C#
-
Updated
Jan 11, 2021 - C#
-
Updated
Jan 29, 2021 - Java
-
Updated
May 11, 2020 - C#
-
Updated
Aug 30, 2020 - C#
Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /