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 1,341 public repositories matching this topic...
Bug description
When you run npx prisma init
everything executes without problems but the .gitignore
file is being overwritten with the following content mentioned in Issue #3400
How to reproduce
- Create an empty
npm
project - Create and add some contents to
.gitignore
- Run
npx prisma init
- Open the
.gitignore
file and notice it was overwritten
Expected beha
Preflight Checklist
- I have completed all Troubleshooting Steps.
- I'm on the latest version of Directus.
- There's no other issue that already describes my problem.
Describe the Bug
When I try to use "sor
-
Updated
Apr 3, 2020 - Go
Not a big deal since I usually have DATABASE_URL
in .env
anyways, but I just noticed in a new project before creating .env
that sqlx mig add init
failed with
error: The DATABASE_URL environment variable must be set
Which there doesn't seem to be a good reason for.
-
Updated
Aug 21, 2021 - PHP
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
During migration of old sync code to async discovered that we don't have async versions of some API.
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Aug 27, 2021 - PHP
Feature Request
A simple command that just pulls readable information from msdb..suspect_pages.
Problem to solve
At times you need to monitor the suspect pages a server may have or verify after you get logical errors returned from DBCC results, or even finding the dreaded 823/824 err
-
Updated
Aug 22, 2021 - Go
需要绑定的变量对应的tag未生效
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Dec 25, 2019 - Python
-
Updated
Sep 16, 2020 - C#
-
Updated
Feb 16, 2021 - Python
-
Updated
Aug 26, 2021 - PHP
-
Updated
Aug 17, 2021 - C#
-
Updated
Jul 31, 2021 - C#
Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th