Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SSIS derived column remove text from string, keep only numeric values

Append SQL table name with today's date

sql-server t-sql

Get indicator value for unbound columns without calling SQLGetData()

sql-server odbc

SQL Server : Nvarchar to Varchar

Table column sorting based on NULL Value

How to make 0 in all column in a specific table where value is null using MSSQL

sql sql-server

FORMAT([Time], 'hh:mm') returns NULL

sql sql-server date time format

Specifying flat file data types vs using data conversion

sql-server ssis

Why SELECT 'A' WHERE @val IN (1, 2, 3, NULL) does not return a value when @val IS NULL? [duplicate]

sql-server t-sql

Passing c# DataTable as a parameter to stored procedure in MS SQL Server 2008 [closed]

T-SQL truncate time (not round) to the nearest minute

sql-server t-sql

using nosql database as a replacement for sql server

c# sql-server nosql

The data types varchar and datetimeoffset are incompatible in the add operator

sql sql-server

Left Join gives no result

sql sql-server join left-join

How can I tell if a SQL Server database is being backed up

sql-server backup

Alter column from NVARCHAR to NBINARY

How to pass parameter on jpa query?

java sql-server jpa-2.0