Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

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

How to manage NULL values with numeric fields in cursor?

How to quickly delete a column from a table containing 600 million rows?

SQL pivot with no aggregate

sql sql-server pivot

How to Restore a old Backup from SQL Server 7 SP4 to newest SQL Server versions? [closed]