Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

How to connect to sql-server with windows authentication from windows-service?

SQL Sort Order with Null values last

Find what table a specific index belongs to

"select * into table" Will it work for inserting data into existing table

Make SQL Server faster at manipulating data - turn off transaction logging?

For autoincrement fields: MAX(ID) vs TOP 1 ID ORDER BY ID DESC

Move row from one table to another?

selecting individual xml node using SQL

pyodbc.connect timeout argument is ignored for calls to SQL Server

Selecting between two dates within a DateTime field - SQL Server

Why do SQL Server Scalar-valued functions get slower?

How do I identify a blank uniqueidentifier in SQL Server 2005?

Is it possible to use ROW_NUMBER() OVER/PARTITION BY only when another column is also the same?

What does ORDER BY 5 DESC mean?

SQL View - add default values if null?

Query cost relative to batch is 100%

How to enable Full-text Indexing in SQL Server 2005 Express?

is a GUID a good salt? is my register/login process got any flaw?

sql-server-2005 hash guid salt

Interesting SQL Join on dates between dates

Difference Between Transaction and TransactionScope