Convert int IP-address to dot-notation
integer IP-address converted to varchar dot-notationUsage SELECT dbo.IPNumberToString(-2037012288)
2004-10-20 (first published: 2004-07-29)
427 reads
integer IP-address converted to varchar dot-notationUsage SELECT dbo.IPNumberToString(-2037012288)
2004-10-20 (first published: 2004-07-29)
427 reads
fix script from tcartwright@thesystemshop.com (http://www.sqlservercentral.com/scripts/scriptdetails.asp?scriptid=600) for no dbo users
2002-12-02
145 reads
Three years ago, when the first public preview of SQL Server 2022 (CTP 2.0)...
By Steve Jones
Redgate Monitor works with more than SQL Server. Some big changes were announced recently,...
In this post, I’ll walk you through a T-SQL script that creates application-consistent snapshots...
I have a tabular cube, with myself included in one of the roles. I...
Hi all, I’ve just open‑sourced T‑TEST, a tiny alternative to tSQLt that lives...
Comments posted to this topic are about the item Helpful Management Studio Settings and...
What is the minimal number of parameters to add a linked server with sp_addlinkedserver?
See possible answers