Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

30 million records. Divy them up into 24 hourly-periods. Sum them for one month. Rinse and Repeat

sql sql-server tsql

How can I stop SQL Server Management Studio replacing 'SELECT *' with the column list?

sql-server ssms

Using C# & SMO, how do I add a backup device to a SQL Server?

c# sql-server smo

Microsoft SQL Server equivalent of MySQL REGEXP

mysql sql-server regex tsql

Is it possible to create a new T-SQL Operator using CLR Code in SQL Server?

Bulk Insert multiple records and get identity for all using ADO.NET

SQL query: SUM values up to the current record

sql sql-server sum

SQL Server Search Proper Names Full Text Index vs LIKE + SOUNDEX

How to define ENUM in SQL Server 2005? [duplicate]

How to organize infinite while loop in SQL Server?

Find Column dependency

Best pattern for storing (product) attributes in SQL Server