Monday, 16 June 2025

SQLDBA-How to identify indvidual SQL statements with in a batch or store procedure.

 


No comments:

Post a Comment

SQL_DBA- Ip Address Ping

Start-Transcript - path C:/Script/PingLog.txt -Append   Ping.exe -t spiceworks.com | ForEach { "{0} - {1}" -f (Get-Date), $_ } ...