Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

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 SELECT DISTINCT Info with TOP 1 Info and an Order By FROM the Top 1 Info

SQL Count unique objects defined by parameters

Is it possible to set a primary key to a view?

JDBC url with database containing spaces

SQL Server insert statement using INSERTED to get new ID and existing ID

sql-server insert identity

SQL statement to select the value of the latest version of data based on the latest date

How to use the PRINT statement to track execution as stored procedure is running?

sql-server tsql

Find Column dependency

Best pattern for storing (product) attributes in SQL Server