dov6891 2016-02-26 07:34
浏览 67

sql server-如何浏览sql server数据库

I've a windows webhost and it has a sql server in it .

I want to connect to this database and browse the data inside it , How can I do so ? Like the way we do in phpmyadmin and see the data in side it .

I want to get the data from this database via php and use these data, how can I do so ?

  • 写回答

2条回答 默认 最新

  • duanke2012 2016-02-26 07:38
    关注

    Here are some steps that you could try :

    -install SQL server Management studio (or download it from microsoft for free)

    -if you have installed it, then open the software

    -After you open, it will asked you which server you want to join and ask you username and password

    -After finished logging in, then you can browse your data inside

    评论

报告相同问题?