I've got a statistics table that I've been writing to for about 2 years now. Every saturday night at midnight, I have a SQL job that goes out across all 3 instances of one of my SQL clusters and ...
Public Function MyFunction(ByVal id As Int) As Object Dim sSQL As New MySqlCommand sSQL.Connection = db1 sSQL.Parameters.AddWithValue("@id", ID) sSQL.CommandText ...