Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

# ifdef type conditional compilation in T-SQL sql server 2008 2005

SQL Server Log full due to active transaction

Split data in sql with multiple delimiters ( , and - ) with owns rule

Converting DateTime to nvarchar, just month and year

Converting JDE Julian date to Gregorian

Optimise use of multiple user defined functions in join condition

How can we write a recursive SQL query in T-SQL?

sql 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