Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

What is the REAL return type of DATEADD() in SQL?

sql-server t-sql

When to use NEWID or NEWSEQUENTIALID and why

SQL - Is running RECONFIGURE dangerous in production

sql sql-server t-sql

NULL usage in WHERE IN SQL statement

sql sql-server t-sql where-in

Webservice From SQL

sql web-services t-sql

Need help using the official IANA timezone database in SQL

sql t-sql datetime timezone iana

Conditional XML Modify in SQL Server

T-SQL Regex for social security number (SQL Server 2008 R2)

T-SQL ORDER BY ignores " '-' + ... " but not " '+' + ... "

Modify SQL result set before returning from stored procedure

Cannot find data type 'ntext' error in Azure SQL Data Warehouse

t-sql pyodbc azure-synapse

Why do I have to rebuild the indexes on a table after inserting >150,000 records?

sql sql-server t-sql indexing

Using LIKE and IN and a Subquery in a single SQL Statement

Get windows user login name from sql server

sql sql-server t-sql

How can I SELECT distinct data based on a date field?

How to create multiple rows from a single row - normalize a table

Time based filtering using sql

How can resolve the SQL exception 'Query processor could not produce a query plan because of the hints defined in this query.' caused by HangFire

Dapper QueryMultiple Stored Procedures w/o mapping to Objects

Why and How do ORDER BY CASE Queries Work in SQL Server?