Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2014

Best possible ways to disable index before insert operation and enable back Index after insert

Comparing two variables in SQL

sql tsql sql-server-2014

How to use LIKE and NOT LIKE together in a SQL Server query

Unable to pass empty string into non-null database field

Perform a Case insensitive Like query in a case sensitive SQL Server database

HAVING clause: at least one of the ungrouped values is X

Get list of columns in a temp table in SQL Server

Custom code similar to DATEDIFF_BIG in SQL Server 2014

IsNumeric failing with "A severe error occurred on the current command." SQL Server 2014 CTE

How to declare variables in T-SQL scripts that are common across multiple scripts being run

Why select top ... order by indexed column still sort?

Does EF 6 support SQL Server 2014 Types?

Deterministic string replace and collate

The operating system on this computer or its service pack level does not meet the minimum requirments for SQL Server 2014

Error = [Microsoft][ODBC Driver 11 for SQL Server]Warning: BCP import with a format file will convert empty strings in delimited columns to NULL

Is it normal for the Delete key not to work when trying to rename a DB/table in SSMS?

Add filestream to an existing table column

Why Would An Outer Join Be Slower Than Separate Queries

Running Multiplication in T-SQL