Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Access denied CREATE DATABASE LocalDB

sql-server

Ef Core vs Linq on interpolated string

How to create an Azure SQL Database user who can CREATE/ALTER/DROP views but not tables, can read data but not INSERT/UPDATE/DELETE/TRUNCATE data?

Why is using IAsyncEnumerable slower than returning async/await Task<T>?

Split string into separate strings in PowerShell

sql-server powershell

Finding Matched Pairs using each record only once in SQL Server

sql sql-server tsql pairwise

Bulk insert with pyodbc + SQL Server slow with None/Nan + workaround

python sql-server pyodbc

Replace characters in string without affecting names

sql sql-server tsql

Laravel binding parameter using insert() with convert() inside

Reference to database and/or server name is not supported in this version of SQL Server

EF Core saves null value of required property

ODBC error 'String data, right truncation' when updating uniqueidentifier column with null value

c++ sql-server odbc

EF Core trying to drop index that doesn't exist

No trace info during processing of a cube in SSAS

What's the ASP.NET Connection String Format for a Linked Server?

asp.net sql-server

Embed Images in emails created using SQL Server Database Mail

sql-server database email

How can I decode SQL Server traffic with wireshark?

sql-server wireshark

Using IF statement to check if temporary table has rows in a stored procedure

writing a transaction in t-sql and error handling

sql-server tsql

How to use SqlTransaction in C#