Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

UNIQUE constraint controlled by a bit column

sql server 2008: setting default location for mdf/ldf

How can I get the size in bytes of a table returned by a SQL query?

sql-server

Query to drop all extended properties containing a certain name

sql-server tsql

SQL Regular Expressions

sql sql-server regex

Return one of two columns in a view - whichever one is not null

Does a transaction block reduce performance in SQL Server?

How to delete all duplicate records from SQL Table?

Update WHERE NOT EXISTS problem

Bracket for IF statement in Stored Procedure

SQL Server PIVOT perhaps?

Case and Count in SQL Server 2008

Selecting specific records in a SQL Server database from C#

c# .net sql sql-server windows

SQL Conditional UPDATE Based on SELECT

Sql function to make noun plural

sql sql-server function

SQL Server syntax to create clustered primary key

How to use FOR XML in Subqueries?

sql sql-server xml for-xml

How to join linked server table and sql server table while using openquery

sql-server openquery

Create a One-to-Optional-One constraint in SQL Server

Does size of a VARCHAR column matter when used in queries [duplicate]