Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created February 7, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaskills/e5a29eca6ba88b16e871 to your computer and use it in GitHub Desktop.
Save metaskills/e5a29eca6ba88b16e871 to your computer and use it in GitHub Desktop.
TinyTDS Windows Rails Test - GOOD (only tinytds require)
net.c:202:Connecting to 23.99.34.75 port 1433 (TDS version 7.3)
net.c:275:tds_open_socket: connect(2) returned "WSAEWOULDBLOCK: Resource temporarily unavailable."
net.c:314:tds_open_socket() succeeded
packet.c:740:Sending packet
0000 12 01 00 3a 00 00 00 00-00 00 1a 00 06 01 00 20 |...:.... ....... |
0010 00 01 02 00 21 00 0c 03-00 2d 00 04 04 00 31 00 |....!... .-....1.|
0020 01 ff 09 00 00 00 00 00-00 4d 53 53 51 4c 53 65 |.� ..... .MSSQLSe|
0030 72 76 65 72 00 98 08 00-00 00 |rver.... ..|
packet.c:639:Received packet
0000 04 01 00 2b 00 00 01 00-00 00 1a 00 06 01 00 20 |...+.... ....... |
0010 00 01 02 00 21 00 01 03-00 22 00 00 04 00 22 00 |....!... ."....".|
0020 01 ff 0c 00 02 be 00 00-03 00 00 |.�...�.. ...|
login.c:1106:detected flag 3
tls.c:138:in tds_push_func_login
tls.c:104:in tds_pull_func_login
packet.c:740:Sending packet
0000 12 01 00 5b 00 00 00 00-16 03 01 00 4e 01 00 00 |...[.... ....N...|
0010 4a 03 01 d7 e9 c3 fb 10-58 a8 67 e5 2c 01 24 c3 |J..����. X�g�,.$�|
0020 18 32 5b 85 e2 ef e8 b4-57 66 f4 33 1f 04 cf 32 |.2[���� Wf�3..�2|
0030 ea 51 0b 00 00 18 00 39-00 38 00 35 00 16 00 13 |�Q.....9 .8.5....|
0040 00 0a 00 33 00 32 00 2f-00 05 00 04 00 ff 01 00 |...3.2./ .....�..|
0050 00 09 00 23 00 00 00 0f-00 01 01 |. .#.... ...|
tls.c:116:have 0
tls.c:120:before read
packet.c:639:Received packet
0000 12 01 0c f4 00 00 00 00-16 03 01 0c e7 02 00 00 |...�.... ....�...|
0010 4d 03 01 56 b7 c9 6c 2b-e5 2b b1 fd 8d 79 dd 4a |M..V��l+ �+��.y�J|
0020 f9 c4 8c 4c 58 93 70 0c-9a 44 12 03 d5 17 51 3e |�ČLX�p. �D..�.Q>|
0030 7a 24 f3 20 5c 23 00 00-63 37 76 d0 cf 74 b7 fe |z$� \#.. c7v��t��|
0040 f6 e9 34 f1 4d 10 6d 6c-c4 81 b7 5e 7c 30 f1 bf |��4�M.ml �.�^|0�|
0050 cc d1 51 93 00 35 00 00-05 ff 01 00 01 00 0b 00 |��Q�.5.. .�......|
0060 0c 8e 00 0c 8b 00 06 fb-30 82 06 f7 30 82 04 df |.�..�..� 0�.�0�.�|
0070 a0 03 02 01 02 02 13 5a-00 00 74 2f 80 0d d7 12 |�......Z ..t/..�.|
0080 09 d7 0e db 00 01 00 00-74 2f 30 0d 06 09 2a 86 | �.�.... t/0.. *�|
0090 48 86 f7 0d 01 01 0b 05-00 30 81 8b 31 0b 30 09 |H��..... .0.�1.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment