Click here to Skip to main content
15,906,766 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Procedure Pin
Grimolfr5-Nov-04 9:43
Grimolfr5-Nov-04 9:43 
GeneralRe: Stored Procedure Pin
Colin Angus Mackay5-Nov-04 10:44
Colin Angus Mackay5-Nov-04 10:44 
GeneralRe: Stored Procedure Pin
Grimolfr5-Nov-04 15:17
Grimolfr5-Nov-04 15:17 
GeneralRe: Stored Procedure Pin
Colin Angus Mackay5-Nov-04 20:16
Colin Angus Mackay5-Nov-04 20:16 
GeneralRe: Stored Procedure Pin
Its due when7-Nov-04 17:22
Its due when7-Nov-04 17:22 
GeneralTo Get the Id from the database which are not deleted Pin
Irsh3-Nov-04 2:14
Irsh3-Nov-04 2:14 
GeneralAdding or Substracting time spans from a DateTime SQL value Pin
Den2Fly2-Nov-04 23:32
Den2Fly2-Nov-04 23:32 
GeneralRe: Adding or Substracting time spans from a DateTime SQL value Pin
Colin Angus Mackay3-Nov-04 0:09
Colin Angus Mackay3-Nov-04 0:09 
This example takes the current time and adds 5 minutes to it:

DATEADD(minute, 5, getdate())

The first arg is the date part (minute, hour, year, month, etc.)
The second arg is the amount you want to add (or for negative values, subtract)
The third argument is the source datetime.


Do you want to know more?


GeneralRe: Adding or Substracting time spans from a DateTime SQL value Pin
Den2Fly3-Nov-04 12:15
Den2Fly3-Nov-04 12:15 
GeneralRecordSet vs DataSet Pin
Salil Khedkar2-Nov-04 22:13
Salil Khedkar2-Nov-04 22:13 
GeneralTrigger insert row Pin
rudemusik2-Nov-04 19:21
rudemusik2-Nov-04 19:21 
GeneralRe: Trigger insert row Pin
Alex Korchemniy3-Nov-04 13:54
Alex Korchemniy3-Nov-04 13:54 
Generalhosted Access database & VS.net Pin
hasanali002-Nov-04 1:24
hasanali002-Nov-04 1:24 
GeneralSql server 2000 reporting service cannot install Pin
Mekong River1-Nov-04 4:22
Mekong River1-Nov-04 4:22 
GeneralRe: Sql server 2000 reporting service cannot install Pin
Dave Kreskowiak1-Nov-04 13:43
mveDave Kreskowiak1-Nov-04 13:43 
GeneralRe: Sql server 2000 reporting service cannot install Pin
Mekong River1-Nov-04 15:58
Mekong River1-Nov-04 15:58 
GeneralDTS - copying table data Pin
shahar rr r31-Oct-04 4:43
shahar rr r31-Oct-04 4:43 
GeneralRe: DTS - copying table data Pin
Jon Hulatt1-Nov-04 0:26
Jon Hulatt1-Nov-04 0:26 
GeneralRe: DTS - copying table data Pin
shahar rr r2-Nov-04 1:33
shahar rr r2-Nov-04 1:33 
GeneralMSDE2000A.EXE Failes because of SQLREDIS.EXE Pin
Blake V. Miller30-Oct-04 9:30
Blake V. Miller30-Oct-04 9:30 
GeneralRe: MSDE2000A.EXE Failes because of SQLREDIS.EXE Pin
Mike Dimmick1-Nov-04 2:53
Mike Dimmick1-Nov-04 2:53 
GeneralRe: MSDE2000A.EXE Failes because of SQLREDIS.EXE Pin
Blake Miller2-Nov-04 8:21
Blake Miller2-Nov-04 8:21 
GeneralRe: MSDE2000A.EXE Failes because of SQLREDIS.EXE Pin
Blake V. Miller25-Jan-05 18:23
Blake V. Miller25-Jan-05 18:23 
GeneralPerformance solution for DataSet application with large numbers of records Pin
Aron van Ammers30-Oct-04 6:49
Aron van Ammers30-Oct-04 6:49 
Generalmoney datatype insert problem Pin
webhay29-Oct-04 14:07
webhay29-Oct-04 14:07 

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.