Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Problems with TransactionScope in ASP.NET

Sql Server group by multiple columns uniqueness only on one column

Strategy for managing long running processes in a web app?

SQL query for Figuring counts by month

sql sql-server

SQL Server: Maximum number of records to return

sql-server tsql

Remove all data from SQL Server database, then reenter data from another database?

sql-server

A constraint that only allows one of two tables to reference a base table

Implicit conversion from data type sql_variant to uniqueidentifier is not allowed. Use the CONVERT function to run this query

asp.net sql-server

Log Sql server stored procedure start and end time

Convert hexadecimal value into bigint

REPLACE function in T-SQL 2008 is different from T-SQL 2005

sql sql-server tsql replace

How can I get the next Primary Key for SQL 2008 in Entity Framework 4

DBCC freeproccache?

Find what rows are locked for a given table and who is locking them in SQL Server

sql-server

Search count of words within a string using SQL

sql sql-server database

Delete Parent record if child is not present

sql sql-server

Native TSQL support for parallel queries

Return empty or null fields as <element /> from SQL Server 2008 R2 with FOR XML

Sql Server Ignore rowlock hint

Why did creating this new index improve performance so much when existing index included all columns in new index?