Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How can I use sp_xml_preparedocument on result of NTEXT query in SQL 2000?

connection string to a SQL Server cluster

What does the N in varchar(N) refer to

sql-server database

Problems with Turkish SQL Collation (Turkish "I")

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 organize infinite while loop in SQL Server?