Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How can I retrieve the identities of rows that were inserted through insert...select?

sql sql-server identity

SQL Server - Guid VS. Long

IsNull() on bigint's min value?

sql sql-server tsql

What is the best way to allow a user to add columns to their database on-the-fly? [closed]

Does Adding a Column Lock a Table in SQL Server 2008?

Why is BCP so fast?

sql-server performance bcp

Using statement - is this more useful for the sql connection than the sql adapter?

c# sql-server

TSQL Round up decimal number

sql-server tsql rounding

Create SQL Server 2012 database compatible for 2008

Escape single quote in sql query c#

c# sql sql-server

Sql Query throws Identifier is too long. Maximum length is 128

sql sql-server sql-update

Why Not Close a Database Connection in a Finally Block

c# .net sql-server database

if-else condition for update a table in a stored procedure in SQL Server 2005

T-SQL - Using CASE with Parameters in WHERE clause

Nested Select Statement on LEFT JOIN

sql sql-server tsql

SQL : remove last comma in string

T-SQL - How to search for nth character in a string

sql sql-server tsql

SQL Server - Query Short-Circuiting?

sql sql-server

C#: Should a standard .Net string be stored in varchar or nvarchar?

c# sql-server unicode types

Can using isnull in a where statement cause problems with using indexes?

sql sql-server isnull