Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How to use LIKE in a t-sql dynamic statement in a stored procedure?

How do I remove line feed characters when selecting data from SQL Server?

How to express a range over multiple columns with hierarchic relation?

sql sql-server tsql sqlfiddle

MySQL LIMIT clause equivalent for SQL SERVER

mysql sql-server

How to add datetime field with a time field

C# How to implement method that return list of SQL result?

jdbc sql error: statement did not return a result set

SQL Server 2008 - Set a value when the column is null

sql sql-server

SQL Server 2008 Insert with WHILE LOOP

sql sql-server while-loop

Correct use of SCOPE_IDENTITY function within simple stored procedure

Id or [TableName]Id as primary key / entity identifier

How Can I Generate Random Unqiue Numbers in C#

c# .net sql-server

Encrypting a BouncyCastle RSA Key Pair and storing in a SQL2008 database

Simplifying (aliasing) T-SQL CASE statements. Any improvement possible?

sql-server tsql case

Is using MS SQL Identity good practice?

sql sql-server tsql identity

Using a variable for table name in 'From' clause in SQL Server 2008

.net sql sql-server tsql

Is there an alternative to joins to increase performance?

sql sql-server join

DATEDIFF Getting the previous month

sql sql-server

How to approach an ETL mission?

Deleting orphans from a table

sql sql-server tsql sql-delete