Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Attaching DB with full-text catalogs under a different name?

Set rows to read-only

sql-server t-sql readonly

How to modify / rename the database name in SQL?

sql sql-server t-sql

How do I insert a row in T-SQL where there are only auto-generated columns?

t-sql insert

How to create view or function on XML PATH query?

Indexed Views Don't appear to be equivalent to Oracle Materialized

sql t-sql sql-server-2008

How to change sequence type from int to bigint in Sql Server

sql t-sql

SQL Query and Unicode Issue

SQL multiple outer joins (converting t-sql joins to ANSI format)

sql t-sql left-join

SQL concat integers and group them with from to

sql-server t-sql

Alternative to STRING_AGG in with SQL

TSQL: How do I do a self-join in XML to get a nested document?

How to copy entire SQL Server 2008 database, applying WHERE clause to restrict copied data

Count each element within XML node instead of continuous counting

sql sql-server xml t-sql xquery

DATEDIFF SQL Server 2016 JSON

Performance of a SQL Server Scalar Function

Way to find the maximum dates with no futuristic dates

sql sql-server database t-sql

Returning the original value if it doesn't match any of the when_expressions

sql sql-server t-sql case-when

How to parse XML encoded as UTF-8 from a NVARCHAR(MAX) attribute?