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

nocodb
WeT-Klb
WeT-Klb commented Jun 16, 2022

Node: v12.22.12
Arch: x64
Platform: linux (QNAP TS-251)
Docker: true
Database: mysql2
ProjectOnRootDB: false
RootDB: mysql2
PackageVersion: 0.91.10
DataBase Version: MariaDB 10.5.8

Steps To Reproduce

  1. In table "Arztadressen" set pictures of doctors
  2. Create link from "Impfbuch Werner" to "Arztadressen"
  3. Set column in table "Impfbuch Wern
Good First Issue Status: Resolved
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
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 /

MaceWindu
MaceWindu commented May 31, 2022

QueryProc case is more tricky. It calls ExecuteReader[Async] and main issue here is that output parameters (at least for SQL Server, cannot tell about other providers right now, but probably the same) available only after all data consumed from reader. E.g. this is the reason why we generate ToList calls in scaffolded context for procedures with output parameters.

I don't see currently ho

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