Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Android access to remote SQL database

android sql-server

SQL Server - Is it possible to return an existing column value before a row update?

Cyrillic symbols in SQL code are not correctly after insert

How to check if a variable has a value in a SQL Server 2008 stored procedure

sql sql-server

Sql LEFT OUTER JOIN with WHERE clause

sql-server

Get list of columns in a temp table in SQL Server

transaction isolation problem or wrong approach?

How to disable primary key constraint programmatically?

IF statement in ORDER BY Clause of a SELECT Statement in a SQL Server Stored Procedure

sql sql-server tsql

How do i find out in sql what db name I'm connected to

sql-server

TSQL 2008 Using LTrim(RTrim and still have spaces in the data

sql-server formatting trim

How to determine which version of SQL Server is running using T-SQL

sql sql-server tsql

Retrieving billions of rows from remote server?

Why can't I insert a decimal into an sql server table?

sql sql-server

How to store more than 8000 characters in a column in SQL Server 2005?

SQL Server passing table columns to a function's parameter

How to change data type from date to int in SQL Server 2012?

sql-server database

EF migrations Code First. Add column to database if column doesn't exist

MERGE INTO insertion order

How do I take the results of multiple selects and combine into one row

sql sql-server tsql pivot