-
### What happened?
With a table like this:
```tsql
create table tab1(col1 numeric(4, 2))
insert into tab1 values('12.345')
```
The following query causes an [error in TdsSendTypeNumeric](htt…
-
### What happened?
With the following DB:
```tsql
create database test1
use test1
create schema s1
create table s1.tab1 (col1 int primary key)
insert into s1.tab1 values(42)
create schema s2…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I was having issues using lint with T-SQL…
-
Hi @staticlibs, we encountered error in babelish while trying to call procedure with empty datatable from entity framework to babelfish got error, and it only accept if have data in that data table i …
-
-
A while back I was playing around with trying to do vector searches in SQL server. At the time I was working with azure instances, so I had to abuse TSQL, user defined functions and storing vectors as…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
The parser is unable to parse the following T-SQL…
-
Use TSQL to enumerate easily guessable passwords
yg-ht updated
2 years ago
-
### What happened?
Using the latest `bcp` utility:
```
bcp -v
```
```
BCP - Bulk Copy Program for Microsoft SQL Server.
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version: 16.…
-
When I click on my table in objects explorer and choose ```Select Top 1000``` option, I end up with data that I need on the right split and useless file with raw TSQL that was used while processing my…