Skip to main content

All Questions

2 votes
1 answer
2k views

What will happen when i update table with same values again and again?

What will happen when i update table with same values again and again? Ex : update tblExample set Col1 =1214 where Id=17 lets assume i keep updating this record with same value without changing ...
Swapnil Jadhav's user avatar
1 vote
2 answers
32 views

Sql Server Update Rows where like '%#186;%'

Hello I have in my database a bunch of table rows that contain the following values: Street Number 1095 - 4º Esqº and I am trying to remove º from all the rows that ...
Chico José's user avatar
0 votes
1 answer
147 views

files and data base lost after a c# application update

I installed a desktop application on a pc that i developed by c# that use an SQL database. After few months, i published a new version of the application (using clickonce) and put it on an FTP server. ...
A2maridz's user avatar
  • 341
0 votes
1 answer
682 views

Update Extended Properties of a Stored Procedure

Dummy in SQL here needing to update an extended property of a stored procedure. Can only find info on updating table contents, not properties. Needing to send a query to a database from a C# function....
beatsandbosons's user avatar
0 votes
2 answers
1k views

How can I be notified in ASP.NET when a certain update happens in my database?

I need to be notified of specific changes that happen in my database, e.g. when a specific value becomes null or when an integer changes to a value between a certain range. I was looking into using ...
user4646116's user avatar