Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQLCMD - trying to drop a database with alphanumeric name '14Data' gives Syntax Error

What is better to use in SQL Server: sqrt or pow?

How to use Order By in a stored procedure without using dynamic SQL

SSRS 2008 R2 Carriage Return Problem

SQL Server and date + 1 result

sql sql-server datetime

Why use XML type to store XML data in SQL Server?

sql sql-server xml

SQL Server safely cast string and fail silently

sql-server

Get the minimum value between several columns

sql-server datetime min

Hashing more than 8000 bytes in SQL Server

SQL Server -is a GUID based PK the best practice to support tenant based horizontal partitioning

How to get the epoch time in SQL Server?

sql-server epoch

Ignoring errors in Trigger

How to use union all with manual value (not from another tabel)?

sql sql-server union union-all

Passing session data between ASP.NET web applications

Can you define a new column in a SQL Server table which auto-generates Unique Identifiers for new rows?

Reordering Identity primary key in sql server

SSIS Logging to SQL Server

sql-server logging ssis

SQL Server equivalent to Oracle CONNECT BY and LEVEL pseudocolumn [duplicate]

sql sql-server oracle

when putting multiple sql commands showing error :There is already an open DataReader associated with this Command which must be closed first

copy column value from one database.table to another database.table

sql-server tsql