-
### What happened?
Babelfish accepts type modifier `7` for `time`, `datetime2` and `datetimeoffset` columns. Internally it is handled as `6` that is a max precision for these types in Postgres.
Th…
-
Hi @olliefreeman,
I see that fix on TSQL type was already implemented. I wanted to contribute our data types description for TSQL data types, in case community wants to adopt it. It has links to mi…
-
### Summarize Functionality
TSQL Command allows specifying the file name when backing up the service master key. Backup-DbaServiceMasterKey currently automatically sets the filename. It would be ni…
-
I been using the tsql grammar to parse a schema of about 1.7mb.. large for a schema. My other schema files reach about 7mb. I cannot share the schema files.
**EDIT:**
@KvanTTT had suggested using…
-
Couldn't find a way to `tut`-ify the `tsql` section.
The following code works fine in a file if you compile it.
Pasting this into the REPL (e.g., after starting SBT in the chapter07 project)...
…
-
## Environment
**Operating System**
```
$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: …
-
TSQL grammar not parsed select query when it is inside the single quotes
it is a dynamic sql where quotes can be seperated as well
It is considered as string text
select @v_sql =
'set forcepla…
-
sqllineage==1.4.7
```tsql
select * from dbname.dto.tablename(NOLOCK)
```
```python
print(LineageRunner(sql=sql,dialect="tsql") )
```
output:
```
Statements(#): 1
Source Tables:
Target Tab…
-
### What happened?
## Environment
- @@version: Babelfish for Aurora PostgreSQL with SQL Server Compatibility - 12.0.2000.8Sep 16 2024 00:41:51Copyright (c) Amazon Web ServicesPostgreSQL 16.4 on …
-
### Summarize Functionality
This works with Invoke-SqlCmd
https://www.sqlshack.com/managing-the-windows-internal-database-wid/
```
Invoke-Sqlcmd -ServerInstance np:\\.\pipe\MICROSOFT##WID\tsql…