Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Why is TRY-CATCH block not allowed inside UDFs?

Sql Pivot top N rows only

Using sp_rename on a table updates the foreign keys for the table when documentation seems to say it wont

sql-server t-sql

Filling table with datetime's incremented by one second each

How can I avoid encoding when using "FOR XML PATH"?

How do I store text in database with line breaks or paragraph

sql-server database t-sql

Inner Join error (multi-part identifier could not be bound error only on using)

SQL Server Management Studio - how to change a field type without dropping table

Multiple recursive union all selects in a CTE SQL query

Create a table without columns

Escape sequence for $ (dollar sign) in T-sql script

t-sql powershell

How to get Row count by dynamically passing the table name

sql sql-server t-sql count row

T-SQL - check gap in datetime data for every minute

sql-server t-sql datetime

How to perform delete rows on some condition with EF?

c# sql entity-framework t-sql

How to get strings comma separated in ascending order with SQL Server's STRING_AGG()

Extracting a value from an XML column in SQL Server

What Order should I Call @@ROWCOUNT/@@ERROR

sql t-sql

How to take backup of azure SQL-Managed Instance backup to azure blob

Problem with scalar UDF inlining in SQL Server 2019

Deleting records with T-SQL efficiently without using IN clause