Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SSRS 2008 - Reporting Services Webpage is Blank except for headers

Fastest way to insert many records in the database

How to query for rows that have highest column value among rows that have same value for one of the columns

TSQL Parent > Child > Sub-Child duplication without cursor

Call stored procedure through nhibernate

SQL Server Drop Table

In SQL Server, when should I use an indexed view instead of a real table?

sql-server indexed-view

Creating relationships between tables

sql-server database

SQL Server 2008: BULK INSERT csv - is it possible to choose fields?

sql sql-server

What is the State of the Art for deploying database updates to production databases?

sql-server

SQL Server IF EXISTS

sql-server

Aliasing a linked server?

String or binary data would be truncated

sql sql-server truncate

Entity Attribute Value (EAV) frameworks?

Hundreds of aliases/synonyms vs database tables' fully qualified names

Cannot insert character '≤' in SQL Server 2008

How can I create a CHECK constraint on a VARCHAR column in MSSQL specifying a valid set of characters that may appear in the data?

How to connect to a SQL Server database from local pc?

sql-server client

T-SQL: What does this passage in the COALESCE documentation mean?

sql-server tsql

How to emulate a BEFORE DELETE trigger in SQL Server 2005