-
- SqlPackage or DacFx Version: 162.4.92
- .NET Framework (Windows-only) or .NET Core: DotNet6 (6.0.417)
- Environment (local platform and source/target platforms): Windows 10
**Steps to Reproduce…
-
Air permits are stored in the airbranch `dbo.APBPERMITS` table as varbinary data. Word documents are stored in the `DOCPERMITDATA` column, and PDF documents are stored in the `PDFPERMITDATA` column.
…
-
Did you figure out what the contents of mx_value column of dbo.gobject is?
-
**Description of the issue**
When you use Litespeed with dbo.DatabaseBackup to backup up to NUL, the generated syntax is incorrect.
**SQL Server version and edition**
Only tested on 2005 as I do…
-
**Describe the issue**
There is a compatibility problem between NAVTools DLLs and SQL Server Tools DLLs. This means that required dependencies cannot be resolved and this leads to an assembly error. …
-
Create a database, e.g. `TEST1`, and create the following stored-procedure:
```
CREATE PROCEDURE GetServerName AS BEGIN SELECT @@SERVERNAME END
```
> Note: no schema identifier was provided above.
…
-
**Describe the bug**
RawSql.Insert cannot be used as entire Where clause or Set clause in UpdateDataExpression/DeleteDataExpression
**To Reproduce**
```c#
[Migration(202406181031, "Testing R…
-
Rather than just a query to run, why not add a VersionCheck procedure to the MaintenanceSolution ?
```
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
IF NOT EXISTS (SELECT * FROM sys.objects…
-
**Version Used**: 17.3.0-p2.0
This is not the semantics change described by the light bulb fix.
```cs
var whereClause = "Age >= 18";
var x = @"
select FirstName, LastName
from dbo.…
-
Write a daemon thread that will update the database every twenty four hours. This job should pull from the Modules json, the Stations json and the UPDATED systems csv. NOT THE CSV WITH ALL THE SYSTEMS…