Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

using temp tables in SQL Azure

Problem during SSL connection to SQL Server

sql-server ssl

SQL Server delete query involving two tables

sql sql-server sql-delete

Alter All Columns datatype in SQL Server

sql sql-server ssms

Select from table with composite primary key

Using NHibernate mapping by code: Cannot insert explicit value for identity column in table 'DietUser' when IDENTITY_INSERT is set to OFF

Join columns SQL query

sql sql-server tsql

Parsing OpenXML with multiple elements of the same name

In which scenarios does SQL Server ROW_NUMBER() not start from 1?

System.InvalidCastException: Failed to convert parameter value from a XElement to a String

How to create a calculated column in a SQL Server 2008 table

sql sql-server tsql

DateAdd Column caused an overflow

When is it proper to use unique key in a table than a primary key?

mysql sql sql-server

SQL ROW_NUMBER with INNER JOIN

sql sql-server row-number

Insert trigger copy row to another duplicate table SQL Server 2008

Database design for tracking progress over time

sql-server database

SQL Geography data type column in GROUP BY clause

Does an Upsert violate the Single Responsibility Principle?

Find and Replace credit card numbers

What SQL Server 2005/2008 locking approach should I use to process individual table rows in multiple server application instances?

sql-server locking