Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

SQL CLR - "Static" variable for the current context

c# t-sql sqlclr

SQL Server combining 2 rows into 1 from the same table

sql sql-server t-sql

SQL Server Only Allow True for One of Each Type

sql sql-server t-sql

pandas version of SQL CROSS APPLY

Supply xml element value in modify() method

Access denied when trying to move files with xp_cmdshell

Count(*) returns null

sql t-sql sql-server-2008

Stop Inserting in Table if record already exists

Convert Time value into Integer in sql server

sql sql-server t-sql

Grouping a row of months by year SSRS

why should I use Len(columnName) instead of columnName='' (sql server 2008)

Create a SQL table with a varying number of columns

sql-server t-sql

Whats wrong with this bcp utility?

SQL Server user defined function to calculate age bracket

sql-server t-sql

trying to get single column data with switch case statement

How to transfer data from SQL Server to Excel [closed]

SUBSELECT contains an error - but sql statement continues

sql-server t-sql

How to replace empty string with value that is not empty for the same PolicyNumber

sql sql-server t-sql

Is there a difference in performance between LTRIM(RTRIM(column_name)) and RTRIM(LTRIM(column_name))

sql string t-sql where-clause