Posts by draconis • 151 points
2 posts
- 
		5 votes4 answers40379 viewsA: How to replace column text in SQL Server (tsql)?Miguel Angelo’s answer seems correct. I would just like to add that before you launch an Update, make the Selects you need to fine tune your Where condition, until you are sure your filter is… 
- 
		0 votes4 answers3248 viewsA: How to implement a textarea responsibly?The style application to the textarea tag is correct. That’s why it works in Fiddler. If it doesn’t work on your page, it means there are other styles that are overriding this. To find out what’s…