Click here to Skip to main content
15,914,642 members
Home / Discussions / Database
   

Database

 
QuestionConnection between MS Access and SQL Server Pin
yesu prakash22-Dec-11 1:12
yesu prakash22-Dec-11 1:12 
AnswerRe: Connection between MS Access and SQL Server Pin
Rajesh Anuhya22-Dec-11 1:21
professionalRajesh Anuhya22-Dec-11 1:21 
AnswerRe: Connection between MS Access and SQL Server Pin
yesu prakash22-Dec-11 6:42
yesu prakash22-Dec-11 6:42 
GeneralRe: Connection between MS Access and SQL Server Pin
SilimSayo22-Dec-11 13:04
SilimSayo22-Dec-11 13:04 
AnswerRe: Connection between MS Access and SQL Server Pin
Eddy Vluggen22-Dec-11 9:40
professionalEddy Vluggen22-Dec-11 9:40 
AnswerRe: Connection between MS Access and SQL Server Pin
RDBurmon23-Dec-11 2:45
RDBurmon23-Dec-11 2:45 
QuestionSuggestion on using image data type in sql 2005. Pin
Hema Bairavan19-Dec-11 20:02
Hema Bairavan19-Dec-11 20:02 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
Shameel19-Dec-11 20:34
professionalShameel19-Dec-11 20:34 
If your purpose is to store files in the database, I would suggest you store the files in the file system and just store the path to the files in the database in a varchar column.

Serving files from the file system is much faster than serving it from the database. The are pros and cons to both approaches. You may want to do some research and benchmarks before deciding which one to use.
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan19-Dec-11 22:31
Hema Bairavan19-Dec-11 22:31 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
coded00720-Dec-11 1:50
professionalcoded00720-Dec-11 1:50 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Shameel20-Dec-11 1:56
professionalShameel20-Dec-11 1:56 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan20-Dec-11 3:19
Hema Bairavan20-Dec-11 3:19 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Shameel20-Dec-11 3:28
professionalShameel20-Dec-11 3:28 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan20-Dec-11 3:35
Hema Bairavan20-Dec-11 3:35 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
PIEBALDconsult20-Dec-11 4:19
mvePIEBALDconsult20-Dec-11 4:19 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Luc Pattyn20-Dec-11 7:06
sitebuilderLuc Pattyn20-Dec-11 7:06 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Jörgen Andersson20-Dec-11 9:35
professionalJörgen Andersson20-Dec-11 9:35 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
PIEBALDconsult21-Dec-11 16:55
mvePIEBALDconsult21-Dec-11 16:55 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
Eddy Vluggen20-Dec-11 6:34
professionalEddy Vluggen20-Dec-11 6:34 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
thatraja20-Dec-11 8:24
professionalthatraja20-Dec-11 8:24 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
SilimSayo20-Dec-11 13:22
SilimSayo20-Dec-11 13:22 
Questionmanaging access to multiple stand alone installations Pin
masqazi18-Dec-11 22:07
masqazi18-Dec-11 22:07 
AnswerRe: managing access to multiple stand alone installations Pin
masqazi19-Dec-11 1:57
masqazi19-Dec-11 1:57 
AnswerRe: managing access to multiple stand alone installations Pin
SilimSayo19-Dec-11 3:32
SilimSayo19-Dec-11 3:32 
AnswerRe: managing access to multiple stand alone installations Pin
bsdtux19-Dec-11 5:02
bsdtux19-Dec-11 5:02 

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.