Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How to search for "%" in sql table-column

sql-server sql-like

How to SELECT * but without "Column names must be unique in each view"

sql-server tsql select view

Properly sorting dotted numbers stored as character in SQL Server

Are Transactions Always Atomic?

sql sql-server transactions

Are table variables thread safe on sql server 2008 r2?

Set the value of a column in a SELECT?

sql-server tsql

Convert string to SQL Server uniqueidentifier in asp.net

c# asp.net sql-server

How to save results as xml in SQL Server Management Studio?

sql sql-server xml ssms

SQL Query Recursion for Parent Child relationship

sql sql-server

What are the simplest database types which I can use with ADO?

Access to the remote server is denied because the current security context is not trusted in SQL Server agent job

sql-server

SSDT Not Working In Visual Studio 2010 SP1

Sql query needs to sort on multiple date columns together

How to auto Shift primary keys to start from 1 again

Obtaining a unique database identifier for SQL Server 2005 and later

sql-server database tsql guid

Remove all apostrophes in field with T-SQL

sql-server tsql

Why do results from a SQL query not come back in the order I expect?

Convert signed int to string ip address in SQL Server

sql-server ip-address

How to only get Year as part of date / datetime in SQL Server

sql sql-server datetime date

BETWEEN in SQL Server

sql sql-server tsql