Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Can someone find the syntax error in this simple query?

select unique rows sorted by id

sql sql-server

Using SqlTransaction in C#, how to get an output parameter from a stored procedure and insert into another table?

c# sql-server ado.net

whats the efficient query to count table rows in SQL server 2008?

"The notification message type <MessageType> was unexpected." is logged by SSBEA and my app is never called

T-SQL Two Where Clauses on same column

How can i do this query by pure sql?

sql sql-server

Fastest Way to Import?

sql sql-server

Find out if column has varchar 20

SQL Server foreign key constraints issue

sql sql-server database

Select Dates Between Two Column Values

How long does it take to translate SQL Server queries to MySQL?

sql-server mysql porting

SQL - INSERT INTO only when the record does not exist [duplicate]

c# sql sql-server

How to enforce a certain number or range of affected rows in SQL Server or ASP.NET C#

c# asp.net sql-server

Help with Linq query

c# asp.net sql-server linq

Does SQL compression of "None" clean up a data table?

sql-server compression

PATINDEX() replacement in MYSQL

mysql sql sql-server database

Reading JSON array as one of the SQL table column

sql arrays json sql-server t-sql