Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Find length of varchar(max) column

How to get a MAX value from 3 columns in SQL Server stored procedures?

c# sql-server

Compare two rows (both with different ID) & check if their column values are exactly the same. All rows & columns are in the same table

sql sql-server t-sql

Horrible sql server performance when capturing result in variable

T-SQL - remove chars from string beginning from specific character

sql sql-server t-sql

Get an accurate percentage calculation

sql sql-server

Combining two columns of a table into a single column

sql sql-server

Query Inserting repeated rows

sql-server

Taking latest non null record from multiple columns and bringing down to one row in SQL without iterating/looping

To_Char and T_Number alternate in SQL Server for formatting

SQL Trigger vs Other Options Performance

sql sql-server t-sql triggers

Query using IN keyword

Is there any way to convert SQL Server 2008 mdf file to SQL Server Express version?

How do I enable ordinals from the STRING_SPLIT function in MSSQL

sql-server ssms

DELETE Statement with subquery strange behavior [duplicate]

sql sql-server

SQL Database design for huge datasets

Complex SQL statement feasibility

Is there a way to find what accounts can execute xp_cmdshell?

sql sql-server

trigger winforms program to run whenever a record is inserted in SQL Server via web app

c# sql-server triggers