Top "Sql-server-2012" questions

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

Select the top 1 row from each group

I have a table that lists the versions of software that are installed: id | userid | version | datetime ----+--------+---------+…

sql sql-server-2012 group-by greatest-n-per-group
How to configure SSIS 2012 project to run under different environment configurations?

What would be the best logical way of configuring 2012 SSIS project using the Project Deployment Model? Consider a scenario of …

deployment ssis sql-server-2012
How to export database with data in MSSQL?

How can I export my 2012 database with data to a .sql file so I can import it to a 2008 server? …

sql-server database sql-server-2008 sql-server-2012 export
How to fix the embedded text qualifier issue while exporting data to CSV flat file?

RFC 4180: RFC 4180 defines Common Format and MIME Type for Comma-Separated Values (CSV) Files. One of the requirements of the RFC 4180 …

sql-server ssis sql-server-2000 sql-server-2012
LocalDB deployment on client PC

I am very intrigued by this new version of SQL Server Express. It's not clear (to me) what a setup …

sql-server installation sql-server-express sql-server-2012 localdb
Permissions error when attaching a database: "Cannot access the specified path"

I am running SQL Server 2012 Enterprise Edition. I have downloaded the AdventureWorks 2012 OLTP data files (both .mdf and .ldf). I …

sql sql-server sql-server-2012 adventureworks
" The job failed" in copying database SQL Server 2012

I'm trying to copy a database. When going through the Copy Database Wizard, I'm getting a Execute SQL Server Agent …

database sql-server-2012 copy jobs agent
How to get next value of SQL Server sequence in Entity Framework?

I want to make use SQL Server sequence objects in Entity Framework to show number sequence before save it into …

c# sql-server entity-framework orm sql-server-2012
SQL Server: How to find all localdb instance names

I have two versions (2012, 2014) of SQL Server Express LocalDB installed in my system. How can I find all existing LocalDB …

sql-server sql-server-2008 sql-server-2012
Cannot load Counter Name data because an invalid index -Exception

I am using C# and WPF - Operating System is windows 7 Professional and Visual Studio 2012, SQL Server 2012. I used Devexpress …

c# .net sql-server-2012