Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Getting the 'date' out of a DateTime field in SQL Server

SSIS - Multiple Configurations

Logging into table in SQL Server trigger

Mass sending data to stored procedure

sql: compare 2 strings without considering accents and other stuff îăţş = iats (<-should be equal)

SQL how to cut off string

sql sql-server tsql string

C# and SQL Server: any reason to put a single INSERT into a transaction?

c# sql-server transactions

Is there any single sql command to export entire database from one sql server to another?

Problem reading out parameter from stored procedure using c#

Checking if SQL Server database is running in MULTI_USER mode

sql-server

Last modification date for a live SQL Server 2005 database

Giving column priority first in SQL Search (LIKE) statement

sql sql-server

Alternatives to sql cursor

sql sql-server

How to add order by for Union result?

how to check if there data range between 2 given dates?

comments in sql server, good or not good for performance?

sql-server

Reading exactly one row from Linq-to-SQL

SQL SELECT * FROM tbl (HIDE 1 COLUMN)

mysql sql sql-server select

How do I get the "Next available number" from an SQL Server? (Not an Identity column)

How can I enforce uniqueness on a NVARCHAR(MAX) column in SQL Server?