Click here to Skip to main content
15,919,500 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need Help With Creating an Easy Code. Pin
Russell Nash18-Jan-06 2:58
Russell Nash18-Jan-06 2:58 
QuestionNT User List Pin
Bob Zagars17-Jan-06 20:08
Bob Zagars17-Jan-06 20:08 
AnswerRe: NT User List Pin
Colin Angus Mackay17-Jan-06 20:54
Colin Angus Mackay17-Jan-06 20:54 
GeneralRe: NT User List Pin
Bob Zagars17-Jan-06 23:52
Bob Zagars17-Jan-06 23:52 
GeneralRe: NT User List Pin
S Douglas18-Jan-06 0:40
professionalS Douglas18-Jan-06 0:40 
GeneralRe: NT User List Pin
Bob Zagars18-Jan-06 5:46
Bob Zagars18-Jan-06 5:46 
GeneralRe: NT User List Pin
S Douglas18-Jan-06 5:53
professionalS Douglas18-Jan-06 5:53 
Questionhow to access the Sql Server Publicly Pin
raheeli17-Jan-06 18:15
raheeli17-Jan-06 18:15 
AnswerRe: how to access the Sql Server Publicly Pin
Bob Zagars17-Jan-06 20:18
Bob Zagars17-Jan-06 20:18 
QuestionMap linked server to a constant Pin
12324r32353217-Jan-06 16:34
12324r32353217-Jan-06 16:34 
QuestionHow to use Insert/Update/Delete.... Pin
welbert17-Jan-06 15:48
welbert17-Jan-06 15:48 
GeneralSQL Server 2005 Developer Edition Network Connections... Pin
code-frog17-Jan-06 12:51
professionalcode-frog17-Jan-06 12:51 
GeneralRe: SQL Server 2005 Developer Edition Network Connections... Pin
S Douglas18-Jan-06 1:07
professionalS Douglas18-Jan-06 1:07 
QuestionSQL SERVER 2005 BIG PROBLEM Pin
Micu Radu17-Jan-06 6:07
Micu Radu17-Jan-06 6:07 
AnswerRe: SQL SERVER 2005 BIG PROBLEM Pin
Colin Angus Mackay17-Jan-06 10:14
Colin Angus Mackay17-Jan-06 10:14 
Questioncreate new GUID in UDF? Pin
waterispoison17-Jan-06 5:38
waterispoison17-Jan-06 5:38 
AnswerRe: create new GUID in UDF? Pin
Colin Angus Mackay17-Jan-06 10:12
Colin Angus Mackay17-Jan-06 10:12 
QuestionReg:Data is not visible Pin
Bhasker P17-Jan-06 4:57
Bhasker P17-Jan-06 4:57 
AnswerRe: Reg:Data is not visible Pin
Colin Angus Mackay17-Jan-06 5:04
Colin Angus Mackay17-Jan-06 5:04 
GeneralRe: Reg:Data is not visible Pin
Bhasker P18-Jan-06 0:15
Bhasker P18-Jan-06 0:15 
Questionupdating many records in the Table Pin
minkinin17-Jan-06 2:07
minkinin17-Jan-06 2:07 
AnswerRe: updating many records in the Table Pin
Colin Angus Mackay17-Jan-06 2:30
Colin Angus Mackay17-Jan-06 2:30 
minkinin wrote:
pls guys pls I need a C# code to do that


C# code does not alter the database, the best it can do is to forward some SQL code to the database. You need SQL code to solve your problem.

The SQL you need is something like this:
UPDATE MyTable SET [expiry date] = dateadd(year, [latest date]);


ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

GeneralRe: updating many records in the Table Pin
minkinin17-Jan-06 21:38
minkinin17-Jan-06 21:38 
Questiondebugging SQL Server Stored Procedures in .NET ide Pin
culbysl17-Jan-06 0:57
culbysl17-Jan-06 0:57 
AnswerRe: debugging SQL Server Stored Procedures in .NET ide Pin
André Ziegler17-Jan-06 3:57
André Ziegler17-Jan-06 3:57 

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.