eport a database from ms sql 2005 to ms sql 2000

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default eport a database from ms sql 2005 to ms sql 2000

    Hi:
    I have Microsoft SQL 2005 Standard in my PC, I use CF 7.0/MS SQL 2005 to make
    my application. I bought a 2 year hosting from Webserve.ca (NT PRO package).
    Webserve.ca has MS SQL 2000. My problem is: If I design it in ms sql 2005 then
    export it as a single file then import it in ms sql 2000 (in my webserve
    hosting) will I have any problem? I mean I am worried about incompatibilities
    and something like that. I have a short time for makeing that so I have no time
    for making it again and if you tell me it will have some problems I will have
    to buy/use a MS SQL 2000. So please help me and tell me what should I do.
    Thanks
    Benign

    Benign Guest

  2. Similar Questions and Discussions

    1. Database mirroring with SQL Server 2005
      Well, first of all mirroring is not yet officially supported in sql2005. And microsoft has a JDBC driver that supports mirroring that should work...
    2. trying to access sql server 2005 database
      I have Dreamweaver MX 2004, trying to access sql server 2005. I can not get the SQL server driver on dreamweaver to successfully connect to sql...
    3. ANNOUNCE: DBD::Informix - IBM Informix Database Driver for PerlDBI Version 2005.01 (2005-03-14) released
      IBM Informix Database Driver for Perl DBI Version 2005.01 (2005-03-14) has been uploaded to CPAN. IBM Informix Database Driver for Perl (also...
    4. Connecting to SQL 2000 Database
      I am a complete beginner to PERL and programming. I am struggling to wade through all the relevant documentation about database connectivity etc. I...
    5. Serious Eport bug in FW MX 2004
      When I export a FW document with 3 not alligned slices as Dreamweaver HTML, nested tables - no spacers the result is a messed up table. In the html...
  3. #2

    Default Re: export a database from ms sql 2005 to ms sql 2000

    The safest thing to do is beg borrow or steal ms sql 2000. Otherwise you may find that what works in development does not work in production.
    Dan Bracuk Guest

  4. #3

    Default Re: export a database from ms sql 2005 to ms sql 2000

    Unfortunately you stand a very high chance of it not functioning.

    Usually Major version changes mean there are significant changes that are not
    backwards compatible. I know that if you use a SQL 2000 db on a new SQL 2005
    server, it goes through an up-conversion process and alters that previous db
    for the new version. There would not be such a thing as a down-conversion in
    SQL 2000



    SafariTECH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139