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

  1. #1

    Default SQL Instance

    My MS SQL Server 2K has two instances: the default and production. For the
    datasource for the default instance, I just put the IP (10.0.0.10) address of
    the server box as Server and connection is verified ok. For the datasource for
    the production instance, I put 10.0.0.10\production, but the verification
    failed with the message saying something like "could not find the instance".

    How can I connect to non-default instance of SQL Server 2K? Please help.
    Thanks.

    \Sean

    Tennis Is Fun Guest

  2. Similar Questions and Discussions

    1. Administrative Instance now looks like Instance Manager
      I have a test server with several instances. All was well until I tried the following. I wanted to reduce the size of one of the instances. The...
    2. Can't Name New Instance
      When I add a new instance of Tutorial Server on the management console, it pops up a box to type a name into with the instructions "Press enter to...
    3. another SQL instance?
      I need some guidance. I am not sure if "instance" is the correct word. I have a second web site. I need a second "SQL Server" on that box. When I...
    4. Instance Name
      Place a text box on the same timeline as your two clips, and make it display the variable 'mc_name'. Place a button inside each of your movie...
    5. Instance Name
      Hi, I have 2 movieclips, box_MC1 and box_MC2. when i click on them i want a text box to show their instance name Help Please
  3. #2

    Default Re: SQL Instance

    Hello,

    Please see [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18294[/url]

    Regards,

    David.
    rave Guest

  4. #3

    Default Re: SQL Instance

    Thank you for the reference. It worked for me. Basically, CF does not recognize the named instance's name, but only the port it is listening on.

    Tennis Is Fun 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