Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Get Summary of SQL Server Table by groups

sql sql-server

Using SQL STUFF to concatenate rows that I cannot group by

sql sql-server t-sql

Convert string to System.Data.SqlTypes.SqlBytes C#

c# sql-server

Is there any way that I could get the table from one running SP and give it to another SP in SQL Server?

How to use EXISTS and NOT EXISTS in one query?

Make changes to database only if all queries execute successfully

c# sql-server

How to right join a date table in T-SQL?

sql sql-server t-sql join

Code-First EF4.1 + SQL Server CE4 + Sync Framework

sql server: MERGE has unexpected results

sql sql-server

Invalid column name SQL Server 2012

Rename table in Sql and accordingly in Entity Framework (Db First)

How to know my server name in SQL Server?

Select all rows where related table has no records with value

sql sql-server

Yet another LEFT OUTER JOIN fail in SQL Server 2012 Express

sql sql-server join outer-join

A peculiar crosstab query in SQL Server

sql sql-server ms-access

Concatenate many rows with same Name in sql?

sql sql-server

Selecting DISTINCT records on subset of columns with MAX in another column

sql sql-server t-sql

Is this .NET/SQL Server transaction scenario possible?

Is there a way to merge these two simple queries