Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Does SQL Server support hash indexes?

select top 1 with a group by

sql-server

How to automatically save sql query results to .csv file

sql-server csv

Change the default version of MSSqlLocalDB for Visual Studio 2015

Why connecting to an OLEDB is giving me an connection error

sql sql-server oledb

Finding what is writing to the Transaction Log in SQL Server?

avoid "Cannot use SAVE TRANSACTION within a distributed transaction" error between SQL 2005 and 2008

Operand data type float is invalid for '^' operator

sql sql-server operands

Try-Catch in SQL Server?

sql-server try-catch

ASP.NET SqlException when publishing in IIS Web Server

The purpose of Visual Studio Database project

How to copy SSMS connections in dropdown to a new computer?

validate a date in t-sql?

sql sql-server t-sql

How can I easily convert all ntext fields to nvarchar(max) in SQL query?

sql sql-server

TSQL Oddity with String_Agg

sql-server

SQL Create User FOR vs. FROM

sql sql-server

Is there a way to change the values for FixedLenNullInSource and TrimTrailingBlanks?

How to insert a column from another table in T-SQL?

sql sql-server t-sql ssms