Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

"Adaptive Server is unavailable or does not exist" error connecting to SQL Server from PHP

What is the difference between a primary key and a surrogate key?

SQL providerName in web.config

SQL GROUP BY CASE statement with aggregate function

IF EXISTS, THEN SELECT ELSE INSERT AND THEN SELECT

Drop primary key using script in SQL Server database [duplicate]

Unable to create index because of duplicate that doesn't exist?

Convert SQL Server result set into string

How to use alias column name in where clause in SQL Server

sql-server-2005

UPDATE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'

sql-server-2005

How to choose returned column name in a SELECT FOR XML query?

adding a column description

How to find slowest queries

Foreign key relationship with composite primary keys in SQL Server 2005

Return value from exec(@sql)

Sql Server 2005 how to change dbo login name

Nested stored procedures containing TRY CATCH ROLLBACK pattern?

Create a one to many relationship using SQL Server

When using Trusted_Connection=true and SQL Server authentication, will this affect performance?

What's the fastest way to bulk insert a lot of data in SQL Server (C# client)