Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

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

Relationships between tables from different databases

Remove duplicate rows on a SQL query [duplicate]

How to re-use SqlCommand object for a CommandText after executing a query based on stored procedure in C#?

Get Sql server's data using smo

c# .net sql-server smo

Can I store SQL Server sort order in a variable?

sql sql-server

Select Records multiple times from table

How to combine IN operator with LIKE condition (or best way to get comparable results)

sql sql-server oracle

How many SQL queries per HTTP request is optimal?

c# .net sql-server asp.net-mvc

Cursor says its read only even though I declared it "for update"

Trigger and update to a row in SQL Server after it's been updated

Running SQL Server on the Web Server

What's the shortest TSQL to concatenate a person's name which may contain nulls

sql sql-server tsql

How to merge data from multiple tables in SQL

sql sql-server join

Obfuscate database table names

sql-server obfuscation

tsql: convert columns into a xml column, one xml per row

sql-server xml tsql

SQL Server add a column constraint to limit data to -1 to 1

Can you bypass the size limit of SQL Server Express by stacking databases?