Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL Server - Simultaneous Inserts to the table from multiple clients - Check Limit and Block

Is it safe to delete the tempdb.mdf file manually?

sql-server shrink tempdb

How to pass parameter to a bcp command in sql server

Check - Compare > Update SQL table

SQL select if count

sql sql-server database count

Incorrect syntax near the keyword 'CREATE' while creating function

sql-server

Best way to enforce table participation

LIKE comparison in SQL Server XML datatype

sql sql-server xml xquery

T-SQL equivalent to oracle sql where clause with multiple columns

How can I make a stored procedure commit immediately?

sql-server acid

Determining remote daylight saving in sql server

sql-server timezone dst

join two tables on argument1 ends with argument2

sql sql-server

After a Read Uncommitted query, do I have to set it back to Committed?

What makes one of these queries faster?

sql sql-server

Passing NULL value into parameterized delphi SQL server query

Recursive sum in parent-child hierarchy T-SQL

Separating an address string in SQL

sql sql-server string

Deleting Global Temporary Tables (##tempTable) in SQL Server

sql-server temp-tables

How do I convert SQL getdate() function into a string in dd/mm/yyyy format?

sql-server

RAND not different for every row in T-SQL UPDATE

sql sql-server tsql