Skip to content
#

sqlserver

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

nocodb
stantonius
stantonius commented Apr 2, 2022

NocoDB used as docker: true
NocoDB version: 0.84.15
Database used in NC_DB URL: mysql
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : mysql
OS on which NocoDB is running: linux (using the official NocoDB image)
Node.js version if running as node: v12.22.10 (from official image)
Database version : *bo

Good First Issue For: Community
dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

prisma
binary64
binary64 commented Aug 2, 2021

Bug description

On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.

This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.

How to reproduce

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
xuanhuangkeji
xuanhuangkeji commented Nov 5, 2021

问题描述及重现步骤:

直接导入包FreeSql.Provider.KingbaseES
测试代码:
var connStr = "Server=xxxxxx;Port=60049;UID=system;PWD=123456;database=test;MAXPOOLSIZE=2";

        var fsql = new FreeSqlBuilder()
            .UseConnectionString(DataType.KingbaseES, connStr)
            .Build();

直接提示密码认证失败
若是使用OdbcKingbaseES,再导入odbc包会一直提示找不到没有数据源名称

另一个群里的朋友遇到的人大金仓的问题
![image](https://user-i

good first issue docs
vascanera
vascanera commented Oct 7, 2020

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 /

streamzyuk
streamzyuk commented Feb 18, 2022

I am trying to implement retry logic for Aws Aurora Mysql.

In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.

public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c

MikeFarrington
MikeFarrington commented Oct 3, 2020

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

good first issue

Created by Sybase, Ashton-Tate, and Microsoft.

Released 1989

Wikipedia
Wikipedia

Related Topics

database