> I am currently looking for a job but i am running into a 
> problem because I want to interview with people and cannot 
> show them my work because all the stuff I have been doing 
> is on an intranet. I am currently creating a CD rom 
> and basically exporting and modifying my ColdFusion work to 
> run on any desktop. My question is how do I export a database 
> from SQL to another person's system? It's easy to do it with 
> an ACCESS database because you just copy and paste it. Would 
> I do some sort of backup and then just create a device on 
> their system, then restore my Database? How would you go about 
> interviewing if you were in my situation. Do ColdFusion 
> companies accept just screen shots and an explanation of what 
> each page does? 

Code samples are often sufficient. You'd be better off simply setting up a
laptop for yourself, if you want to show live code, and put SQL Server or
MSDE on the laptop. The limited-use developer version is affordable, and
MSDE is essentially free.

As for transfering SQL Server databases, you can backup and restore or use
the DTS transfer manager, or even use sp_attach_db to install existing
databases from another server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to