Forum Replies Created

Viewing 15 posts - 151 through 165 (of 782 total)

  • RE: SQL server remotely not connectable

    When I OFF the windows firewall on the machine,

    it worked . Now can connect to sql server and through telnet too.

    Huh.

    Guess the windows firewall icon popped up on that...

  • RE: No remote connections enabled

    Roy Ernest (9/15/2011)


    Could be that.. But there is another possibility that you have to look at. You said that TCP port 1433 was green and open, but to connect using...

  • RE: No remote connections enabled

    When I OFF the windows firewall on the machine,

    it worked . Now can connect to sql server and through telnet too.

    Huh.

    Guess the windows firewall icon popped up on that...

  • RE: No remote connections enabled

    Steve Jones - SSC Editor (9/15/2011)


    have you checked the SQL Server log on the remote machine. Is it listening on 1433? When SQL starts up, it will let you know...

  • RE: No remote connections enabled

    Gianluca Sartori (9/15/2011)


    You could also issue this statement on the remote SQL Server (given that you connect via TCP/IP)

    SELECT local_tcp_port

    FROM sys.dm_exec_connections

    WHERE session_id = @@SPID

    I ran through QA on the remote...

  • RE: No remote connections enabled

    @ jack..

    I checked the firewall settings,

    on the exception tab i have many buttons checked , the relevant looks like these

    1) SQL 1433 port ( TCP button green)

    2) sql 1443...

  • RE: No remote connections enabled

    @ jack

    I am not able to telnet it

    it says no connection to host on the port 1433

    I made sure that 1433 port is sql server on that machine.

    What could...

  • RE: No remote connections enabled

    telnet 127.0.0.1 [port #]

    Should hte port number be 1443 or what else?

    Regards,

    Sushant

  • RE: No remote connections enabled

    @ jack

    I can ping through remote server.

    Didn't try telnet though (Don't know how to execute it )

    Nothing has changed from last time i connected, but yes, always it took around...

  • RE: No remote connections enabled

    @ jack ....

    I connected with/without linked server,

    from both, I am getting same error.

    Regards,

    Sushant

  • RE: SQL server remotely not connectable

    Hi,

    Yes I have already created a linked server to it.

    But when I test connection, I get this error:--

    (Attached)

    Regards,

    Sushant

  • RE: Need to Transfer the data from a table from one instance to few other instances in a same domain

    do that by import, export task on the instance

    and den select save ssis package in end

    then make a new job with tht ssis package running the time u want to

    Regards,

    Sushant

  • RE: All the jobs dependent on a database

    go to jobs. select it

    go to object explorer

    select 1

    ctrl all jobs

    right click ...create to file

    then wen u r into sql 2008 r2

    jsut execute tht sql statments

    It should be good to...

  • RE: SQL server remotely not connectable

    any views??

    Regards,

    Sushant

  • RE: INSERT INTO

    jlennartz (9/14/2011)


    Steve Jones - SSC Editor (9/14/2011)


    This problem with the question is entirely my fault, not Ron's. I copied over the code, making a mistake after testing it when I...

Viewing 15 posts - 151 through 165 (of 782 total)