Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How to replace duplicate words in a column with just one word in SQL Server

sql sql-server

Get the right number of a value in SQL Server using substring

sql-server substring

SSIS Package not running from server

Process multiple selected files from OpenFileDialog

c# sql-server filestream

How to perform a count on a arbitrary query (possibly containing a order by)

How to write an SQL query that searches for a group of words from another table?

SELECT last row if USER is found

Creating time intervals in SQL Server

How to check that a stored procedure with no return value has been executed?

Count query help required

select on nvarchar(max) column really slow

sql sql-server t-sql

What is wrong with using 'Not In' in this SQL query?

sql sql-server t-sql select null

Is there an alternative to SET STATISTICS TIME which also shows the statements?

Distribute large quantities over multiple rows

sql sql-server bin-packing

update cascade in self referencing table - best practice?

How to disable SQL Server JDBC SSL Encryption (in 10.2 driver version and onwards)

sql-server jdbc

How to run a Job from a Stored Procedure in another server?

Help with creating a computed column (sql server 2008)

Use a table-value function to return data in columns instead of rows

Does .Include method hit the database in LINQ?