Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

SQL Server 2005 - Export table programmatically (run a .sql file to rebuild it)

What is difference between datetime and timestamp

sql-server-2005

Is there any difference between IS NULL and =NULL

"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?