0
votes
1answer
10 views

The database cannot be opened because it is version 706. (ASP.net)

In vsexpress 2012 using asp.net. Made a login page. in that I am trying to enter user name and pass word I am getting the following error The database 'C:\USERS\XYZ\DOCUMENTS\VISUAL STUDIO ...
0
votes
1answer
49 views

Unable to connect to SQL database - C#, VS2012, SQL Server 2012

I have SQL Server 2005, 2008 and 2012 installed on my Windows 7 64bit PC. Here is my Configuration Manager, and I do see that the Agent is Stopped... not sure if this is required. I've split it ...
0
votes
0answers
28 views

How i can map a selected field into domain properties with LINQ To Entity

I use C# And EF5 CodeFirst. Sql Server 2012 And VS2012 I have multiple domains in the form below in Entity Framework. public class Subscribe : BaseEntity { public Subscribe() { ...
0
votes
1answer
43 views

Visual Basic HowTo: Retrieve Data from .mdf

What am I doing wrong? I have been going at this for a while now... I surrender. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Using sqlCon = New ...
1
vote
1answer
160 views

Entity Framework 5 and Amazon RDS - “The underlying provider failed on Open.”

I have a C# / Entity Framework web application runs fine against a local SQL 2012 db. I copied the db out to a new RDS instance, and can access the db via Visual Studio and SQL Server Management ...
0
votes
1answer
39 views

SQL Server 2012: error converting from nvarchar to numeric

I'm trying to get my database within my application to search by phone numbers. I've got to the "Search Criteria Builder" screen, but I can't seem to get my query right. This is the query I've tried ...
0
votes
0answers
67 views

Error getting value from 'ServerVersion' on 'System.Data.SqlClient.SqlConnection'

The Environment: Visual Studio 2012 Professional and SQL Server Express 2012 (localhost\sqlexpress) Here's my connection string: ...
0
votes
1answer
52 views

How To View Database Diagram?

I am working on a project which requires me to write several POCO classes using Entity Framework Code First. There is a lot of entity relationships and inheritance going on and its hard to keep track ...
1
vote
1answer
110 views

Using Built In SQL File in Visual Studio 2012

I am creating a windows application using Visual Studio 2012 and using its built in SQL Server, I have created the database and tables but unable to access the database. I am trying to insert values ...
0
votes
2answers
262 views

Format Time field in Crystal Report formula

Here is the deal, i have an SQL database with a Time(7) field, when i make the connection to CR in VS project the CR detects my Time database column as String... or so it makes me believe. i can ...
0
votes
1answer
67 views

Using Sql Server 2012 developer with VS2012 instead of the built in express edition

If I want to install a full fledged developer edition of SQl Server 2012 with my existing VS2012 Pro installation, do I have to get rid of the express edition of Sql server that comes in bundled with ...
1
vote
1answer
27 views

Scripting FileTables

Scenario: I have 3 environments that I am using, Dev, UAT and Live. Each of which having it's own database, MyDb_Dev, MyDb_UAT, MyDb_Live. Then I have a VS2012 Database project in my solution that ...
0
votes
0answers
136 views

VS 2012 Data Tier App Project Updating Database Best Practice

IN VS2012, I creates a database project, an imported a Data Tier Application .dacpac I had created from my SQL Server 2012 instance. My question is if I am developing, and all I want to do is modify ...
1
vote
3answers
565 views

what is the proper install order for visual studio 2012 and SQL Server Management Studio 2012 on win7?

I am preparing to do some web development against a SQL Server 2012 server on a fresh install of win 7 x64 development VM. What should I install first, visual studio or SSMS?
-1
votes
2answers
180 views

easiest way to add a SQL column through VB

What i want to do is first check if a certain column already exists in a table and if not add it. I want to implement this through visual basic. If somebody took a little time to comment and briefly ...
0
votes
0answers
351 views

Pre-Login Handshake Error Connecting to SQL Server 2012 through VS 2012

So I'm simply trying to connect to a SQL Server 2012 instance running on a local server running Windows Server 2012 through Visual Studio 2012's SQL Server Object Explorer. I can connect to it through ...
2
votes
3answers
380 views

retrieving data from SQL in VB (part 2)

I am trying to populate a listbox by retrieving data from a database through sql. I have asked this question earlier but i was using a different configuration and the one i'm using now isn't giving ...
2
votes
0answers
107 views

Unable to Add Refences in SSIS Script Task

Hello, I have a particular problem with SQL Server 2012 SSIS. When I want to add a reference "Script Component", in order to use FileSystemObjects. The Visual Studio IDE simply doesn't add it. I'm ...
0
votes
0answers
53 views

Edit table definition

So recently my host upgraded to SQL Server 2012 and so today I wanted to both create a new table and change the datatype of a column in an existing table. However, upon opening the table definition, ...
0
votes
0answers
105 views

Creating NationalInstruments.Common.Native.dll in SQL Server

I've written a stored procedure to be deployed to a SQL Server 2012 database. The stored procedure as written references a number of assemblies, including NationalInstruments.Common.Native.dll. When ...
10
votes
2answers
680 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 ...
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 ...
0
votes
1answer
219 views

SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer

I am trying to connect to SQL Server 2012 installed on Windows Server 2012 through Visual Studio 2012 but keep getting an error 25 connection string is not valid message when trying to connect through ...
1
vote
2answers
1k views

Creating MVC4 project with existing users in database

We are making a student project, and have already made a database (SQL Server 2012) with a Customer table, that has Id, Name, Address, Zip, Email (also to be used as username) and Password (not ...
0
votes
1answer
429 views

Cannot open database.mdf after opening in Visual Studio 2012

Ive been working on some stuff with Visual Studio 2008, and SQL 2008 aswell.. Then i opened the project on another computer with 2012 version. And now when im trying to work with the files in 2008 ...
0
votes
0answers
1k views

Error when trying to connect to SQL Server 2012 from Visual Studio 2012 [closed]

The tools used: Visual Studio 2012, MS SQL Server 2012, and VB.NET MVC 4 Here is a showcase of how I attempt to establish a connection to the server and create a database. In this example MS SQL ...
0
votes
1answer
930 views

SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer

I am trying to connect to SQL Server 2012 installed on Windows Server 2012 through Visual Studio 2012 but keep getting an error 25 connection string is not valid message when trying to connect through ...
2
votes
2answers
2k views

Visual Query Designer not accessible in when connecting to SQL Server 2012 in Visual Studio 2012

When I right click the Tables node in Server Explorer and choose "New Query", rather than seeing the visual designer, I now see a text designer with no obvious way to get to the visual designer (see ...
0
votes
1answer
249 views

ADO.NET requesting existing connection string

I created an ADO.NET object in my WCF service project, but when I try to connect in it I get this error: No connection string named 'FileEntities' could be found in the application config file. ...
0
votes
1answer
36 views

Table doesn't show up in ADO object

I used SQL Server Management Studio to create 3 tables using SQL statements. Then I attempted to create an ADO object in Visual Studio. The ADO wizard saw my database, but not the tables I created. ...
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 ...
1
vote
1answer
1k views

Proper order of installation VS 2012 Express and SQL Server 2012 Express

On Win7 64 system which didn't have any editon of SQL Server installed, i installed Visual Studio 2012 for Web. I tought it will give me option to install SQL Server 2012 Express but it didn't. Now I ...
0
votes
1answer
625 views

VS2012 C# SQL database error - improperly installed?

On computer A my project is working fine, but on computer B I get a SQL exception: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server ...
0
votes
2answers
2k views

Running SQL Server CE 4 Queries with Visual Studio 2012 and SQL Server Management Studio 2012

I have recently upgraded to Visual Studio 2012 and SQL Server Management Studio 2012, however I cannot seem to see how to execute SQL scripts (created by Entity framework) on a SQL Server CE 4.0 ...
4
votes
1answer
1k views

Visual Studio 2012 LocalDB

Does Visual Studio 2012 install package includes SQL Server Express 2012 LocalDB or it has to be installed separately? If it is separate installation which package should be installed first ?
1
vote
2answers
5k views

Visual Studio 2012 SQL Database Project with SSDT

I'm starting to use Visual Studio 2012 with integrated SQL Server Data Tools and although I watched 2 of microsoft's video's on getting started with SQL Database Projects I'm still having trouble ...
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 ...
2
votes
1answer
765 views

Update database feature not working in Publish Web dialog in Visual Studio 2012

I'm developing an ASP.NET Web Forms application under Visual Studio 2012. I'm using Web Deploy and Publish Web dialog for application deploy. I'm trying to deploy a database schema using the Update ...
1
vote
2answers
2k views

VS2012 - “Create table” or “show table data” menu option not shown in Server/Database Explorer [duplicate]

Possible Duplicate: Getting Sql Server Data Tools to work with Visual Studio 2012 Express Release Candidate I have installed VS 2012 for Web and SQL Server 2012 and am opening a solution ...
3
votes
2answers
1k views

How to re-deploy, re-create database on each test run

Currently I'm using Visual Studio 2012 RC and SQL Server 2012 RTM. I'd like to know how to re-deploy/re-create a test database for each test run. Keep in mind I've a SQL Server database project for ...
1
vote
1answer
843 views

The 'SqlStudio Profile Package' package did not load correctly

When I start up VS 2012 RC I get the following loading error message: The 'SqlStudio Profile Package' package did not load correctly. The problem may have been caused by a configuration change or by ...
3
votes
0answers
546 views

how to use msbuild properties in sqlproj (SQL Server 2012) script

I just upgraded my existing SQL Server 2008 r2 .dbproj to a SQL Server 2012 .sqlproj (using SQL Server Data Tools). Previously, I was able to define a SQLCMD variable in my project, and then define ...
0
votes
3answers
2k views

How to run SQL Server 2012 Services

I have Installed Microsoft Visual Studio 2012 (Ultimate) , and it installed all the SQL files, yet I can't fine the SQL Server Manager in the Start Menu, like the old version, so I can start the ...