Click here to Skip to main content
16,004,924 members
Home / Discussions / Database
   

Database

 
AnswerRe: Handling null values with SqlDataReader Pin
Mike Dimmick1-Aug-07 11:48
Mike Dimmick1-Aug-07 11:48 
GeneralRe: Handling null values with SqlDataReader Pin
Pete O'Hanlon2-Aug-07 10:02
mvePete O'Hanlon2-Aug-07 10:02 
Questionsql 2005 not installing [modified] Pin
costavo1-Aug-07 2:35
costavo1-Aug-07 2:35 
AnswerRe: sql 2005 not installing Pin
originSH1-Aug-07 2:47
originSH1-Aug-07 2:47 
QuestionSQL 2000 & 2005 Pin
Saranya B1-Aug-07 1:39
Saranya B1-Aug-07 1:39 
AnswerRe: SQL 2000 & 2005 Pin
kubben1-Aug-07 2:13
kubben1-Aug-07 2:13 
Questionauto run a query in ms sqlserver Pin
asdf17531-Aug-07 1:19
asdf17531-Aug-07 1:19 
AnswerRe: auto run a query in ms sqlserver Pin
Pete O'Hanlon1-Aug-07 2:21
mvePete O'Hanlon1-Aug-07 2:21 
Sql Server has the ability to schedule tasks inside and run them itself. If you are using SQL Server 2000, you will need to expand the Management node under your database, then expand SQL Server Agent and select Jobs. Right click and select New Job...

In the General tab enter a name. Select the Steps tab and New... to create a new task. Suppose that you want to run a particular delete (delete from myTab where @created > dateadd(dd, getdate(), 2)). Give the step a name and leave the type as Transact-SQL Script (TSQL). Choose the database that you want to run the task against and enter the SQL in the Command textbox. Click OK.

Next, go to the Schedules tab and create a new schedule. To change the times when it runs, select the Change button and set your schedule as appropriate.

Deja View - the feeling that you've seen this post before.

QuestionBenefits of Access 2007 Pin
Jason Stamp31-Jul-07 23:23
Jason Stamp31-Jul-07 23:23 
AnswerRe: Benefits of Access 2007 Pin
Aaron VanWieren1-Aug-07 4:24
Aaron VanWieren1-Aug-07 4:24 
QuestionCreating Stored Proc in Text Editor [modified] Pin
ASPnoob31-Jul-07 21:17
ASPnoob31-Jul-07 21:17 
AnswerRe: Creating Stored Proc in Text Editor Pin
originSH31-Jul-07 22:10
originSH31-Jul-07 22:10 
QuestionNested Select statement Pin
Prakash_Mishra31-Jul-07 20:34
Prakash_Mishra31-Jul-07 20:34 
AnswerRe: Nested Select statement Pin
kubben1-Aug-07 2:18
kubben1-Aug-07 2:18 
GeneralRe: Nested Select statement Pin
Prakash_Mishra1-Aug-07 3:05
Prakash_Mishra1-Aug-07 3:05 
AnswerRe: Nested Select statement Pin
Prakash_Mishra1-Aug-07 3:02
Prakash_Mishra1-Aug-07 3:02 
QuestionSyntax error converting character string to smalldatetime data type..., Pin
Member 387988131-Jul-07 20:00
Member 387988131-Jul-07 20:00 
AnswerRe: Syntax error converting character string to smalldatetime data type..., [modified] Pin
Pete O'Hanlon1-Aug-07 0:45
mvePete O'Hanlon1-Aug-07 0:45 
QuestionHelp with update query Pin
student_rhr31-Jul-07 19:36
student_rhr31-Jul-07 19:36 
AnswerRe: Help with update query Pin
Prakash_Mishra31-Jul-07 20:52
Prakash_Mishra31-Jul-07 20:52 
Questiontable name Pin
hos8531-Jul-07 14:46
hos8531-Jul-07 14:46 
AnswerRe: table name Pin
Christian Graus31-Jul-07 18:44
protectorChristian Graus31-Jul-07 18:44 
AnswerRe: table name Pin
Aaron VanWieren31-Jul-07 23:21
Aaron VanWieren31-Jul-07 23:21 
AnswerRe: table name Pin
Pete O'Hanlon1-Aug-07 0:32
mvePete O'Hanlon1-Aug-07 0:32 
QuestionGetting the sum? ADO related Pin
deostroll31-Jul-07 13:40
deostroll31-Jul-07 13:40 

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.