TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ramon Quintana
NA
404
65.1k
HI, I have a StoredProcedure already created but i need to..
Aug 30 2018 1:18 PM
Hi, I need to execute a Store_Procedure only one time at month, where i have tu put it? I´m workin in a Microsoft SQL SERVER 2012 Management Studio environment
Thank
Create Procedure Mantenimiento_Tablas
as
begin
USE [Base Comunicación]
GO
DELETE FROM [dbo].[MCM_JOB]
USE [Base Comunicación]
GO
DELETE FROM [dbo].[HST_HST]
--USE [Base Comunicación]
--GO
DELETE FROM [dbo].[EVT_EVENT]
--USE [Base Comunicación]
--GO
DELETE FROM [dbo].[VFS_AFV]
--USE [Base Comunicación]
--GO
DELETE FROM [dbo].[VFS_FILE]
--USE [Base Comunicación]
--GO
DELETE FROM [dbo].[VFS_INTTRES]
end
Reply
Answers (
1
)
manager email id from employee code in sql server
Most common sql queries used for DB Testing.