2014-08-20
1,990 reads
2014-08-20
1,990 reads
2014-03-19
1,822 reads
2013-10-25
2,045 reads
2013-10-03
2,356 reads
How to change the port number for connections to SQL Server.
2012-03-01
13,369 reads
2012-01-18
2,256 reads
This article will show you how to determine which network port that SQL Server is listening on for connections
2011-09-08
9,961 reads
There are times when you need to use different network ports to communicate between two servers running database mirroring. Learn how to change the default ports.
2011-03-14
10,230 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers