The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
20 views

Host and Connect to a .mdf database

I have a few questions regarding Entity Model Databases (.mdf). I what to know what hosting service provides support to it? I believe it would fall under Microsoft SQL Server, but would just like to ...
0
votes
1answer
45 views

Cannot connect project to a SQL Server database

I have a problem while trying to copy my project folder to another hard drive. My project in Visual Studio is defined in h:\ and while run exe file project no any problem but while copy folder project ...
-1
votes
1answer
16 views

MDF to CSV Conversion? Is it possible?

Is there a way I can convert my MDF database to a CSV for supported webhost? If so could anyone enlighten me on how?
-1
votes
0answers
34 views

search for a stored DB value (varchar) directly in the mdf file [closed]

Is there a way to search for a stored value (varchar) directly from the mdf file without using the SQL server? By search I mean just finding a match like searching a phrase in a document. I can ...
0
votes
1answer
38 views

EF savechanges() does not effect on my .mdf DB

I have this model on my .mdf DB: these 2 tables with no data: PersonID is a foreign key. This is my EF model diagram: And this is the code for adding a person. namespace DBTest { ...
0
votes
2answers
105 views

How to import .mdf database to MYSQL (.sql) database? [closed]

I have two database files named xxx.mdf and xxx.ldf. I want to import the database to phpmyadmin and for that I want to make a .sql file and to make multiple queries from it. Help please...
0
votes
1answer
79 views

C# mdf database doesn't update on program startup

I create simple example to create question easyer. So in my c# project I create an mdf database with articles. Then I connect database in my program and read values from table articles. It gives me ...
-3
votes
1answer
69 views

Is is possible to view content of an .mdf file with NoSQL? [closed]

I just want to know if it is possible to view content of tables in .mdf files with NoSQL for example mongodb? I don't want to change in .mdf file just view inside it.
0
votes
0answers
85 views

OLEDB connection to mdf file

I am working on a development project that needs to connect to a sql database. The thing is,is that the database will be stored only on the local machine. I also only have access SQL Server express, ...
0
votes
1answer
23 views

Selecting LDF file using sys.master_files

This might be simple but can not find example of selecting LDF file form sys.master_files. I have got the MDF file using cmd.CommandText = ("select physical_name from sys.master_files where ...
0
votes
0answers
103 views

Publishing with web deploy preview fails due to db connection failing

I tried publishing my site with web deploy and get: Copying file App_Data\db.mdf to obj\Release\Package\PackageTmp\App_Data\db.mdf failed. The process cannot access the file 'App_Data\db.mdf' ...
0
votes
1answer
86 views

Is it possible to read the database name from a mdf file that is not attached to a sql server

I have a batch file I am running to shrink a large number of detached database log files. I first attach the database with a "default_database_name", then shrink the database, then detach it again and ...
1
vote
1answer
46 views

How to get data.txt and attributes.txt and mapping.sql to a Relational Database

I am trying to create a MDF (Microsoft SQL Server Database) from some files located at http://archive.ics.uci.edu/ml/machine-learning-databases/census1990-mld/ Can anyone help me with the steps to do ...
0
votes
0answers
42 views

Can't use different(but similar) databases in c# applications

i'm having problems linking a .mdf database to a c# application. First i tried with database 1 and used this code: database1DataSetTableAdapters.table1TableAdapter t1 = new ...
0
votes
2answers
82 views

Where should the database be for this code?

I have the following web.config file that contain the code as follows: <connectionStrings> <add name="CustomerManagementConnectionString" connectionString="Data ...
0
votes
1answer
178 views

Is it possible to use a SQL Server backup and link it to Visual Studio 2012 or you need the .mdf file?

I have a SQL Server backup from my server and I have a comfortable way to access the daily SQL Server backups. I want to do some asp.net coding using Visual Studio 2012, and I do not want to install ...
0
votes
1answer
182 views

Recover the data from corrupted mdf file

Is there a way to recover the data from a corrupted .mdf SQL Server 2008 file? I've searched for a solution to recover the database structure and found, but can't find any solutions to recover data. ...
0
votes
2answers
759 views

Attach a .MDF file created by SQL Server 2008 in SQL Server 2000

I created a database in SQL Server 2008. I detached the database and I copied the .mdf over to the server, which is running SQL Server Enterprise Manager (SQL Server 2000). When I try to attach the ...
0
votes
0answers
225 views

Cannot open database ASPNETDB.MDF

I used default Membership of ASP.NET. After formatting PC and installing SQL Server Managment Studio I run application, I can not access my ASPNETDB.MDF, but can access other DB. For example, when I ...
2
votes
1answer
402 views

Creating .MDF With SQL 2008 EXPRESS/ Visual Web Developer 2008

I am trying to create a login function with SQL server 2008 express and Visual Web Developer 2008 Express. I tried Using a Login status and Login controll / Running the page without debugging and then ...
0
votes
0answers
209 views

Visual Studio 2012 Database Designer Error

Hello i'm getting the following error when trying to use Visual Studio 2012 database designer and creating a new table: Error 1 The target database schema could not be retrieved. Unable to ...
0
votes
2answers
110 views

Can't save data to database

I'm creating my first database via c# and visual studio 2k12. I added new item, went throw all those setups and finally saw *.mdf. Then I added new table, added data and by drag&drop added ...
0
votes
1answer
57 views

loginview change data source

I have recently created an asp.net page in visual studio 2010. I have not changed any of the prebuilt loginview code. It creates the MDF file that allows for logging in users and registering users. ...
1
vote
3answers
992 views

ExecuteNonQuery() not saving any record

I'm working a WinForms based C# tool which has an attached MDF file based database. I'm trying to use the SqlCommand.ExecuteNonQuery() method to save a record to this attached MDF database, but the ...
0
votes
1answer
245 views

Program don't see database after creating installation package

I've developed windows form application in c#. I've used for this Microsoft Visual Studio 2010. Now I want to generate installation package (or something that allow me to give my program to people), ...
0
votes
0answers
124 views

Can't add a database.mdf to App_Data

I'm trying to create a database.mdf in App_Data but I get the following error: Connections to SQL Server database files (. Mdf) Require SQL Server 2005 Express or SQL Server 2008 Express to be ...
0
votes
0answers
348 views

Optimal placement of tempdb, mdf and ldf files in SQL Server 2012 on SSD's? [closed]

I realize this is probably a very open ended question and the answers could vary, but what is the optimal placement for the tempdb, mdf and ldf files in SQL Server 2012 when talking SSD's? ...
0
votes
1answer
393 views

.MDF / .SDF Database Client Software Requirement

I have developed a program using VB.NET running with mysql (.mdf/.sdf) database file. It's definitely running well in my development machine. Now I have compiled and come out the .exe file that want ...
0
votes
1answer
826 views

Can't create asp.net membership database aspnetdb

I can't seem to create the aspnetdb.mdf via the Web Site Administration Tool. I am using SQL Express 2008 and Visual Studio Web Developer 2010 Express. I get following error in the Administration ...
0
votes
0answers
118 views

When deploying a Winfoms app that uses SQL Server user instance, where should I put the MDF,LDF files?

I have a C# app written using Entity Framework 4.3.1.0 that talks to a SQL Server 2008 user instance on my development machine in Visual Studio 2010. It also works on my laptop in Visual Studio. But ...
0
votes
1answer
85 views

Accessing User's specific data ASPX / .MDF table

I am using Visual studio and have the following page_load function on my Default.aspx web form: if (IsPostBack == false) { //Display all records on the form load ...
0
votes
3answers
2k views

provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

I have a asp .net 2.0 web application. It works fine on my local machine. I published the website to my hosting provider but it gives the following error: A network-related or instance-specific error ...
0
votes
1answer
404 views

MDF files are missing extensions

I have restored 4 databases into my new SQL 2008 R2 Server. Two databases came from a SQL 2000 Backup, the other two from SQL 2005. How come when I look at the folder where the Row Data files are ...
1
vote
1answer
527 views

Run SQL script on MDF file in App_Data

I have the following setup: Development: My own computer using an MDF file with a connectionstring which refers to my app_data folder. Production: An online server with its own SQL database When ...
0
votes
0answers
405 views

making a database connection to mdf database (visual studio 2010)

I made an .mdf database on Visual Studio 2010, which I used to create my website. Everything worked well as long as I was running the site on the ASP.NET webserver in Visual Studio. However, when I ...
0
votes
0answers
459 views

Backup local MDF using VB

I have an MDF and LDF file being locally included in my project. The following code works perfectly when I run it using the debugger. It successfully copies the BAK file to the location I specify. ...
0
votes
0answers
595 views

A database with the same name exists, or specified file cannot be opened

I added an myDB.mdf in Visual Studio 2010 using Add New Item : service base database to DB Folder in root of project. Then I create a dbml from it and add myDB tables in it. Finally I added this line ...
4
votes
2answers
3k views

Copying .mdf file from app_data folder to default localhost folder

My friend gave me a database file: record.mdf. I copied that .mdf file to my app_data folder and I can access it. However, the connection string contains absolute path: ...
0
votes
1answer
511 views

How to restore and backup data in standalone mdf

I am developing a windows form application in c# visual studio 2010, where I want to create a feature in which a user is allowed to restore and backup the database by itself. The problem is that I am ...
1
vote
2answers
502 views

Packaging a C# application with a database

I have packed a WPF C# application that is using a database. However, when I install the packaged application it is using the database I created at the start through visual studio (.mdf) rather than ...
1
vote
8answers
2k views

Create .mdf/.sdf file dynamically

How can I with "code" create a new .mdf/.sdf file? I've tried this: http://support.microsoft.com/kb/307283 All it does is fail on the ConnectionString. Since I have no connection to a file that ...
-1
votes
1answer
572 views

How to open and edit mdf sql server database files on linux

How to open and edit mdf sql server database files on linux? I use ubuntu!
0
votes
0answers
90 views

Can we write trigger in MS SQL for .mdf File

I am making windows based application, in which i have taken MS SQL as the Database. now i have taken the .mdf file, and have attached that with .Net so can i write trigger for this database ?
1
vote
2answers
758 views

What i need to install on client pc for my .mdf database to work?

Well the question is simple, and I googled a lot but couldn't find a specific correct answer (all time I got confused).. I developed an application in vs 2008, C#. Added the database in the project ...
0
votes
1answer
4k views

Restore DB from MDF file, lost LDF and DB was not cleanly shutdown

My dev DB server was formatted by some admin without my knowledge. Thankfully I had .mdf file kept in some other drive but .ldf was in its default location. Since I don’t have DB backup I am now left ...
-2
votes
1answer
264 views

Importing a .cvs file into a detached .mdf?

I was asked to repost this question, due to the answers were not going the right directions. I have a detached database similar to to Northwind.MDF I want to import a .CVS file into this MDF file. I ...
1
vote
0answers
224 views

Open an .mdf (Master Databse File) on mac or attach it to MySQL

I have a .mdf file which I've downloaded on my mac and I have no idea what to do with it. I get the impression it was designed for a windows environment and not for a mac or for MySQL. I need a way to ...
0
votes
2answers
261 views

How to import existing mdf file into a lightswitch project?

I would like to copy table definitions from an existing database file into a new lightswitch project, does anyone know how to do that, it seems like you can only create a new database from scratch or ...
0
votes
2answers
446 views

Vb.net attached datafile .mdf data displayed runtime when i close re open application data lost

I am using a VB.net application connected with a .mdf database file. The application is running successfully, and when I try to insert records its accepted. Everytime I close and reopen the ...
2
votes
1answer
741 views

Setting The Path of an db mdf file in local folder

How come The path I inserted in my Database Context is not working? Here's the code for my path private string dbPath = @"TEST.MDF" DataClasses1DataContext myDbContext = new ...

1 2 3 4