Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008-r2

Is it possible to create permanent object aliases

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

Is it possible to set a maximum value for a column in SQL Server 2008 r2

Creating multiple UDFs in one batch - SQL Server

use CASE without ELSE in WHERE clause like IF

sql sql-server-2008-r2

Alter "Default" in SQL Server

Aggregate data from multiple rows into single row

how to get name from another table with matching id in another table?

sql sql-server-2008-r2

Storing Email Body in SQL Server database?

Count date and show into comma separated values in a column

How to display results from SQL JOIN as separate columns? [duplicate]

Will joining on integer be quicker than joining on nvarchar?

SQL Server : verify that two columns are in same sort order

Add SET NOCOUNT ON on top of triggers

How do I get a list of columns in a table or view?

SUBQUERY total performance vs case sum performance

how to find the duration between two dates

How can I select the longest string when using GROUP BY for multiple columns in Sql Server