Viewing 15 posts - 151 through 165 (of 782 total)
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...
September 16, 2011 at 6:57 am
Roy Ernest (9/15/2011)
September 16, 2011 at 6:54 am
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...
September 15, 2011 at 11:09 am
Steve Jones - SSC Editor (9/15/2011)
September 15, 2011 at 10:24 am
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...
September 15, 2011 at 10:21 am
@ 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...
September 15, 2011 at 9:57 am
@ 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...
September 15, 2011 at 9:18 am
telnet 127.0.0.1 [port #]
Should hte port number be 1443 or what else?
Regards,
Sushant
September 15, 2011 at 8:33 am
@ 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...
September 15, 2011 at 8:12 am
@ jack ....
I connected with/without linked server,
from both, I am getting same error.
Regards,
Sushant
September 15, 2011 at 7:53 am
Hi,
Yes I have already created a linked server to it.
But when I test connection, I get this error:--
(Attached)
Regards,
Sushant
September 15, 2011 at 6:47 am
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
September 14, 2011 at 2:15 pm
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...
September 14, 2011 at 2:12 pm
jlennartz (9/14/2011)
Steve Jones - SSC Editor (9/14/2011)
September 14, 2011 at 12:33 pm
Viewing 15 posts - 151 through 165 (of 782 total)