SunQuest
 
           MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old March 20th, 2006, 01:57 PM
Nacho_Tico Nacho_Tico is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Posts: 1 Nacho_Tico User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 56 sec
Reputation Power: 0
Arrow SQL to MySQL

CREATE TABLE [chanels] (
[ip] [char] (12) COLLATE Modern_Spanish_CI_AS NOT NULL ,
[canal] [char] (100) COLLATE Modern_Spanish_CI_AS NULL ,
[usuarios] [int] NULL CONSTRAINT [DF_chanels_usuarios] DEFAULT (0),
[limite] [int] NULL CONSTRAINT [DF_chanels_limite] DEFAULT (0),
[fecha1] [datetime] NOT NULL CONSTRAINT [DF_chanels_fecha1] DEFAULT (getdate()),
[fecha2] [datetime] NOT NULL CONSTRAINT [DF_chanels_fecha2] DEFAULT (getdate()),
[topic] [char] (250) COLLATE Modern_Spanish_CI_AS NULL ,
CONSTRAINT [PK_chanels] PRIMARY KEY CLUSTERED
(
[ip]
) ON [PRIMARY]
) ON [PRIMARY]
GO


I need to get that into MySQL table, could somebody help me?
thanks

Reply With Quote
  #2  
Old March 30th, 2006, 08:15 PM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 24 m 44 sec
Reputation Power: 7
do a search on google for sql to mysql converter. you will get a long list of programs that will do that for you, but the vast majority of them are not free though.
__________________
Apache Expert

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > SQL to MySQL


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


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





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