Recent Entries
- MangoBlog/Oracle Int...
- OT - Google Maps: In...
- Email Hijacked?
- CFUnited: Refactorin...
- CFUnited: Continuous...
- CFUnited: Prototypin...
- CFUnited: All about ...
- CFUnited: Event Driv...
- CFUnited: Integrated...
- CFUnited: ColdBox Fr...
Popular Entries
- CFUnited: All about ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- CFUnited: Google Web...
- Import/Export in SQL...
- Second Blog CFC Surv...
- Improving Performanc...
Top Commenters
- Nathan Mische (12)
- CFFusionDev (6)
- CFdevfusion (6)
- Peter Bell (4)
- Sean Corfield (3)
- Rey Bango (3)
- Terrence Ryan (3)
- ah7866 (3)
- Scott (2)
- Jim Priest (2)
Slideshows
Dresser/Changing Table...Images related to the lay...
Nursery renovations...
Pool Surprises...
Sponsored Links
Search
Subscribe
Enter your email address to subscribe to this blog.RSS
Tags
cfug cfunited coldfusion flex generalArchives
- Adobe (5) [RSS]
- AIR (6) [RSS]
- ASP.NET (2) [RSS]
- BlazeDS (1) [RSS]
- Books (1) [RSS]
- CFEclipse (5) [RSS]
- CFML (0) [RSS]
- CFUG (26) [RSS]
- CFUnited (23) [RSS]
- ColdFusion (53) [RSS]
- College Football (3) [RSS]
- Conferences (1) [RSS]
- Development Tools (3) [RSS]
- DIY (1) [RSS]
- Eagles (3) [RSS]
- Fireworks (1) [RSS]
- Flash (3) [RSS]
- Flex (10) [RSS]
- Flyers (2) [RSS]
- Frameworks (5) [RSS]
- General (28) [RSS]
- Hockey (2) [RSS]
- Hosting (1) [RSS]
- House (2) [RSS]
- HTML (2) [RSS]
- JavaScript (1) [RSS]
- Jobs (1) [RSS]
- Macromedia (0) [RSS]
- MangoBlog (1) [RSS]
- Misc. (5) [RSS]
- Model-Glue (4) [RSS]
- Navy Football (5) [RSS]
- onair2007Philadelphia (3) [RSS]
- onairbustour (3) [RSS]
- Open Source (0) [RSS]
- Other (2) [RSS]
- Other Sports (4) [RSS]
- Performance (3) [RSS]
- Personal (2) [RSS]
- Phillies (2) [RSS]
- Projects, User Group Manager (1) [RSS]
- Rant (1) [RSS]
- Rants (1) [RSS]
- SAML (6) [RSS]
- Site (1) [RSS]
- Soccer (4) [RSS]
- SQL Server (2) [RSS]
- Transportation (1) [RSS]
- Wedding (2) [RSS]
AGGREGATORS
SQL Server 2005 Restore from SQL Server 2000 BAK File
Posted On August 21, 2007 8:58 AM By Phil in SQL Server
I had a problem that was racking my brain for quite some time. A project I was working on was an addition to a legacy system. I was given the code base and a backup file of the database. The file was generated from a SQL Server 2000 database. I am running SQL Server 2005 Developer on my local environment. I had the hardest time importing it using the Restore option in Management Studio. I kept getting that the the import could not be done. After wading through a ton of partial posts and cross references that no longer existed, I found this posting on the MSDN forum. It gave both SQL and Management Studio options. The worts part, all I had to do was click "Overwrite Database" in the Options of the Restore wizard, and I would have had this working a while ago. Well, now I have a reference in case I run into the same problem again.
Import/Export in SQL Server Management Studio Express
Posted On October 25, 2006 11:25 AM By Phil in SQL Server,General
After some Google searching, I found out why the Import/Export feature was not available for a database's Task menu in the new management studio: It just doesn't exist natively in the GUI. I had to upgrade to SP1 for the studio express edition, which can be found here. Once the upgrade is complete, navigate to C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe. This is the import wizard we all know and love. Nice to see Microsoft give out a tool to help us get accustomed to SQL Server 2005 and not give us a tool within the GUI to migrate data.


philduba.com



