Question : How to use Merge (from Sql 2008) with this query

Hi!
    I'm developing a aspx page with sql 2008. I have this part of code but I need to change this old sentence (that uses update, insert) using merge. Do you know how to do that?


        Dim myComm As SqlCommand = New SqlCommand(" " & _
        " UPDATE Join_ObservacionesDates SET observaciones = @Observaciones WHERE ID_Remisera = @ID_Remisera AND fecha = @Fecha " & _
        " IF @@ROWCOUNT = 0 " & _
        " INSERT INTO Join_ObservacionesDates (ID_Remisera,fecha,observaciones) " & _
        " VALUES (@ID_Remisera,@Fecha,@Observaciones)", myConn)

        myComm.Parameters.Add("@Observaciones", SqlDbType.Text).Value = e.Record("observaciones")
        myComm.Parameters.Add("@ID_Remisera", SqlDbType.Int).Value = e.Record("ID")
        myComm.Parameters.Add("@Fecha", SqlDbType.SmallDateTime).Value = e.Record("Date")
        myComm.ExecuteNonQuery()
       

Answer : How to use Merge (from Sql 2008) with this query

The ASA will not treat port 445 any different than any other port. A static combined with an access-list entry should be enough.
Some ISP's may block port 445.
Random Solutions  
 
programming4us programming4us