Unable to remote my MS SQL Server
-
I have MS SQL Server 2008, I'm not sure but I already allowed SQL on firewall I even enable TCP/IP and set 1433 as TCP Port but I can't still remote my server. Please help anyone! Thanks.
-
@pol.darreljade Is this on the local network?
-
Well, first and foremost, NEVER PRESENT 1433 TO THE WORLD! That's how you get ants. If SQL injection hacks don't impress you, how about corrupting data and completely disabling the DB.
Present 3389 to the world and use RDP to manage the box.
-
Are you trying to connect your application to its database?