Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

T-SQL 2005: combine multiple create/alter procedure calls in one transaction

sql-server-2005 tsql

Should I use sp_executesql or EXEC to run a stored procedure?

Best Steps for replacing in sql files

c# .net regex sql-server-2005

Retrieve last record of SQL Server table

c# sql-server-2005

Making structural changes to very large tables in an online environment

sql sql-server-2005 tsql

SQL: DELETE data from self-referencing table in specific order

sql-server-2005 tsql

How to replace a part of XML node in SQL Server 2005

Entity Data Model - Adding a keyless table

Can I call a function in SQL Server 2005 without the [dbo]?

Distributed transactions between MySQL and MSSQL

Find gaps in time not covered by records with start date and end date

SQL Server 2005 Query History

Group By and get distinct value that occurs most often

Trying to optimize a query that picks an 'approximate closest record'

How to SELECT [temp table1] = [subselect 1], [temp table2] = [subselect 2] FROM [Stored Procedure]

Merge two Table in SQL Server 2008

SQL Server: datetime out of range error

sql sql-server-2005

Execute SQL task with different servers/database

How to merge two identical database data to one?

Why is COUNT(DISTINCT fieldA) slower than COUNT(DISTINCT LTRIM(RTRIM(UPPER(fieldA))))?