Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

Custom sort order in SQL Server mixed datatypes stored in a varchar

MySQL vs SQL Server 2008 R2 simple select query performance

Restoring database - How to keep replication in place

Does nodes() or openxml returns rows in same order as it finds in xml?

Partitioning Master Detail Table

Where I can check user-define table type in SQL Server 2008 in SSMS? and how can I insert new column into it?

How do I configure pyodbc to correctly accept strings from SQL Server using freeTDS and unixODBC?

Detect Anomaly Intervals with SQL

How does setMaxResults(N) in Hibernate work?

Sum the column value incrementally with the same ID column

sql sql-server-2008

T-SQL if statement error

How to delete a lot of records from SQL database fast?

How to delete duplicate (repetitive) records, rows from table without id [duplicate]

How can I verify that my async/await is using I/O completion port?

Executed drop table accidently

SQL server: calculate sequence in a SQL query

How to solve this SQL query (header and detail)?

IN statement inconsistency with PRIMARY KEY

Is there any performance difference between a SQL "IN" statement versus using "OR"?

sql sql-server-2008 syntax

Why does the parameterized version of this query run slower than a non-parameterized version?