-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, does anyone know of a very simple SQL Server client tool - that does the same basic functions as Management Studio (i.e. choose a database and run a query - doesn't need an Object Explorer, or anything fancy)?
Ideally it would be great to have a single exe or zip file version that I could take…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We are tring to install SQL Server 2005 Standard on Windows 2008 Standard both 64 bit. Have done this before with no problems.
This time we get an error during the installation of client tools:
There was an unexpected failure during
the setup wizard
Link Id 20476, message ID 50000
There…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have written a UDP client server chat, I am able to communicate to server if both server and client are on same machine, but i am not able to do so when client is on some other machine using diff ip address. Is there any special setting to achieve this?
Regards,
Tara
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to figure out if this is normal. Because without errors, a connection should be terminated by:
FIN ->
<- ACK
<- FIN
ACK ->
I get this at the end of a TCP connection (over SSL, but i also get it with non-encrypted):
From To
1494 server client TCP search-agent…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I made this program:
http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html
And it works perfectly if I put the server's hostname as 127.0.0.1 or my computers name (Ajay-PC).
However these 2 methods are LAN or local only not internet. So I changed it to my internet ip. 70…
>>> More