Use this tag for questions specific to the 2012 version of Microsoft's SQL Server.
84
votes
6answers
59k views
Enable remote connections for SQL Server Express 2012
I just installed SQL Server Express 2012 on my home server. I'm trying to connect to it from Visual Studio 2012 from my desktop PC, and repeatedly getting the well-known error:
A network-related ...
68
votes
7answers
104k views
Where is SQL Server Management Studio 2012?
I had on my laptop SQL Server 2008 R2 and Visual Studio 2008 and 2010 (we're a training company - hence the need for multiple versions). I've installed SQL Server 2012, and have finally got SQL ...
35
votes
3answers
737 views
Why are CLR Types derived from generics not supported in SQL Server 2008 and later?
The following code implements an UDT which derives from a generic (SortedDictionary):
[Serializable]
[Microsoft.SqlServer.Server.SqlUserDefinedType(Format.UserDefined, MaxByteSize = 8000)]
public ...
28
votes
1answer
1k views
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 is stated as below. This is the point #7 in the RFC link.
If ...
14
votes
4answers
252 views
SQL Stairstep Query Help Needed
I need some help producing a MS SQL 2012 query that will match the desired stair-step output. The rows summarize data by one date range (account submission date month), and the columns summarize it ...
13
votes
2answers
2k views
How can I fix the T-SQL editor in VS 2012 after installing SQL Server 2012 SP1?
I can suddenly no longer open .sql files in VS 2012 by simply double clicking in the Solution Explorer. I get the error message:
Unable to open Transact-SQL file in custom editor
I strongly ...
11
votes
4answers
4k views
SQL LocalDB vs SQL Server CE
I have a small project that will have 1 user on 1 computer. The database will be rather small (probably less than 1 mb of data). I plan to use WPF and Entity Framework for that project.
I came up ...
11
votes
5answers
9k views
MVC 4 Connectionstring to SQL Server 2012
I've created a brand new MVC 4 application in C# using Visual Studio 2012. I'm trying to connect to a brand new SQL Server 2012 (Standard) instance but I can't seem to get my connection string set ...
11
votes
1answer
431 views
Allowing a stored procedure to select from a system table using a certificate in SQL Server 2012
I'm currently having issues relating to permissions when attempting to run a stored procedure that tries to select from a system table. Basically I'm trying to work around the deprecation of the ...
10
votes
2answers
690 views
How do you store static data in your SQL Server Database Project in VS 2012
I am trying to use the SQL Server Database Project to keep all our table, stored procedure, views etc scripts. I now wan a way to be able to keep all our reference (or static) data as well. When the ...
9
votes
2answers
2k views
VS 2010 DB project fails to deploy after upgrade to Sql Server 2012 Error Deploy01234
I have VS2010 Premium and recently upgraded from SQL Server 2008R2 to 2012 Developer Edition. Now when I try to deploy an existing database project (created while using 2008Rs) I get the following ...
8
votes
6answers
41k views
Auto increment primary key in SQL Server Management Studio 2012
How do I auto increment the primary key in a SQL Server database table, I've had a look through the forum but can't see how.
I've looked the the properties but can't see an option, I have seen an ...
8
votes
2answers
6k views
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 program should do to deploy an application that use a LocalDB.
Is it required to install SQL ...
8
votes
5answers
9k views
What is the connection string for localdb for version 11
I'm trying to do the Code First Walkthrough of the entity framework ( http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4-2-code-first-walkthrough.aspx ).
I have the latest SQL Server Express and ...
8
votes
1answer
2k views
Can SQL Server Data Tools work with SQL Server 2008 SSIS?
Can I use the new SQL Server Data Tools that come with SQL Server 2012 to create SSIS packages for SQL Server 2008?
I work with both SQL Server 2008 and SQL Server 2012 and I am wondering if I can ...
8
votes
3answers
2k views
Copy And Paste From SQL Server Management Studio 2012 New Line Issue Into Excel
I have recently upgraded to SQL2012 and i am using the management studio. One of my columns in the database has a Char(13) + Char(10) stored in it.
When i was using SQL Server 2008 this would copy ...
8
votes
3answers
559 views
SQL Server 2012 Web Management Studio - where are all the options?
I just installed SQL Server 2012 Web version, and I noticed that a lot of the options that were in the previous versions of SQL Server Management Studio aren't available in this version.
Simple ...
7
votes
3answers
2k views
Column-based query accelerator in SQL Server 2012
I have been researching, SQL Server 2012 (aka Denali) and Microsoft has a pre-release available. The pre-release is located here with some information on key features. As I have downloaded the ...
7
votes
5answers
434 views
Are there any benefits to using sql_variant over varchar in SQL Server?
I currently have a database table setup as follows (EAV - business reasons are valid):
Id - int (PK)
Key - unique, varchar(15)
Value - varchar(1000)
This allows me to add in mixed values into my ...
7
votes
2answers
8k views
Why can't I connect to a SQL Server 2012 LocalDB shared instance?
I'm trying to set up a SQL Server 2012 LocalDB (RTM, x64) shared instance on my Windows 7 x64 machine and I can't seem to connect to the shared instance. I'm using an Administrator command prompt for ...
7
votes
1answer
109 views
Why would a datetime prevent a navigation property from getting loaded?
I am using Entity Framework 4.3.1 using the DbContext POCO approach against a SQL Server 2012 database.
I have just two tables in the database and they look like this:
NOTE: There are no ...
7
votes
2answers
277 views
Intellisense for JOINs in SQL Server Management Studio
In SQL Server Management Studio (SSMS) is there an option to enable intellisense auto-completion for JOINs?
For example, if I type:
SELECT * FROM Employee INNER JOIN _
at this point I would like ...
7
votes
0answers
261 views
Deployment error with SSIS 2012 while deploying project to catalogue DB
I encountered a rather strange error earlier while deploying an SSIS project to our SSIS Catalogue DB:
"The project or operation records do not exist or you have not been
granted the appropriate ...
6
votes
4answers
4k views
SQL Server Management Studio 2012 hangs
When I click on the "Databases" node in "Object Explorer" it just keeps on "Loading items" until at some point it just hangs.
This happens only when connecting to a remote server, not when accessing ...
6
votes
1answer
7k views
Visual Studio 2012 Database Designer - Am I missing something?
I recently installed Visual Studio and SQL Server 2012. I'm wondering if I'm missing something because the Database Designer doesn't seem anywhere as friendly as the old version.
In Visual Studio ...
6
votes
2answers
1k views
Entity Framework and SQL Server 2012 Paging
SQL Server 2012 introduces a more efficient mechanism for paging using FETCH and OFFSET which could have a big impact on performance of apps which use a lot of paging. Does Entity Framework 5 support ...
6
votes
4answers
111 views
Grouping SQL Results based on order
I have table with data something like this:
ID | RowNumber | Data
------------------------------
1 | 1 | Data
2 | 2 | Data
3 | 3 | Data
4 ...
6
votes
1answer
22k views
How can I restore a database backup file (.bak) from SQL Server 2012 into SQL Server 2008 Express?
A database that was originally from SQL Server 2008, was restored into SQL Server 2012. A backup from SQL Server 2012 was made and I am trying to restore it on my local SQL Server 2008 Express. ...
6
votes
2answers
3k views
Sequence vs identity
SQL Server 2012 introduced the new feature of Sequence same as in Oracle, but where sequence fits better than identity ? And why we need sequence ?
6
votes
2answers
2k views
How to remove cached Login from the Connect to Server dialog in SQL Server 2012 Management Studio?
Or, to put it another way, where is SqlStudio.bin for SQL Server 2012? It doesn't seem to be in the place that would be expected by looking at this other SO question.
6
votes
3answers
258 views
Does order of the columns in columnstore index matters in SQL Server 2012
I have a table with ~200 million rows and ~15 columns in it. I am planning to create the column store index on my table. Will there be any change in performance based on the order of columns that I ...
6
votes
1answer
595 views
Using Spatial Index
I want to learn how to use Spatial Index in SQL SERVER 2012. I have some very time-consuming query so I need it.
I would be very grateful for some example and explanation.
Thanks!
6
votes
5answers
394 views
IS NULL versus <> 1 SQL bit
I have a bit column on a table in a SQL Server 2012 database.
I am trying to retrieve all the rows where this bit column is either NULL or NOT TRUE.
This query does not bring back what it should: ...
6
votes
2answers
114 views
Dimensional Modelling
Am trying to build a dimension for Customer Preferences sourcing from Multiple tables.
Example of Source Tables are as below:
I already got Dim Customer built and now i have to design Customer ...
6
votes
1answer
341 views
SQL Reporting - multipage EMF report issues
I would love anyone's assistance regarding this issue. The issue has been the bain of many in that rendering an EMF format report programattically does not work in SQL2008 R2 and also SQL2012.
This ...
6
votes
1answer
4k views
SQL 2012 Schema/Data Compare In VS2010
I've been searching everywhere to find out if there is a current way to do a schema and data compare for SQL 2012 database using the existing Schema/Data compares currently included in VS 2010 ...
5
votes
2answers
130 views
SQL Query to group items by time, but only if near each other?
I am trying to craft a SQL statement to pull sample values from a DB. The table contains values that pertain to tool changes in a CNC machine. The current statement I have pulls values properly, but ...
5
votes
6answers
92 views
How to update a value of a particular row which satisfies a condition inside the SELECT statement in SQL server
i have tables like "Bed" and "PatientRecord". I want to allocate an empty bed to a patient (i.e bID from Bed table with status ="Available") then change that bID status to "Occupied". Please help with ...
5
votes
2answers
470 views
SQL Server 2012 SQLPs Module - Changing current location automatically?
I have a large library of existing powershell scripts, primarily to run some complicated logic and interactions between SQL Server and the file system.
The SQL interactions typically are performed ...
5
votes
3answers
714 views
catastrophic failure trying to select from linked server
I have created a linked oledb/odbc connection to Pervasive SQL from SQL SERVER 2012:
USE [master]
GO
/****** Object: LinkedServer [KSLAP208] Script Date: 2/8/2013 10:38:55 AM ******/
EXEC ...
5
votes
2answers
325 views
SQL Server: row_number partitioned by timeout
I have a table with a series of (IP varchar(15), DateTime datetime2) values. Each row corresponds to an HTTP request made by a user. I want to assign session numbers to these rows. Different ...
5
votes
3answers
174 views
SQL - How to show the difference between multiple rows results
I have an SQL 2012 query that gives me the following results:
IP_Country ds Percentage
-------------------------------------
Australia 01/01/2013 0.70155
Australia 02/01/2013 0.685
...
5
votes
4answers
9k views
How to fix Visual Studio's error “This server version is not supported…” for SQL Server 2012
I recently installed Visual Studio 2010 and SQL Server 2012 on a Windows Server 2008 R2 machine - (including all updates/Service Packs).
When attempting to work on a SQL Server database from within ...
5
votes
2answers
92 views
Why can integer be subtracted from DATETIME but not DATE type
Is the relationship between DATETIME & INTEGER and DATE & INTEGER consistent?
This executes fine:
DECLARE @Yesterday DATETIME = GETDATE();
SELECT @Yesterday-1;
As does this:
DECLARE ...
5
votes
1answer
89 views
Check if a linked SQL server is running
I am writing a stored procedure which runs SELECT queries on several different linked servers using the 4-dot notation.
The problem is, if one of the linked servers is not running, the query fails ...
5
votes
1answer
41 views
Master Table Node missing
I've installed Micrososoft SQL Server 2012 Express. When I launch Managament Studio, I can't view any "table node" on System database..
Is it a bug?
5
votes
1answer
235 views
Error passing Session Variable to SQLDataSource
I'm trying to run Project.aspx. Admin.apsx, when the 'VIEW PROFILE' button is clicked, is supposed to create a session "project_id" so the two SQLDataSources get the project_id values from the ...
5
votes
2answers
314 views
Inserting data into SQL Server 2012
I'm working with SQL Server 2012
I have two tables, Person and Couple, Person has a foreign key from Couple and Couple has foreign key from 'Person'.
When I try to insert data into each one, an ...
5
votes
1answer
432 views
How to solve Error 26: Error Locating Server/Instance Specified in production environment?
I have a strange error in production environment BUT not in develop environment.
In my develop environment, with Visual studio 2010, i can connect without problem to Sql Server 2012.
When i copy my ...
5
votes
1answer
980 views
nHibernate and SQL Server 2012 LocalDB
Is it possible to use LocalDB databases with NHibernate? If yes, what should be installed/configured?
Currently when trying to use connection string like Data Source=(LocalDb)\v11.0;Initial ...

