Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Get context connection and use it as a connection in other place

c# sql-server

Data Truncation issue while importing excel from Azure Blob storage to Sql Server

COUNT (DISTINCT column_name) Discrepancy vs. COUNT (column_name) in SQL Server 2008?

Password mismatch while logging to sql server

Performance using DISTINCT COUNT

SQL Server Management Studio: why when inserting into table, foreign key column is not visible?

sql sql-server insert

How to traverse a dacpac

c# sql-server dacpac

What is the difference between SPECIFIC_SCHEMA and ROUTINE_SCHEMA in INFORMATION_SCHEMA.ROUTINES?

sql sql-server

Sorting hierarchical text in SQL

sql sql-server tsql hierarchy

LINQ and Entity Framework - Avoiding subqueries

If my C# times out with a stored procedure call, does the procedure continue running?

Difference between RDBMS and ORDBMS

How to use CDATA in SQL XML

sql-server xml tsql cdata

String_agg in sql server 2016

How do I update an assembly and its dependent assemblies in MS-SQL?

sql-server sqlclr

Can LINQ-to-SQL omit unspecified columns on insert so a database default value is used?

to MSMQ or not to MSMQ? (or SQL Table as the Queue)

Deadlocks causing 'Server failed to resume the transaction' with NHibernate and distributed transactions

Are subqueries cached by MySQL when used in a WHERE clause?

Why does Entity Framework throw an exception when changing SqlParameter order?