On Tue, Jul 19, 2011 at 9:30 AM, Daniel Eng <[email protected]> wrote:

> Well, somehow I don't have to enter that in my ODBC datasource. I just
> select it from a list and it reads like this: NAME\SQLEXPRESS.


NAME is probably your server name.


> How do I figure out the IP address of my SQL Server? It is different from
> my server IP right?
>

Try pinging what you have in NAME in your ODBC datasources.

I assume you got this information from someone else? So you could also ask
them about server names and IPs (if necessary).

I'd leave off the SQLEXPRESS part for now--that's what SQL Server calls a
"named instance" and is just their fancy way of naming multiple ports on the
same server. If stuff is running on the default port of 1433 you should be
fine. If it's not, you'll need to know what port number that instance is
running on.

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to