Migration from phpMyAdmin to SQL

Hi Guys,
I need your help, I made one website on PHP with the database of MySQL now as i want to shift the database into the MSSQL. 
What should i do? as i am new to the technology. Can anyone the step by step Tutorial for that or anyone can tell me i would be really appreciable.
I have Xampp Server for PHP.
Let me know for any other information if required.
Thanks in advance 

Hello,
You can use SSMA utilty to migrate your databases to SQL Server as mentioned by Prashanth.
To connect to SQL Server from PHP or Linux, please use the following web resource:
http://www.sqlcoffee.com/OpenSource.htm
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • OS/DB migration from Win/MS SQL TO IBM i

    Here is a novel situation. Our implementation partner wants us to install there pre-configured ECC 6.0 EHP6 system. However they have a win/MS SQL system and we have a IBM i system. We have considered trying scc7/scc8 client export/import but we are not sure this is going to work. Looks like our last option is to do a fully fledged OS/DB migration from the win/sql to our IBM i.
    Has anyone done this before? Any idea on the level of complexity? How long we should reasonably allow for the process?
    Thanks
    Matthew Milne

    Hi Matt,
    nice to hear from you ;-))
    As they have doen in their system ABAPs and other repository changes, there is no chance with client copy etc.
    The only useful way is a full OS/DB migration.
    In this case, it makes it even simpler for you ;-)
    They will do an export with SAPinst towards iSeries.
    You will import this export (with a migration key) on iSeries - works 99% as an installation - as they want the system in the SAME way as they do have, you even do not need to install support packs at the end - so you can say: this way makes it easier for you ;-))
    You can contact me, then we can discuss in detail (that is the way, that I always prefer to install new customers ...)
    Regards
    Volker Gueldenpfennig, consolut

  • Migrating from NT MS SQL to Linux O8

    I know I can export all my sql server data and scripts and such
    and then import them into O8, but I was wondering if anyone has
    seen any kind of migration tool that will just allow me to
    transfer all my users, tables, dbs, sp's, etc..., to O8 on Linux
    in one shot.
    I d/l'd the Oracle migration tool, but it looks like it only
    works with migrating from Oracle to Oracle. I haven't seen much
    for this and was thinking it would definitely be something that
    people will run into in the future since I'm sure I'm not the
    only one who's trying/tried this. Right now I'm just transferring
    everything via a small custom Java app. It would be nice to have
    a gui java app for all of this :-) hmmm..
    null

    Jason Lee (guest) wrote:
    : Unfortunately, I've only found migrations tools (Migration
    : Workbench) that will migrate from SQL NT to Oracle NT. No
    Linux..
    : Sigh. Guess I gotta do it the hard way...
    : D.Bee (guest) wrote:
    : : Jason,
    : : as I know, there that migration product should be freely
    : : available from Oracle, as well as tools to convert data from
    : : other databases. It is possible that it runs on Windows only,
    : but
    : : that is required just to complete conversion.
    : : DBee
    : : Jason Lee (guest) wrote:
    : : : I know I can export all my sql server data and scripts and
    : such
    : : : and then import them into O8, but I was wondering if anyone
    : has
    : : : seen any kind of migration tool that will just allow me to
    : : : transfer all my users, tables, dbs, sp's, etc..., to O8 on
    : : Linux
    : : : in one shot.
    : : : I d/l'd the Oracle migration tool, but it looks like it
    only
    : : : works with migrating from Oracle to Oracle. I haven't seen
    : much
    : : : for this and was thinking it would definitely be something
    : that
    : : : people will run into in the future since I'm sure I'm not
    the
    : : : only one who's trying/tried this. Right now I'm just
    : : transferring
    : : : everything via a small custom Java app. It would be nice to
    : : have
    : : : a gui java app for all of this :-) hmmm..
    You are half way there. What you can do is exporting your
    database on NT and import it back in on Linux.
    Hope this help.
    null

  • Migrating from Oracle to SQL Server - data won't migrate but no errors

    I'm attempting to migrate a database from an Oracle 11g (11.1.0.7.0 64-bit) database to a SQL Server 2008 R2 (10.50.4033.0).  I'm using SSMA, and the Oracle tool was installed on the target SQL Server by the DBA.  I've completed all the steps up
    to and including synchronizing the database, and the empty tables all exist in SQL Server.  When I run the step to migrate the data, I get:
    Migrating data...
    Analyzing metadata...
    Preparing table POLICYS.LOGINS...
    Preparing data migration package...
    Starting data migration Engine
    Starting data migration...
    Data migration operation has finished.
        0 table(s) successfully migrated.
        0 table(s) partially migrated.
        1 table(s) failed to migrate.
    Then a summary box appears, and there is a red X next to the table (I'm trying to just convert 1 small table to begin with.)  What immediately appears to be wrong is that the "To" table is blank.
    I've attempted this multiple times, different tables (initially tried all tables) and tried both Server Side and Client Side migrations with the same result.  There are no errors or warnings on the Error List.
    I've found another online post where the user had the same issue, but in that instance they fixed it by changing the case of the table name. I tried that, but it didn't help.  I'm not sure what is wrong that it won't migrate any data.  Any help
    is appreciated.  TIA
    -George

    Hello,
    Please review the migration process steps from the following tutorial:
    http://blogs.msdn.com/b/ssma/archive/2010/08/27/migrating-oracle-s-sample-hr-schema.aspx
    You can also get help writing an email to
    [email protected] 
    For more information, please read the following article:
    http://msdn.microsoft.com/en-us/library/hh313173(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Data MIgration from Oracle to SQL Server 2005

    HI Gurus,
    Kindly please advice me how to migrate Data from oracle to MS SQL Server or Vice Versa.
    I came to know about 2 methods:
    1) Using SQL Developer
    2) USing ODBC.
    KIndly let me know which method is better. I am in confusion about both option
    Kindly advice over the same
    Thanks

    Usually such questions asked and answered on forums of a target system. In this case on MS SQL forums.
    But I will answer.
    You should create a LINKED SERVER in MS SQL that connects to Oracle.
    Then issue couple of SELECT * INTO <TARGET_TABLE> FROM <ORACLE LINKED SERVER>..<SRC SCHEMA>.<SRC TABLE>.
    Install Oracle Client and OLE DB driver on SQL Server machine.
    Also, Oracle is case sensitive by default. MS SQL is case insensitive by default. If there are primary/unique keys that have mixed case values in Oracle, then in MS SQL you need to set case sensitive collation for them.
    PS. If you need not only migrate data one time, but also to have a real time replication during an application transition period, you can take a look on heterogeneous replication solutions like Golden Gates or DataCurrents.

  • Migrating from Oracle to SQL Server - SQL HINTS

    We are migrating an SAP landscape from HP-UX / Oracle to Windows / SQL Server. We have numerous custom programs with OPEN SQL Hint statements of the form:
      select aqmnum akunum aobjnr azztaxtype a~zzservcenter
             azzassmpriok azzaudittype a~zzdr840dt
        into corresponding fields of table lt_qmel
        from qmel as a
        inner join ihpa as b
        on aobjnr = bobjnr
        where a~qmart IN ('Z7','Z8','Z9','ZU','ZD')
        and   b~parnr = sy-uname
        *%_hints oracle*
        *'INDEX("&TABLE&" "IHPAP" "IHPAP")'.*
    Question: What is the best way to make these SQL statements compatible with SQL Server?
    Thanks

    Paul Chafin wrote:>
    > We are migrating an SAP landscape from HP-UX / Oracle to Windows / SQL Server. We have numerous custom programs with OPEN SQL Hint statements of the form:
    > Question: What is the best way to make these SQL statements compatible with SQL Server?
    Hi Paul,
    as hints are highly database specific it may well be that you won't need them for your new DBMS anymore.
    In any case you've to review them one-by-one to check the execution plan of the queries without a hint.
    A general "migration of hints" is neither possible nor sensible.
    regards,
    Lars

  • Migrating from MSAccess to SQL Server

    I have a JSP web application with MS access as the backend . We are in the process of migrating it to a database server . The two options availabel are SQl server 2000 or Postgres SQL .I want to know which option will be the more suitable one . Also if SQL server is used , will the development effort required will be less or more and also wnat to know what could be the changes required in case SQL server is used.
    I am a newbie to JSP world.

    Paul Chafin wrote:>
    > We are migrating an SAP landscape from HP-UX / Oracle to Windows / SQL Server. We have numerous custom programs with OPEN SQL Hint statements of the form:
    > Question: What is the best way to make these SQL statements compatible with SQL Server?
    Hi Paul,
    as hints are highly database specific it may well be that you won't need them for your new DBMS anymore.
    In any case you've to review them one-by-one to check the execution plan of the queries without a hint.
    A general "migration of hints" is neither possible nor sensible.
    regards,
    Lars

  • Migration from Access with SQL Developer 1.2.2998 Does not migrate Relation

    Hi,
    I've almost successfully migrated an Access database to Oracle with SQL Developer with Quick Migration Option. Everything went all right, except for the tables relationships... they were not migrated. Have I forgot to do something?
    Thanks in advance.
    PS: Using SQL Developer 1.2.0.29.98, Oracle 10g XE, MS Access 2000 file.

    Hi All,
    This is a bug which crept in just prior to release. It has been found, and a fix has been commited to our source tree. The fix will be available in our next patch release. (1.2.1).
    Regards,
    Dermot.

  • Migrate from sharepont 2010/ SQL Server 2008 R2 to Sharepoint foundation 2013 / SQL Server 2008 R2 SP1 single server

    Whenever I upgrade database from sharepoint foundation 2010 to 2013 using powershell ( stsadm.exe -o addcontentdb -url http://.....) I get this error when i try to navigate in Sharepoint Central administration
    Help (new window) Go back to site Error Error 
    core.js 
    Troubleshoot issues with Microsoft SharePoint Foundation. 
    Correlation ID: 194f2b9c-628b-a018-f40a-c1b1772f2763 
    Date and Time: 7/3/2013 12:22:50 AM 
    Go back to site Go back to site 
    ULS viewer from log shows
    System.ArgumentException: core.js   
     at Microsoft.SharePoint.WebControls.ScriptLink.AssertLocalizableCompatibility(String strFile, Boolean localizable)    
     at ASP._admin_admin_master.__BuildControl__control15()    
     at ASP._admin_admin_master.__BuildControl__control2()    
     at ASP._admin_admin_master.__BuildControlSPHtmlTag()    
     at ASP._admin_admin_master.__BuildControlTree(_admin_admin_master __ctrl)    
     at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    
     at System.Web.UI.Page.ApplyMasterPage()    
     at System.Web.UI.Page.PerformPreInit()    
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Any help would be appreciated

    I have got the same error when using 2010 compatibility mode in my application when displaying a page. Following are error logs I got.
    Area     : SharePoint Foundation
    Category : Web Controls
    Level    : High
    EventID  : aikzh
    Message  : core.js is should be localized in o14,  call with attribute 
               Localizable = "true".
    Area     : SharePoint Foundation
    Category : General
    Level    : Medium
    EventID  : 8nca
    Message  : Application error when access /_layouts/SP_CMN_Message.aspx, 
               Error=core.js   at Microsoft.SharePoint.WebControls.ScriptLink.Asser
               tLocalizableCompatibility(String strFile, Boolean localizable)     
               at ASP._layouts_15_simplev4_master.__BuildControl__control11()     
               at ASP._layouts_15_simplev4_master.__BuildControl__control3()     
               at ASP._layouts_15_simplev4_master.__BuildControl__control2()     
               at ASP._layouts_15_simplev4_master.__BuildControlTree(_layouts_15_si
               mplev4_master __ctrl)     at 
               System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, 
               HttpContext context, VirtualPath masterPageFile, IDictionary 
               contentTemplateCollection)     at 
               System.Web.UI.Page.ApplyMasterPage()     at 
               System.Web.UI.Page.PerformPreInit()     at 
               System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBe...
    Area     : SharePoint Foundation
    Category : Runtime
    Level    : Unexpected
    EventID  : tkau
    Message  : System.ArgumentException: core.js    at Microsoft.SharePoint.WebCont
               rols.ScriptLink.AssertLocalizableCompatibility(String strFile, 
               Boolean localizable)     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control11()     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control3()     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control2()     at AS
               P._layouts_15_simplev4_master.__BuildControlTree(_layouts_15_simplev
               4_master __ctrl)     at 
               System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, 
               HttpContext context, VirtualPath masterPageFile, IDictionary 
               contentTemplateCollection)     at 
               System.Web.UI.Page.ApplyMasterPage()     at 
               System.Web.UI.Page.PerformPreInit()     at 
               System.Web.UI.Page.ProcessRequestMain(Boolean 
               includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAs...
    Area     : SharePoint Foundation
    Category : General
    Level    : High
    EventID  : ajlz0
    Message  : Getting Error Message for Exception 
               System.Web.HttpUnhandledException (0x80004005): Exception of type 
               'System.Web.HttpUnhandledException' was thrown. ---> 
               System.ArgumentException: core.js     at Microsoft.SharePoint.WebCon
               trols.ScriptLink.AssertLocalizableCompatibility(String strFile, 
               Boolean localizable)     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control11()     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control3()     at 
               ASP._layouts_15_simplev4_master.__BuildControl__control2()     at AS
               P._layouts_15_simplev4_master.__BuildControlTree(_layouts_15_simplev
               4_master __ctrl)     at 
               System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, 
               HttpContext context, VirtualPath masterPageFile, IDictionary 
               contentTemplateCollection)     at 
               System.Web.UI.Page.ApplyMasterPage()...
    Area     : SharePoint Foundation
    Category : General
    Level    : Monitorable
    EventID  : aat87
    Message  : An unexpected error has occurred.
    The error appeared while Applying Master Page.. 
    I have managed to fix that removing "15" from  MasterPageFile="~/_layouts/15/simple.master", so the path  is
    MasterPageFile="~/_layouts/simple.master".
    Otherwise, it could be fixed changing attribute "Localizable" to true  in <SharePoint:ScriptLink language="javascript" name="core.js" OnDemand="true" EnableCustomActions="false" Localizable="false"
    runat="server" />    in  simplev4.master   MasterPage, however this way is not desirable.
    hope that could help..

  • Migrating data from oracle to sql server

    I have two databases(Oracle and Sql Server) in my company.
    I want to migrate some data on daily basis from Oracle to Sql Server.
    what are the best methodologies used to perform this task?
    Can we schedule this task on daily basis?
    please help me guys

    Salma,
    First and foremost, you need to understand that there are architectural difference between Oracle and SQL Server (with the major one being the difference between Oracle's PL/SQL and Microsoft's Transact-SQL) thus, it will not be an easy task to migrate data from Oracle Database to SQL Server. As far as the use of tools is concerned, you can utilize the following tools (third party tools not recommended) to achieve this:
    Microsoft SQL Server Migration Assistant (Oracle to SQL)
    http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx
    Oracle SQL Developer Migration Workbench (SQL to Oracle)
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    But before proceeding with anything, I would recommend you to read through the following post as it lists down the primary compatibility resources and migration guidelines:
    Migrating from Oracle to SQL Server
    http://vyaskn.tripod.com/oracle_sql_server_differences_equivalents.htm
    Hope this helps.
    Regards,
    Naveed.

  • Migration of Database from Oracle to SQL Server in Business Objects XI 3.1

    Hi,
    Currently, We are working on Business Objects XI 3.1 and Database is  Oracle 11g. And now we have the requirement to migrate from Oracle 11g to SQL Server 2008 R2.
    I would like to know what are the key points to be considered in business objects XI 3.1 when the database is migrated from oracle to SQL server.
    If anyone can share the Impact analysis document for Business Objects, it would be great.
    Thanks,
    Lavanyaa TP

    If you use business objects tools for such migration , the impact should be minimal.
    CMSDBCopy mechanism from CCM should work fine for this purpose.

  • Migrate Sybase DB to SQL

    Hello,
    We are currenlty running PeopleSoft FIN 9.0 on Sybase. We plan to migrate from Sybase to SQL 2005. Has anyone done this? Any direction would be greatly apperciated.

    Please don't cross post same topic on multiple forums. This could cause people wasting time on issue that might have resovled. And make it's harder to search the answer to certain topic.
    Like said, this is Oracle Technical Forum, posting a topic of two totally irrelevant products, kinda funny.

  • Difference in behavior of sql and pl/sql after migrating from 9i to 11g

    after migrating our database from oracle 9i to oracle11g, the developpers are worry that the behavior of the queries and pl/sql procedures/functions will change
    example :
    in 9i, select salary,count(*) from emp group by salary, it will display the rows sorted by salary
    in 11gi, select salary,count(*) from emp group by salary, it will display the rows not sorted by default, we have to add the clause order by salary.
    somebody could give the list of other difference in behavior (SQL and PL/SQL) agter migrating from 9i to 11g
    Thanks a lot.

    Tell your developers: garbage in - garbage out. In relational databases only ORDER BY ensures row order. If your developers relied on GROUP BY implemented by SORT and therefore returning ordered rows they had to realize code they wrote is Oracle release dependent and sooner or later code would require changes. And that "sooner or later" is now reality. In newer versions ORACLE can do GROUP BY via SORT or via HASH. And if it is done via HASH - don't expect ordered results. So tell your developers "payback time".
    SY.

  • Migration From SQL Server 2005 to Oracle DB through Oracle SQ Dev Problem

    Hi all,
    we are trying to do a full Migration from MS SQL Server 2005 to Oracle DB 9.2 i
    we are using Oracle SQL Developer V 1.5.3,
    the capturing of the DB and the conversion to the oracle model completed succefully
    however when we try to generate the scripts from the converted model
    the script generation hangs on a sequence and no further progress is made (the script generation pop up keeps still on a certain sequence displaying its name, and thats it )
    no error messages are displayed,
    how can we know the reason for this? or atleast find a log for whats happening...
    any suggestions?
    Thank you

    Hi,
    migrating a sequence shouldn't make a problem. I did a quick test. I created this table in SQL Server:
    create table test_seq (col1 int identity(1,1),col2 char(1))
    Then I captured the table, converted the table and generated the script. There was no problem.
    CREATE SEQUENCE succeeded.
    CREATE TABLE succeeded.
    Connected
    TRIGGER test_seq_col1_TRG Compiled.
    As you see, applying the script was also successful.
    I am using Oracle RDBMS 11g, I don't know whether this makes a difference. Do you have any 11g instance available to test it?
    Can you show me one of the sequences that are causing the hang? Is the CREATE SEQUENCE statement already in the generated script, or not? Your table is for sure more complex than my simple example.
    Regards,
    Wolfgang
    Edited by: wkobargs on Jan 13, 2009 3:01 AM

  • Migration from SQL Server 7 to oracle 8.1.7 on windows 2000 professional

    Hello All,
    I am currently working on Database migration from sql server 7 to oracle 8.1.7.
    My setup is as follows:
    1. Both the databases (sql server and oracle are on the same machine )
    2. My sql server database contains 200 tables and 190 stored procedures, which need to be migrated to oracle.
    When i am trying to capture the Source database details, its capturing evry thing but when its mapping at the end ...it says "MAPPING ROLE PUBLIC" and its not proceeding furthur..What do u want me to do ? i waited for approx 1 hr , still its not proceeding....How to resolve this bug ?
    Also please suggest me the best methodology for Migrating the stored procedures. allmost all my stored procedures have TEMP Tables implemented in it. Please help me in this...
    Also please let me know the Timeframe estimate for this total thing to be done..
    Waiting for your reply,
    Thanks and Regards
    SAI SREENIVAS JEEDIGUNTA

    You can user Oracle Migration Workbench to migrate from SQL Server to Oracle.
    Here is the link which gives info on software usage and download :
    http://otn.oracle.com/tech/migration/workbench/content.html
    Chandar

Maybe you are looking for