Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Can the ROOT element in a select statement using FOR XML PATH be set using a variable?

sql-server xml

Get substring between second and fourth slash

Why is a cast from DATE to VARCHAR non-deterministic?

sql-server tsql

How can I specify to use SQL Server LocalDb 2014 rather than SQL Server LocalDb 2016 in the connection string?

How to add xmlns in the root in XML in SQL Server 2014

Merge Start And End Columns To One Column

The type 'Microsoft.SqlServer.Types.SqlGeography' exists in both 'Microsoft.SqlServer.Types.dll' and 'Microsoft.SqlServer.Types.dll'

c# sql-server

What is the difference between NOT condition and NOT() in Oracle and MS SQL Server

sql sql-server oracle

Script out multiple database objects at once in SSMS

sql-server ssms

Adding a nullable rowversion column to a table

sql-server rowversion

SQL server ODBC driver linux username ''

sql-server linux odbc driver

T-SQL PIVOT data from long form to wide by a date

sql-server

How to get history of table structure change in SQL Server

SSIS package fails with error "If 64-bit driver not installed, run in 32-bit mode"

sql-server ssis etl

SQL Server database is too large when compared to actual data

How to solve Microsoft SQL Server. Error 233. Provider: SSL Provider

Long running Stored procedure without keeping connection opened to Azure database

Grouping sets by year, month, and date

Update each row in table

sql sql-server function tsql

How to avoid deadlock while mutiple process working on same table in sql

sql sql-server