ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old March 12th, 2008, 09:49 PM
gc40 gc40 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2006
Posts: 176 gc40 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 20 h 58 m 13 sec
Reputation Power: 0
New to CFM Need DB Help

I am an okay PHP programmer and I host multiple sites built in PHP.

Recently I took on a client that had me build them a site and they were pleased with my service and my hosting. They were so pleased that they asked me if I could host another of their sites that was developed by another company. I said sure and today they sent me all the site files.

I understand CFM a little. I make sense of whats going on and how it works. It is very straight forward (somewhat). However, when I went to look at the SQL dump they did, I tried opening it in dreamweaver, and I got some weird characters.

Can anyone make sense of the SQL file? I am going to post some of the lines of code from it. The title of the SQL file is called SQL.BAK

Can anyone tell me what Database Management software would handle such a file? Is it MS Access? Oracle? The first few lines say Microsoft SQL Server
Please help...
Here are SOME of the lines of code:



Code:
 TAPEHw,^` PMicrosoft SQL ServerSPAD^LSFMB8tjSSET d&z` PZME|8NT AUTHORITY\SYSTEMSPADJXVOLBlzIOO` PD:\IPDMBZ0382MIASPAD~lMSCI8:MQCIlbSCINW///.$^8` PD4P5	b41ߺH%	r/
@P:Pq9)Ou5`	4
@P:PTeamTravelIPDMBZ0382MIASFGI"PRIMARYSFIN <
/.$q9)Ou5`TeamTravel_DataD:\SQLData\TeamTravel_Data.MDFSFIN B
TeamTravel_LogD:\SQLLogFiles\TeamTravel_Log.LDFSPAD.<MSDA<;APADMQDAc.&O0KKMOSW[_isssw{b41ߺH%	r
--BcLK5R!L0KKMOSW[_isssw{b41ߺH%	r
--'DD80KKMOSW[_isssw{b41ߺH%	r
--0$ZlC.=0KKMOSW[_isssw{b41ߺH%	r
--T-0$ZlC.=0KKMOSW[_isssw{b41ߺH%	r
.-0$ZlC.=0KKMOSW[_isssw{b41ߺH%	r
..Ig0KKMOSW[_isssw{b41ߺH%	r
..$q9)Ou5`0KKMOSW[_isssw{b41ߺH%	r
..8
.$q9)Ou5`0KKMOSW[_isssw{b41ߺH%	r
/.$q9)Ou5`KKMOSW[_isssw{b41ߺH%	r
))_pǜCRЌ10KKMOSW[_isssw{b41ߺH%	r
)))_pǜCRЌ10KKMOSW[_isssw{b41ߺH%	r
))_pǜCRЌ10KKMOSW[_isssw{b41ߺH%	r
))Xk `ZMROڙ0KKMOSW[_isssw{b41ߺH%	r
))'s
|0LkEܷ0KKMOSW[_isssw{b41ߺH%	r
)*)'s
|0LkEܷ0KKMOSW[_isssw{b41ߺH%	r
*)'s

Reply With Quote
  #2  
Old March 13th, 2008, 07:51 AM
Ebot's Avatar
Ebot Ebot is offline
Meatball Surgeon
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jul 2004
Location: Elbow deep in code
Posts: 1,040 Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Ebot User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)  Folding Points: 10015 Folding Title: Novice Folder
Time spent in forums: 1 Week 3 Days 3 h 37 m 17 sec
Reputation Power: 462
How did you get it to place the results in a file?

Why don't you post your coldfusion code instead.
__________________
The liver is evil and must be punished!

Reply With Quote
  #3  
Old March 13th, 2008, 10:23 AM
kiteless kiteless is offline
Moderator
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jun 2002
Location: Raleigh, NC
Posts: 3,475 kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Week 3 Days 17 h 7 m 51 sec
Reputation Power: 42
It looks to me like a MS SQL database backup file, which is NOT the same as a MySQL Dump. MS SQL stores it's backups in binary format I believe. So you can't just open it in Dreamweaver. You'd have to restore it using the MS SQL Management Console.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian.
How to Post a Question in the Forums

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > New to CFM Need DB Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway