Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Is there a 64 bit version of SSMS and BIDS with SQL Server 2008 64 bit?

sql-server

SQL Server query against two linked databases using different collations

sql-server linked-server

Java O/R layer for SQL server?

java sql-server database orm

Query thought in sets?

sql sql-server t-sql

System.Data.Entity.Core.EntityCommandExecutionException An invalid floating point operation occurred

sql sql-server

Why we should use QUOTENAME function?

sql-server t-sql

SSIS Extract links from Excel cells to load into SQL

How to make EF core translate custom sort into a plain 'When Then' instead of hierarchical

SSIS ERROR "Conversion failed because the data value overflowed the specified type"

MS SQL equivalent to MySQL user defined variables in queries

mysql sql-server

Finding the oldest most recent visit. (Minimum grouped by maximum)

sql sql-server

Is there any alternative to DateTime.Ticks or DateTime.TimeOfDay in Linq-To-Entities?

What is exclusion constraint in PostgreSQL? What is the according term (and sample SQL script) in Microsoft SQL Server?

operation not allowed when the object is closed when running more advanced query

sql sql-server asp-classic

Join master and detail tables as one table

sql sql-server

How-to update 2 table in one query

CROSS APPLY versus UNPIVOT

Update record, if fail, insert record then update

How to switch database context to newly created database?