Click here to Skip to main content
15,900,565 members
Home / Discussions / Database
   

Database

 
QuestionNeuroDegenerative Problem in SQL Pin
snouto29-Jan-10 18:45
snouto29-Jan-10 18:45 
AnswerRe: NeuroDegenerative Problem in SQL Pin
Mycroft Holmes29-Jan-10 22:26
professionalMycroft Holmes29-Jan-10 22:26 
Questionurgent : list all available instance on lan Pin
Vishal Saxena dev29-Jan-10 18:02
Vishal Saxena dev29-Jan-10 18:02 
AnswerRe: urgent : list all available instance on lan Pin
Vishal Saxena dev31-Jan-10 18:22
Vishal Saxena dev31-Jan-10 18:22 
GeneralRe: urgent : list all available instance on lan Pin
Mycroft Holmes31-Jan-10 18:28
professionalMycroft Holmes31-Jan-10 18:28 
GeneralRe: urgent : list all available instance on lan Pin
Vishal Saxena dev31-Jan-10 20:08
Vishal Saxena dev31-Jan-10 20:08 
QuestionUpdating Table Pin
vhassan28-Jan-10 15:14
vhassan28-Jan-10 15:14 
AnswerRe: Updating Table Pin
Luc Pattyn28-Jan-10 15:41
sitebuilderLuc Pattyn28-Jan-10 15:41 
Hi,

if you want to do anything with databases and are new to it, the only advice I have for you is to buy and study a book on the subject; you just can't improvise a DB app and expect it to work reliably without a solid foundation.

The particular answer would be along these lines:
UPDATE tablename SET fieldname=expression_using_field_values_and_or_constants WHERE field1=value1 AND field2=value2


Googling for SQL update would yield this[^] amongst others.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


GeneralRe: Updating Table Pin
vhassan28-Jan-10 15:56
vhassan28-Jan-10 15:56 
GeneralRe: Updating Table Pin
Avi Berger28-Jan-10 16:12
Avi Berger28-Jan-10 16:12 
GeneralRe: Updating Table Pin
vhassan28-Jan-10 19:55
vhassan28-Jan-10 19:55 
AnswerRe: Updating Table Pin
Avi Berger28-Jan-10 15:48
Avi Berger28-Jan-10 15:48 
GeneralRe: Updating Table Pin
vhassan28-Jan-10 16:02
vhassan28-Jan-10 16:02 
GeneralRe: Updating Table Pin
Avi Berger28-Jan-10 16:17
Avi Berger28-Jan-10 16:17 
QuestionT-SQL - Using a resultset from a Stored Procedure Pin
Steven J Jowett28-Jan-10 5:20
Steven J Jowett28-Jan-10 5:20 
AnswerRe: T-SQL - Using a resultset from a Stored Procedure Pin
Mycroft Holmes28-Jan-10 11:59
professionalMycroft Holmes28-Jan-10 11:59 
GeneralRe: T-SQL - Using a resultset from a Stored Procedure Pin
Steven J Jowett28-Jan-10 21:30
Steven J Jowett28-Jan-10 21:30 
AnswerRe: T-SQL - Using a resultset from a Stored Procedure Pin
i.j.russell30-Jan-10 22:52
i.j.russell30-Jan-10 22:52 
QuestionDecrypt Stored Procedure Pin
Isaac Gordon27-Jan-10 21:21
Isaac Gordon27-Jan-10 21:21 
AnswerRe: Decrypt Stored Procedure Pin
Pranay Rana27-Jan-10 22:03
professionalPranay Rana27-Jan-10 22:03 
QuestionUrgent : "There is not enough memeory to run this program" error in Business Objects XI R2 Pin
CodalcoholicNBrainy27-Jan-10 20:10
CodalcoholicNBrainy27-Jan-10 20:10 
AnswerRe: Urgent : "There is not enough memeory to run this program" error in Business Objects XI R2 Pin
Tim Carmichael28-Jan-10 4:44
Tim Carmichael28-Jan-10 4:44 
QuestionHandling SQL Server Multi User Pin
Kevin Marois27-Jan-10 6:32
professionalKevin Marois27-Jan-10 6:32 
AnswerRe: Handling SQL Server Multi User Pin
Mycroft Holmes27-Jan-10 14:00
professionalMycroft Holmes27-Jan-10 14:00 
QuestionHow to script jobs Pin
cdpace27-Jan-10 2:08
cdpace27-Jan-10 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.