Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Counting Distinct users over time

Bypassing character limit on OPENQUERY failing use EXECUTE

How to set a negative result to zero without typing the formula twice

How to set yearly jobs in Sql Server Agent

Select for each record multi records

sql sql-server t-sql

Select rows and Update same rows for locking?

Not sure how to go about joining these two tables

sql sql-server t-sql join

Very slow T-SQL stored procedure sped up by dropping and recreating

C# MSSQL alter table then modify values

c# sql-server t-sql ado.net

Select min returns empty row

sql sql-server t-sql

Tricky SQL SELECT statement - combine two rows into two columns

Escaping command parameters passed to xp_cmdshell to dtexec

Is this code safe from SQL injections? (and why)

c# t-sql sql-injection

Conversion failed when converting the nvarchar to int

sql-server t-sql

Using GROUP BY clause to replace dissimilar rows with single value

sql sql-server t-sql

How to sum dynamic columns in SQL Server?

Find records created in a period of 24hours (not especially the last 24hrs)

sql sql-server t-sql

Create JSON with children in SQL Server (structure for web tree)

T-SQL select script with union

sql sql-server-2008 t-sql