Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Tool to "Data Load" or "ETL" -- from SQL Server into Amazon Redshift

Getting always 0 rows when using @@ROWCOUNT before IF EXISTS statement

sql sql-server

SQL Server SELECT FOR XML How to get two elements at the same level

sql-server select-for-xml

SQL server query to find values containing only special chars?

SQL script too large can not open in SQL Server

sql 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?