Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How do I get a SQL function to return a list to be used by the IN statement in a WHERE clause?

Why should I convert my already encrypted password to its Base64 string representation?

How to multiply column values in SQL Server?

sql sql-server

How to export table/data from AWS RDS SQL Server

UDF inside an SP performance issue on ms sql

sql sql-server t-sql

Select only duplicate records based on few columns

sql sql-server

Referencing another database from T-SQL stored proc without hardcoding the database name

SQL Server - Join Table1 to Table2 ON substring(T1.Field) = T2.ID

When to use the table operator APPLY

SQL Server Update Value XML Node

sql sql-server xml sqlxml

Cannot Edit Database Connection String in Visual Studio 2022

Cross-database transactions from one SP

Why do I get "String or binary data would be truncated" as an error?

c# sql sql-server insert

How do I escape special characters in user input for a SQL LIKE?

Filter Duplicates in UNION with SQL Server

sql sql-server union

SQL Database Query selecting different corresponding values for one value

sql sql-server

SQL Server : select statement where value have format

sql-server t-sql

Only ALTER a TRIGGER if is exists

sql sql-server triggers