Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Using TABLOCK with merge SQL Server

sql sql-server merge deadlock

Should there be an index on 'Deleted' flags?

sql sql-server indexing

Entity Framework Core: default value when migrating nullable column to required

SQL Replace query to remove prefix from name contains (MR., MRS., MR / MRS.....)

FOR XML SQL Server - Variable Element name in output XML

Connecting to MSSQL from PHP securely with encryption?

php sql-server pdo

SQL Server - Create a custom auto-increment field

sql sql-server select

Get First Single matched element or First if there's no match?

c# sql-server linq dapper

Merge two STRING_SPLIT

Sql server setup fails : Oops ther was an error while checking the rules of sql server setup

sql-server windows

How to call a function in another Function

Sync Migrations and continue CodeFirst after manual DB edit

Accessing the name of the currently executing stored procedure name via T-SQL?

Capturing RAISERROR in C#

Executing a SQL query with C#

c# sql sql-server

Report Parameter validation in ssrs report

SQL join using USING: <column name> is not a recognized table hints option

How to handle if DbTransaction's Commit() or Rollback() throw exception?

c# sql-server transactions

SSIS Script Component or Script Task Write To Job History Log

is insert into.. select statement transactional?