Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Why we should use QUOTENAME function?

sql-server t-sql

SSIS Extract links from Excel cells to load into SQL

How to make EF core translate custom sort into a plain 'When Then' instead of hierarchical

SSIS ERROR "Conversion failed because the data value overflowed the specified type"

MS SQL equivalent to MySQL user defined variables in queries

mysql sql-server

Finding the oldest most recent visit. (Minimum grouped by maximum)

sql sql-server

Is there any alternative to DateTime.Ticks or DateTime.TimeOfDay in Linq-To-Entities?

What is exclusion constraint in PostgreSQL? What is the according term (and sample SQL script) in Microsoft SQL Server?

operation not allowed when the object is closed when running more advanced query

sql sql-server asp-classic

Join master and detail tables as one table

sql sql-server

How-to update 2 table in one query

CROSS APPLY versus UNPIVOT

Update record, if fail, insert record then update

How to switch database context to newly created database?

Retrieve server name and database name from Stored Procedure

Copy big procedure between schemas

How do i get sub string from string in between two symbol

sql sql-server

Must declare the scalar variable @param problem

Why does query select (1/2) * 100 return 0 instead of 50 in SQL server 2005