Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Scripting your database first versus building the database via SQL Server Management Studio and then generating the script

sql sql-server

How to generate Fibonacci Series [closed]

sql sql-server

How to encode XML in T SQL without the additional XML overhead

sql sql-server xml t-sql

First commit; commits two transactions

sql sql-server

Copy from one table to another and replace with SCOPE_IDENTITY

sql-server t-sql

How do I solve a BCP utility error when importing a CSV?

Tricky where clause

I want to get the current date time every time I update or insert a row in SQL Server

sql sql-server

Find if any columns that contain null in SQL Server

sql sql-server

SQL Server Management Studio: Backup and restore database without data

sql-server

SQL - Query same column twice with different dates in where clause

mysql sql sql-server

How to compare two columns in SQL server

Trying to create a large dynamic query, keeps getting truncated

Stored Procedure Check if Parameter is NULL

doing a simple pivot on year

Merge when not matched by source without deleting other rows

sql sql-server t-sql

Does TransactionScope support atomic DB execution?