Tagged Questions
The mdf tag has no wiki summary.
7
votes
2answers
4k views
Connection String to Connect to .MDF
I've created a new project in VS2008, and added a .MDF file to the project. This is the first time I've tried to use the MDF files and .SQLEXPRESS databases (I've always used extenal Oracle servers ...
6
votes
2answers
182 views
Unit Testing ASP.NET MVC with Data
We have an insanely data driven application. We want to unit test the application but developers are resistant to building entirely fake repositories because of the volume of data. I don't really ...
6
votes
6answers
25k views
How to recover database from MDF in SQL Server 2005?
I have an MDF file and no LDF files for a database created in MS SQL Server 2005. When I try to attach the MDF file to a different SQL Server, I get the following error message.
The log cannot be ...
5
votes
3answers
6k views
What is an MDF file
Is this like an "embedded" database of sorts? A file containing a built in database?
4
votes
1answer
856 views
Open mdf file that resides in App_Data with SQL Server Management Studio?
Is there a one-click way to open an mdf file that resides in the App_Data of the current editing project in Visual Studio 2010 with SQL Server Mangement Studio 2008 R2?
UPDATE:
I am also looking for ...
4
votes
6answers
10k views
Connecting to sql server database mdf file without installing sql server on client machine?
I am creating a window application that need to use sql server database.
I want to install this application to client machine without installing sql server so that my application can still connect to ...
4
votes
2answers
4k views
convert sql-server *.mdf file into sqlite file
Just wondering if it is possible to convert sql-server *.mdf file into sqlite file ?
3
votes
1answer
165 views
Should I go with attaching MDF file to SQL Express or a real deployment script to SQL Server?
I am building a blog-like publishing system on ASP.NET 4.0 (with EF 4.0) that I want to be very easily deployable/backupable in the first place. I am at a decision point of whether making the system ...
3
votes
2answers
453 views
how to deploy .mdf file
I am trying to make an application, which uses a local .mdf database file (not attached to a sql server).
Visual Studio says I have to install SQL Server Express before doing that.
I was wondering how ...
3
votes
2answers
774 views
c# Connecting to a local MDF DB File
On my development computer I have MS SQL Server/Visual Studio 2005. My program can correctly connect to my local DB and use it. However my other computer (non-dev) does not have MS SQL Server/Visual ...
3
votes
2answers
225 views
how can i see data in mdf file
i have asp.net application. it has App_Data folder. this folder contain mdf and ldf file.
how can i see data within these file. i want to see table structure.
2
votes
4answers
91 views
Quickest way to restore a record from a SQL Server 2008 MDF file
I was wondering what the best approach would be to restoring a single record from an MDF file (generated as backup on the live instance) into the live SQL Server database.
I know about the process of ...
2
votes
1answer
257 views
asp.net mvc unable to connect to SqlServer when creating the users from Register page
I have Visual studio 2008 and Installed MVC2 RTM.
For data base I have Sql Server 2008.
When I first create a project of type "asp.net mvc web application"
I get the default structure of the project ...
2
votes
1answer
474 views
SQL Server 2008 Express Edition file size limitation problem
The SQL Server error I encounter as below:
Could not allocate space for object 'dbo.xxx'.'PK_xxx' in database 'mainDB' because the 'PRIMARY' filegroup is full. Create disk space by deleting ...
2
votes
5answers
204 views
Any way to quickly tell which database, if any, is attached to a .mdf file?
Assume SQL Server 2005 / 2008 with a large number of databases. Is there any way to quickly tell which database, if any, is attached to a particular .mdf file?
We've dropped some databases over ...
2
votes
2answers
113 views
Database name of attached MDF file
I'm attaching an MDF file to my local SQL server for my tests that I'm running with MSTEST and it is creating a database with a really long and annoying name that looks something like this
...
2
votes
1answer
1k views
how to convert Mdf/ldf database files to .bak file (db restore) using T-SQL or .net code
I have sql server database files (Mdf/Ldf) and i want to convert them to backup file using T-SQL commands or .net Code (C# or Vb.net).
any suggestions.
thans
2
votes
2answers
1k views
How to run an SQL script against a MDF file?
I've created a database model with model-first method using Entity Framework 4.0. I then created an sql script using the Generate Database from Model... I've also created an SQL Server Database file ...
2
votes
1answer
326 views
SQL Server: Importing database from .mdf?
I have an .mdf file on my local box.
I have SQL Server 2008 Express and SQL Management Studio 2008 Express installed on my local box.
How in the world do I import this .mdf file as a new database ...
2
votes
1answer
2k views
sql server mdf file database attachment
hello all i'm having a bear of a time getting visual studio 2010 (ultimate i think) to properly attach to my database. it was moved from original spot to #MYAPP#/#MYAPP#.Web/App_Data/#MDF_FILE#.mdf. ...
2
votes
4answers
442 views
Where does SQL Server 2005 keep the .mdf files?
I'm upgrading from SQL Server 2005 to 2008. I've detached the database I need, but can't find it on the file system.
Where does a default installation of SQL Server 2005 store these?
2
votes
1answer
140 views
.mdf files and cross-database querying?
I was wondering how I create a cross table query via C# when the databases are unattached (development)
I know the .mdf files are temporarily attached to the database when you execute--but that's ...
2
votes
2answers
821 views
how to use an mdf in App_Data with shared hosting
If I create a website that uses an mdf in App_Data with the connection string:
Server=.\SQLExpress;AttachDbFilename=|DataDirectory|mydbfile.mdf;Database=dbname; Trusted_Connection=Yes;
what do I ...
2
votes
5answers
2k views
What is the best local-database solution for WPF applications?
What is currently the best solution for WPF applications which are meant to be used on one computer where various users log into them and use them to get/save information locally? Here's how I see the ...
2
votes
2answers
428 views
Does user need SQL 2008 Express Installed if I deploy app with .mdf file?
I'm making a Win app on the 3.5 framework. I'd like to include a database file with the app. This would a single-user db. I looked at the 2 different types of db files I can add, the sdf and mdf. ...
2
votes
2answers
2k views
How do I refer to APP_Data from another project
I have the following project solution:
There is a ASP.NET MVC Web
Application where I have a SQL
database (mdf file) in the App_Data directory.
There is a class library where I
have some migrations ...
2
votes
3answers
8k views
convert sdf to mdf
I have this sql ce database which I would like to convert to SQL 2008 because I want it to be accessible through the network. I am using SQL 2008 express; and VB9.
Any idea?
1
vote
2answers
95 views
Convert MS SQL Server database (.mdf file) to MySQL through PhpMyAdmin?
I need to import a MS SQL Server database which is in the .mdf format via PhpMyAdmin to MySQL:
Can I import it directly from PhpMyAdmin and if not then how can I translate this file into MySQL ...
1
vote
1answer
120 views
Hibernate: connection.url for SQL Server .MDF File
How do I Hibernate connection.url for SQL Server .MDF File? I've tried
prop.setProperty("hibernate.connection.url", "jdbc:sqlserver://c:\\db.mdf");
but don't work :(
Thx!
1
vote
2answers
50 views
error while Connecting .mdf database
I developed a small project in visual studio 2010. In my project I attach a service-based database named database1.mdf.
My connectionString is :
Data ...
1
vote
2answers
240 views
How do I make a non absolute connection string so my small database works with my published C# application?
I'm working on a small project to track information. This C# application will take information uploaded via CSV/Excel and store/sort it.
My current connection string is an absolute path (off thumb ...
1
vote
1answer
230 views
Given a SQL Express database base file (.MDF) how can I wipe/clear/reset the schema and/or data?
Whats options do I have to clear the schema and data from a MDF file? What options to delete all the data?
To reset a databases schema, it seems I need to copy a file from a backup of the database ...
1
vote
1answer
119 views
Can LinqPad connect to an mdf file?
Can LinqPad query from a loose mdf file? How would it happen?
(Joe Albahari, are you out there?)
1
vote
2answers
213 views
How to extract aspx files from an MDF?
Recently my Windows Sharepoint Services 3.0 server went down, and all I have is the mdf and ldf. Am I correct in assuming that the aspx files are embedded in these database files? I have attached the ...
1
vote
1answer
144 views
How can I transfer tables from one SQL Server database to another?
I have 2 SQL Server database files .mdf on 2 different projects in Visual Web Developer Express Edition 2010, I need to make them one database by taking the tables of one database to the other ...
1
vote
2answers
637 views
How do I fix “incorrect syntax near GO” errors in scripts generated with Microsoft's Database Publishing Wizard?
I've been searching for a "definitive" solution to this for a couple of hours now and can't find out exactly what the problem is so am hoping someone can point me in the right direction.
I'm trying ...
1
vote
1answer
326 views
how to export ADO.net entity data model to a .mdf file?
I've created my first ADO.net entity data model.
In it there are 2 tables (with no relations, just simple tables).
In my Project's App_Data directory there is an (empty) mdf file called "trans.mdf".
...
1
vote
1answer
165 views
Creating DataBase (mdf) from DataSet
I have a DataSet consistint of a big number of tables of information.
Is it possible automaticly create SQL Server DataBase (mdf-file) from description of my DataSet?
Of course, I can do it manually, ...
1
vote
3answers
272 views
How do I migrate a SQL MDF File to a production SQL Server? (ASP.NET)
I have an ASP.NET project that also uses a SQL MDF File. My target server is SQL 2008R2 or SQL Azure.
I would like to know what deployment options I have as I migrate from DEV to PROD. In case it ...
1
vote
1answer
78 views
how to use .mdf while developing
I use a .mdf database for my asp.net Mvc project. The project is on source control on a tfs.
When I debug the project, Visual Studio copies the database in to the debugmap.
The problem is, when I ...
1
vote
3answers
105 views
Not able to add column value
I have project which contain 4 tables among these shedule table Session column i am not able to add vaue,,this table contain
three foriegn key from two tables(in which single table has two foreign ...
1
vote
2answers
220 views
How to automatically check out a database file in a source controlled web application?
I am working on an ASP.NET web application, we are a small team (4 students) and we do not have access to a dedicated server to host the database instance. So for this web application we decided just ...
1
vote
3answers
549 views
How to query from log files (.ldf) of Sql Server 2005 Express edition?
I want to do this, because I would like to know how many times a particular row has been changed.
Is this possible?
Thanks
1
vote
2answers
457 views
MDF (SQL) database file is over 88 GB and i have no idea why!
With some reason my sql database file exploded to become over 88 GB and i can't see a reason why. i run few scripts to search for large tables, found nothing to be too big. i also tried to run shrink ...
1
vote
3answers
171 views
LINQtoSQL Not saving to database,but changes show in app
Hey all, I have a linq app using C# express2008 and sqlserver express 2005 (mdf file connection)
I followed the regular dml generation and vanilla datacontext. However i created a repository class to ...
1
vote
2answers
1k views
How to protect the sql server 2005 MDF file
How to set the Password for sql server 2005 MDF file.
Becoz i want to give the trail package to the client,package including the MDF.
After installing the package, the MDF will be placed in C drive, ...
1
vote
3answers
6k views
Importing a MDF file into SQL Server 2008?
I have inherited a VB.net web app that I'm making some changes on. I'm perfectly capable with the programming side (VB and MSSQL) but I'm getting lost with the tools. I was given a zip file of the ...
1
vote
1answer
257 views
Problem with deploying an application that is using sql server 2008 express
I've developed an application for my college project in Visual C# which uses SQL Server 2008 Express database. My application is desktop-based. But the problem now is deploying the application. Is it ...
1
vote
3answers
173 views
Do you have to have SQL Server installed on a machine if the connection string using is a path to a .mdf File?
I am wondering if you can use Linq to SQL using a .mdf file on a machine without a SQL Server instance installed?
1
vote
5answers
2k views
Cannot delete SQLServer2005 data or log files
I was trying to restore a backup but I kept getting OS error 32 - cannot delete because in use.
Couldn't figure out what was locking the data and log files - so I rebooted the machine, stopped the ...