Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Using indexes with NVarchar(50) vs. NVarchar(255) column?

Sequential SQL inserts when triggered by CROSS APPLY

sql-server tsql cross-apply

SQL Server equivalent of Oracle’s “when no data found” exception

sql-server tsql exception

Entity Framework generates inefficient SQL for paged query

What happens in an UPDATE statement in which the updated table isn't mentioned in the FROM/JOIN clauses?

sql-server tsql sql-update

How to query recurring appointments stored as iCal RRULE in a database table?

Deleting rows recursively in a self-referencing table using a CTE. How does the process take place?

SQL Server Silent installation get error during installation

Get User Data in a Formatted Way With Sql Query

Connecting to Azure DB from SQL management studio is failing MSSQLSERVER_10060

sql-server azure

PIVOT query on Distinct records

sql sql-server pivot

Min/Max Date Values over Large Date Range depending on Value

Docker for Windows: SQL Server Database on persistent Volume with Windows-Container

How to detect that rollback has occurred?

c# sql-server msdtc

Failed executing DbCommand because timeout expired .net core

C# How to get SQL Server installation path programatically?

c# sql-server

Determining SQL data path for DB RESTORE with MOVE

sql sql-server tsql

SQL Server Index cost

SSRS Calculating counts across row and column groups

Do stored procedures lock tables/rows?