Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL Server, where clauses comparisons with different types & default casting behaviour

sql sql-server casting types

Deleting Multiple Nodes in Single XQuery for SQL Server

How to add data to two tables linked via a foreign key?

How does backup work in SQL server?

sql-server backup restore

Is there a way to get the full sql text back from SqlCommand after param substitution?

.net sql-server ado.net

SQL fast INSERTs with no UPDATEs

sql-server insert

How to change locking strategy in SQL Server?

sql server helper stored procedure or utility for alter table alter column IDENTITY(1,1)

Snapshot on, still deadlocks, ROWLOCK

sql sql-server tsql

Check managed assembly version on an SQL Server database

sql-server managed-code

How do I move the Transaction Log for a database using sqlcmd/command line?

sql sql-server

CHECK/NOCHECK for Sql Compact Edition

How can I export data from SQL Server?

sql sql-server export

How do I sum the results of a select that returns multiple rows

sql-server tsql sql

String replacement in SQL Server using the contents of another table (e.g. update table1 set value = replace(table1.value, table2.val1, table2.val2))

sql-server tsql

how to return single row using TableAdapter

Partitioning Existing Tables

sql sql-server partitioning

ColdFusion executing unwanted SQL statements

Get "next" row from SQL Server database and flag it in single transaction

How to organize infinite while loop in SQL Server?