New posts in sql-server

"select * from table" vs "select colA, colB, etc. from table" interesting behaviour in SQL Server 2005

Calculating working hours excluding total break time

Get RETURN value from stored procedure in SQL

How to programmatically create an ODBC Linked Table to a SQL Server View and have it be editable?

how to cast the hexadecimal to varchar(datetime)?

Can't load SQLsrv due to "zval_ptr_dtor" error

when is it time to hire another SQL Server DBA?

How to create a Date in SQL Server given the Day, Month and Year as Integers

How can I include null values in a MIN or MAX?

Dynamic update statement with variable column names

SQL Server UNION - What is the default ORDER BY Behaviour

Why cannot connect to SQL Server by the full server name with instance name?

Best way to create a temp table with same columns and type as a permanent table

PRINT statement in T-SQL

DBCC SHRINKFILE on log file not reducing size even after BACKUP LOG TO DISK

UPDATE OUTPUT into a variable

Copying SQL Server settings to new server

Opening .mdf files

Add column to table and then update it inside transaction

Rebuild all indexes in a Database