Skip to main content

Questions tagged [protocol]

0 votes
0 answers
61 views

If I have done functional partitioning in my database and have for example a database Transactions and a database Products and these are different database servers and there are references from tables ...
Jim's user avatar
  • 123
0 votes
1 answer
246 views

In SSMS v19 I can successfully connect/login to a SQL server that is listening on the default port 1433 Server : server.env.domain.com,1433 Authentication : SQL Auth And I can query any of the ...
BaltoStar's user avatar
0 votes
0 answers
129 views

Naive Question Assume we have an Application which was originally written for ORACLE as DBMS. If I want write an intermediary layer that gives this application independence to be able to work with ...
ultimate cause's user avatar
2 votes
1 answer
1k views

I found out that when I connect to a remote SQL named instance (ServerA\instanceA) from SSMS installed on ServerB, it does connect without error, but it uses the Named Pipe protocol. I found that out ...
Dominique Boucher's user avatar
1 vote
0 answers
548 views

I`m trying to modify and use powershell script from learn.microsoft.com in order to enable SQL Shared Memory protocol on a remote server. But my issue is instead of connecting to provided ...
Nizami Khalilbayli's user avatar
1 vote
1 answer
2k views

I'm not all that familiar with networking or protocols and couldn't find a similar question here or elsewhere. One of my security people is asking whether SQL Server requires NetBIOS for Named Pipes. ...
DrewCranmer's user avatar
0 votes
2 answers
115 views

How can I find out which Transport Protocol MySQL is using? I know how I can change it but I don't know how to show the current one.
Fariman Kashani's user avatar
2 votes
2 answers
136 views

The current documentation refers only to version 3 of the wire protocol. However, there is the following note in the documentation: For descriptions of the earlier protocol versions, see previous ...
Eyal leshem's user avatar
0 votes
0 answers
980 views

Listener and service are up and running. In SQL Plus, if I connect with no login, and execute 'conn sys/pwd@host:port/sid as sysdba', connection is established successfully. But if I connect / as ...
Aegon's user avatar
  • 1
7 votes
2 answers
587 views

I have come across the following line in a text book (Database System Concepts Textbook by Avi Silberschatz, Henry F. Korth, and S. Sudarshan $6e$) page no. 686: Thomas’ write rule allows schedules ...
Vimal Patel's user avatar
0 votes
1 answer
3k views

There was an ip change on the sql server and after that I cannot connect from other machines ssms but can connect locally . The firewall is disabled on the server and moreover its listening on port ...
SQL_NoExpert's user avatar
  • 1,117
1 vote
2 answers
3k views

I have to find a database that will ensure the UDP replication intercontinental. Do you know if there is any SQL database that will support UDP replication? If not, can I use MySQL replication (TCP/...
T. Andreea's user avatar
1 vote
1 answer
3k views

Why can I still use named pipes to connect to SQL Server even if it's been disabled? I'm on SQL Server 2016 doing the testing. I have recorded my operation in this youtube video: https://www.youtube....
Just a learner's user avatar