Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How to get value from ntext (in xml format) column in sql

Pagination from two tables in SQL Server

How do I connect to database in ASP.NET Core Web API without using EF?

c# sql-server asp.net-core

SSRS Format string to date time DD MMM YYYY HH MM

SQL Server Pivot to unknown number of columns

sql-server

Convert date DD.MM.YYYY hh:mm:ss to YYYY-MM-DD in SSIS

Insert from Staging to Final only if more recent

sql-server t-sql

Is it possible to run an SQL injection attack on a multi-line query?

sql-server sql-injection

SQL how to get previous record if dis_stat = 20

sql sql-server

Get Unique Search Data When Join Providing Same Primary Key Value Multiple Times

sql sql-server t-sql

How to select a column with a string

sql sql-server

Best way to retry a transaction with Seam & Hibernate

Where result in some columns are null

sql sql-server

Msg 8152, Level 16, State 14, Line XXX String or binary data would be truncate

SQL Date Difference in Days Result Wrong

sql sql-server date datetime

SQL - Return a default value when my search returns no results along with search criteria

sql sql-server mssql-jdbc

Alternative to ROW_NUMBER() OVER (PARTITION BY x ORDER BY z)

Convert a letter into a number

SQL Fill in Gaps with last value untill new value occurs