Top "Sql-server-2008-r2" questions

Use this tag for questions specific to the 2008 R2 version of Microsoft's SQL Server.

How to restore SQL Server 2014 backup in SQL Server 2008

Were there any changes in this area with SQL Server 2014? I’ve seen this post Is it possible to restore …

sql-server sql-server-2008 sql-server-2005 sql-server-2008-r2 sql-server-2014
SQL Server Jobs with SSIS packages - Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B

i have a SQL server job that runs a SSIS package. This job has 9 steps and in each step it …

sql-server-2008-r2
Get AVG ignoring Null or Zero values

How can I get the AVG of a column ignoring NULL and zero values? I have three columns to get …

sql sql-server tsql sql-server-2008-r2
'MOD' is not a recognized built-in function name

I wanted to use MOD function in SQL Server 2008R2 and followed this link but still got the message: 'MOD' …

sql sql-server-2008 tsql sql-server-2008-r2 modulo
SQL list of all the user defined functions in a database

I am looking for a SQL query that outputs the function definitions for all of the user defined functions in …

sql-server sql-server-2008-r2
How to count total number of stored procedure and tables in SQL Server 2008

I have database Test1 in SQL Server 2008 R2. On the live server I took backup from there and restore it …

sql-server sql-server-2008-r2
How to write UTF-8 characters using bulk insert in SQL Server?

I am doing a BULK INSERT into sqlserver and it is not inserting UTF-8 characters into database properly. The data …

sql-server utf-8 sql-server-2008-r2 bulkinsert
SQL Server creating table with clustered index without a primary key

Is it possible to create a clustered index from a create table statement in SQL Server 2008 that is not a …

sql-server sql-server-2008 sql-server-2008-r2 azure-sql-database clustered-index
Can't start sql server Agent

I want to start the SQL Server Agent (sql server 2008 R2 Enterprise edition), then I did: Open SQL Server configuration …

sql-server sql-server-2008-r2 sql-server-agent
How to use ROW_NUMBER() in UPDATE clause?

ROW_NUMBER() is only for used in the SELECT clause in MS SQL Server, but I want to use it …

sql-server tsql sql-server-2008-r2 window-functions