Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

How to store images to a varbinary(max) column?

SQL server 2008: Copy a file and rename it

Can I create create a global function in SQL Server?

sql sql-server-2008

how to create XML schema from an existing database in SQL Server 2008

sql sql-server-2008

SQL Server OFFSET equivalent

sql tsql sql-server-2008

Storing many bits -- Should I use multiple columns or a single bitfield column?

SQL Joins: Future of the SQL ANSI Standard (where vs join)?

SQL 2008 - varchar(max) vs text data types [duplicate]

Using IF IsNumeric as Argument

Merge the two xml fragments into one?

Combining output of two or more select statement

MS SQL Server 2008 Link server query says "Invalid Object Name" but still works

SQL Server: Rethrow exception with the original exception number

How to Select first 30 chars in a sql query?

sql sql-server-2008

Create Schema in SSMS

Using MAX and returning whole row with max column value

tsql sql-server-2008

Concatenating Int columns

SQL Server Stored Procedure to Send Email

Select count from another table to each row in result rows

SQL Multiple Foreign Keys as Primary Keys