Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

For VAT tax, what is the correct Decimal(p, s) precision and scale for SQL Server field size declaration?

sql sql-server types

Geospatial data in SQL

SQL - Clone a record and its descendants

Same SQL Query Slower from NHibernate Application than SQL Studio?

sql sql-server nhibernate

Is it helpful to compress strings before placing in database?

c# sql sql-server

Change in query plan and execution time with TOP and ESCAPE

How to force SQL Server to process CONTAINS clauses before WHERE clauses?

SqlDataReader.GetSqlBinary vs SqlDataReader.GetSqlBytes?

NewSequentialId on UniqueIdentifier Clustered Index

Correcting for Noise in Multiple Geographic Sensor Readings

How Can I "flatten" Out My TSQL Results?

Generate Microsoft GUID without network card

sql-server guid

stored procedure calling data in a different schema

How can I import into a join table in a set based statement?

How can I ALTER COLUMN to NOT NULL when the column is indexed

Transaction (Process ID 56) was deadlocked on lock?

Issues getting JTDS driver to accept sendStringParametersAsUnicode=false?

TSQL "IF @@Rowcount > 0" analog in Sqlite?

sql-server tsql sqlite

Heterogeneous database connection

How to test for a series of equal X paired rows in a row referring to a specific column?