Microsoft
Software
Hardware
Network
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,observa
ciones) " & _
" VALUES (@ID_Remisera,@Fecha,@Obse
rvaciones)
", myConn)
myComm.Parameters.Add("@Ob
servacione
s", SqlDbType.Text).Value = e.Record("observaciones")
myComm.Parameters.Add("@ID
_Remisera"
, SqlDbType.Int).Value = e.Record("ID")
myComm.Parameters.Add("@Fe
cha", SqlDbType.SmallDateTime).V
alue = 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
Dell Equallogic script to replicate ONE-to-MANY (Cascading Replication)
Win 7 Pro Virtual Pc XP Mode visible in the network but not accessible
Replicate this Navigation Menu Box with Resizable Custom Scrolling
My RAM use is at 30% but I'm still getting page faults.
Modal Popup Validation Summary
Blackberry Connection Test
SSIS/TSQL Three Part Naming for Temp Table
Sharepoint takes forever to load on first access of the day... How do I fix this?
Read data from registry key not working
htaccess Partial Query String Rewrite