Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

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

Why does putting a WHERE clause outside view have terrible performance

Using the result of an expression (e.g. Function call) in a stored procedure parameter list?

How can I monitor the executed sql statements on a SQL Server 2005

Regular Expressions in SQL Server servers?

Is T-SQL Stored Procedure Execution 'atomic'?

Can someone explain DBCC DROPCLEANBUFFERS?

Can a SQL trigger call a web service?

Why CTE (Common Table Expressions) in some cases slow down queries comparing to temporary tables in SQL Server