Click here to Skip to main content
15,891,033 members
Home / Discussions / Database
   

Database

 
AnswerRe: Storing Image file in sql 2005 Pin
loyal ginger14-Jan-10 15:12
loyal ginger14-Jan-10 15:12 
AnswerRe: Storing Image file in sql 2005 Pin
Ashfield14-Jan-10 21:20
Ashfield14-Jan-10 21:20 
Questionsqlite query Pin
jashimu14-Jan-10 8:27
jashimu14-Jan-10 8:27 
QuestionAbout MS Access Pin
Hum Dum13-Jan-10 18:21
Hum Dum13-Jan-10 18:21 
AnswerRe: About MS Access Pin
Mycroft Holmes13-Jan-10 18:29
professionalMycroft Holmes13-Jan-10 18:29 
AnswerRe: About MS Access Pin
_Damian S_13-Jan-10 18:53
professional_Damian S_13-Jan-10 18:53 
GeneralRe: About MS Access Pin
Hum Dum13-Jan-10 19:45
Hum Dum13-Jan-10 19:45 
GeneralRe: About MS Access Pin
_Damian S_13-Jan-10 19:51
professional_Damian S_13-Jan-10 19:51 
Yes, you can store your mdb file wherever you like. So long as it can be accessed by your front end software (on the same LAN, as I said earlier).

Yes, you can transfer Access data to SQL Server. You can either use the "upsizing wizard", or simply create a blank SQL Server database and import from Access. (Note - this doesn't work with SQL Express - but you can create SQL Express tables and link to Access, then use queries to get your data across).

Yes, you can do similar for SQL Server. Check out www.connectionstrings.com for comprehensive details on how to connect to SQL Server. I wouldn't worry about letting the user search for the .mdf file though - that's not how it works. They simply connect to the SQL Server and your userid/password/login that is set up handles the rest.

In SQL Server, your default location for data files is under MSSQL\Data, and depending on what version you have installed it may be directly under C:\, or in c:\program files etc... have a look around for it. Of course, you could simply open SQL Server and look at the file details of a created database.


GeneralRe: About MS Access Pin
Hum Dum13-Jan-10 20:08
Hum Dum13-Jan-10 20:08 
GeneralRe: About MS Access Pin
The Man from U.N.C.L.E.14-Jan-10 6:40
The Man from U.N.C.L.E.14-Jan-10 6:40 
Questionproblem with conversion of a char data type to a datetime data type Pin
Payal_e_m13-Jan-10 17:06
Payal_e_m13-Jan-10 17:06 
AnswerRe: problem with conversion of a char data type to a datetime data type Pin
Mycroft Holmes13-Jan-10 18:24
professionalMycroft Holmes13-Jan-10 18:24 
GeneralRe: problem with conversion of a char data type to a datetime data type Pin
Payal_e_m14-Jan-10 14:38
Payal_e_m14-Jan-10 14:38 
QuestionNeed help with what seems to be an easy SQL query.... Pin
James Shao13-Jan-10 4:18
James Shao13-Jan-10 4:18 
AnswerRe: Need help with what seems to be an easy SQL query.... [modified] Pin
Luc Pattyn13-Jan-10 4:40
sitebuilderLuc Pattyn13-Jan-10 4:40 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
loyal ginger13-Jan-10 5:36
loyal ginger13-Jan-10 5:36 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
i.j.russell13-Jan-10 8:59
i.j.russell13-Jan-10 8:59 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:50
James Shao17-Jan-10 2:50 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
Lee Ludden13-Jan-10 13:33
Lee Ludden13-Jan-10 13:33 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:49
James Shao17-Jan-10 2:49 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
James Shao13-Jan-10 13:57
James Shao13-Jan-10 13:57 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
Niladri_Biswas14-Jan-10 16:27
Niladri_Biswas14-Jan-10 16:27 
Questionavg (sqlite) Pin
jashimu13-Jan-10 3:39
jashimu13-Jan-10 3:39 
AnswerRe: avg (sqlite) Pin
James Shao13-Jan-10 4:36
James Shao13-Jan-10 4:36 
GeneralRe: avg (sqlite) [modified] Pin
jashimu13-Jan-10 5:00
jashimu13-Jan-10 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.