Viewing 15 posts - 46 through 60 (of 69 total)
how about one mentioned just below, is this what you mean:-
IF DATENAME ( dw , getdate() ) = 'Sunday' AND datepart(dd,getdate()) > 7
BEGIN
...
November 20, 2008 at 2:31 pm
thanks all....anyway now jobs are not running.
November 20, 2008 at 10:21 am
first you create the package by BI console.
1) go to SQL Server Bussiness Intelligence Development Studion under Microsoft SQL Server 2005
2) go to File --> New --> Project
3) select "Integration...
November 14, 2008 at 3:40 pm
its Enterprise edition SP2
November 14, 2008 at 3:07 pm
I believe you can use sql agent job to execute one line cmd prompt script to execute the SSIS package.
for that you need to specify
To execute an SSIS package...
November 13, 2008 at 2:27 pm
select * from sys.logins -- to get login informations
use [name of user database]
go
select * from select * from sys.sql_logins
November 13, 2008 at 2:10 pm
i think following tables will be useful to you:-
select * from msdb.dbo.sysschedules_localserver_view
select * from msdb.dbo.sysschedules
November 13, 2008 at 11:49 am
if your intention is to drop the index then i think you dont have to specify field name,
you need to specify like this:
DROP INDEX [tablename].[indexname]
for example
DROP INDEX authors.au_id_ind
November 13, 2008 at 11:31 am
sorry i thought it is a SQL job..
September 19, 2008 at 8:17 am
you can use DTS by using "Transfer Logins Task" task.
September 16, 2008 at 2:55 pm
create a step as last step (lets say : Email Status) of the job which notifys you by emailing. set the OnSucceess status of actual last step to this...
September 16, 2008 at 1:23 pm
all the 4 tables are and destination are in same databases?
May 19, 2008 at 2:50 pm
DBCC INDEXDEFRAG is command to defrag an index.
May 19, 2008 at 2:20 pm
Hi SQL Oracle,
Thanks a lot !!!
Regards
Joseph
March 6, 2008 at 7:15 am
actually we are audience.. we do Development, operations, monitoring etc.
Actually A to Z things which are going on server or database ;)...just kidding..
Basically we need to monitor server health status,...
February 27, 2008 at 8:12 am
Viewing 15 posts - 46 through 60 (of 69 total)