Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

I do not understand what SSDT do as opposed to (or not?) SSMS and SQL Server Object Explorer

Call a stored procedure via javascript on the client side?

javascript sql-server

Pandas error when creating DataFrame from MS SQL Server database: 'ODBC SQL type -151 is not yet supported

python sql-server pandas

Disable auto creating statistics on table

SQL Server 2012 - Bulk insert error - This operation conflicts with another pending operation on this transaction

Combining two SQL results (with varying columns) into one JSON object

json sql-server t-sql