Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 7 of 7
Discussion: General Forums / Hardware & Software Discussion - SQL Server Question - Hi folks, i'm trying to find an open source app that can accomplish things done
  1. #1

    Yellow-Asterisk's Avatar

    Join Date
    Jun 2003
    Age
    25
    Posts
    236

    SQL Server Question

    Hi folks, i'm trying to find an open source app that can accomplish things done by the full version of MS SQL Server. I have a SQL server running on my local machine and need to get access to the data in it. I know nothing about SQL Server or even SQL. So i'm sorry if this question seems silly. Any help in even understanding what i am trying to do would be greatly appriciated.
    "The electric Yellow's got me by the brain banana!"

  2.  
  3. #2


    Join Date
    Mar 2007
    Location
    Rochester, NY
    Age
    33
    Posts
    106

    Re: SQL Server Question

    Are you looking for a SQL client?

    squirrel-sql on sourceforge

    Or a free database server?

    mysql.com

  4.  
  5. #3

    Yellow-Asterisk's Avatar

    Join Date
    Jun 2003
    Age
    25
    Posts
    236

    Re: SQL Server Question

    I think i have a SQL Client. Squirrel, and i have a SQL server running locally, i think it is called MSDE or something. I just dont know how to get the SQl Client to talk to the server.
    "The electric Yellow's got me by the brain banana!"

  6.  

     
  7. #4

    ScratchMonkey's Avatar

    Join Date
    Aug 2005
    Location
    San Pablo, California
    Age
    51
    Posts
    8,637
    Blog Entries
    1

    Re: SQL Server Question

    Cool, I'd never heard of Squirrel. YA, there's a link to their tutorial in the Overview section here:

    http://squirrel-sql.sourceforge.net/
    Dude, seriously, WHAT handkerchief?

    snooggums' density principal: "The more dense a population, the more dense a population."

    Iliana: "You're a great friend but if we're ever chased by zombies I'm tripping you."

  8.  
  9. #5

    Banyan's Avatar

    Join Date
    Jul 2006
    Location
    Frederick, Maryland
    Age
    45
    Posts
    383

    Re: SQL Server Question

    "There are two kinds of people in this world. Those with guns and those who dig. You dig."
    EvE Online: Jintu Xi, Bandu McWilly
    PLAYSTATION®Network & Steam = "TrickyTerp"

  10.  
  11. #6


    Join Date
    Mar 2007
    Location
    Rochester, NY
    Age
    33
    Posts
    106

    Re: SQL Server Question

    Quote Originally Posted by Yellow-Asterisk View Post
    I think i have a SQL Client. Squirrel, and i have a SQL server running locally, i think it is called MSDE or something. I just dont know how to get the SQl Client to talk to the server.
    You just need to setup the driver in squirrel, you should already have the Microsoft MSSQL Server JDBC Driver selection, use it and create an 'alias'; point to your local copy of sql server (you can probably use 127.0.0.1 for the name) and add in your username and password. Should be pretty straightforward after that.

  12.  

     
  13. #7

    Yellow-Asterisk's Avatar

    Join Date
    Jun 2003
    Age
    25
    Posts
    236

    Re: SQL Server Question

    Alright thanks, it turns out that i had Access to a copy of SQL Server 2000 Standard Edition. That did what i needed it to do. Thanks for your help anyway.
    "The electric Yellow's got me by the brain banana!"

  14.  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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


  
 

Back to top