Accessing my new MSSQL server

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

  1. #1

    Default Accessing my new MSSQL server

    Hi guys, I haven't had any experience with this sort of thing - I usually
    create databases through my website host using admin tools so that I can access
    them from my local install of coldfusion for developing etc..

    Now I need to access my databases locally for developing so I have installed
    Microsoft SQL server - desktop edition (2000 version), I have a few free
    database access tools but I have no idea how to 'connect' to my server?

    Is the address my IP address? I have no idea what to do, feel so dumb! :D

    Keira* Guest

  2. Similar Questions and Discussions

    1. accessing SO at server side
      Hi, I have problem in accessing sharedobject data on the server side. In SSAS, we read SO and write SO data with getProperty and setProperty(as...
    2. windows authentication and mssql server
      Hi, I've got this asp project, Authentication mode is set to Windows and the identity impersonate is enabled. Is there any way to find out what...
    3. Accessing LDAP server with ASP
      Hi I am trying to access a LDAP server with ASP with no sucess. I can do it with ColdFusion but not ASP. All the examples I have seen so far do not...
    4. Connecting to a remote MsSQL server...?
      Hi all, can I connect to a MsSQL server using DW MX? What are the info needed to connect? I.e.: what do I need to ask to the server admin? ...
    5. XP Home Accessing C$/D$ from 2k Server
      While trying to access either C$ or D$ from a 2k server, \\server\c$ or \\server\d$, from XP Home, I get the following error message: ...
  3. #2

    Default Re: Accessing my new MSSQL server

    You need to create a datasource in the ColdFusion Administrator and connect it
    to the database name on your SQL Server.
    Perhaps you would benefit from "Getting Started" material.
    You could start here:
    [url]http://www.macromedia.com/software/coldfusion/demos/[/url]

    Newer versions of Dreamweaver have some nice database tools also.

    LL@Work 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