Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 InNeed of Help Fast please!!

Author  Topic 

teslation
Starting Member

2 Posts

Posted - 2008-05-03 : 07:56:38
Hi everyone im in deep in need of help in a very easy query and few questions i want to ask,, i use msn boy22202@hotmail.com please i want to contact anyone who use sql server 2005 that can help me in it.... thank you

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2008-05-03 : 07:58:22
what's the issue?

Jack Vamvas
--------------------
Search IT jobs from multiple sources- http://www.ITjobfeed.com
Go to Top of Page

teslation
Starting Member

2 Posts

Posted - 2008-05-03 : 08:14:06
ok jackv. i want to make a table that contains a Patient_ID as PK and Patient_Details and in the Patient_Details i want it to be able to add a pdf file or an html file.
Go to Top of Page

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2008-05-03 : 09:07:29
Just store a reference to the file - ie [path] and [filename] colulmns.
If you may have multiple files per patient then create a new table ([patient_id], [path], [filename])

Be One with the Optimizer
TG
Go to Top of Page

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2008-05-03 : 09:11:13
quote:
Originally posted by teslation

Hi everyone im in deep in need of help in a very easy query and few questions i want to ask,, i use msn <emailAddress> please i want to contact anyone who use sql server 2005 that can help me in it.... thank you



you will loose out on the benefit of the forum if you use direct contact with just one person.

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -