Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Is there a way to know if a sql server column is full text indexed via EF?

The text data type cannot be selected as DISTINCT because it is not comparable

c# sql-server linq

I need just the Min

sql sql-server t-sql min

How to expose an executable error as a message in SSISDB

How do I run script remotely on an Azure database without reliance on network reliability

SQL Query to JSON

Gotchas with SQL Server Full-Text Search

Select top percent, in SQL Server, is off by 1?

Mssql how to select SUM with top 10 row

Updating xml with variables in SQL Server

sql-server xml

SQL not optimising my parameterised like query

Most efficient way to search by date in SQL Server database

.NET Core 6 - check if file will be copied without errors before actually copying it

What is the best database structure for this scenario?

SQL Insert distinct records

Foreign key linked with primary key in same table

What is the benefit to wrapping every sql/stored proc invocation in a transaction?

Processing a database queue across multiple threads - design advice