Viewing 15 posts - 61 through 75 (of 190 total)
We are successfully using this task.
We have downloaded it from here, http://ssissftp.codeplex.com/
And then read below documentation on how to register dlls to use it inside package.
http://ssissftp.codeplex.com/documentation
This...
January 14, 2016 at 7:18 am
My code is working but its sending thousands of emails for 1 event. Isn't that abnormal?
December 7, 2015 at 7:58 am
When I use this,
IF ORIGINAL_LOGIN() LIKE '%user' OR ORIGINAL_LOGIN() LIKE 'ssis%' OR ORIGINAL_LOGIN() LIKE 'bo%'
After then when application user logs in, it throws error which I don't want.
So instead I...
December 4, 2015 at 11:55 am
Where exactly I said its 2014? I don't remember but if I said I m so sorry.
And I put it in 2008 becuase 2005 and 2008 are still very similar...
December 4, 2015 at 9:16 am
Thanks but unfortunately we r still on sql 2005 server and this feature is not there.
December 4, 2015 at 7:20 am
Thnaks but in the same thread if you go to page-3, U will see my code which says, and i still have issues.
--SELECT * FROM sys.dm_exec_sessions order by login_time desc
USE...
December 3, 2015 at 10:53 pm
I tried this code but seems like something is wrong and it generated more than 2500 emails just for 1 event that I tested.
USE [msdb]
GO
-- Create a queue
CREATE QUEUE Q_Logon_Triggers_Queue;...
December 3, 2015 at 3:24 pm
Thanks but thats not what I aksed, I need an email when this activity happens and I dont want them to stop from logging. If u go back to page-3...
December 3, 2015 at 3:14 pm
Thanks but its not working the way it should work. Its bringing false emails. And instead of user name it brings DOMAINNAME\LOGINNAME that I put inside EXECUTE AS 'DOMAINNAME\LOGINNAME'
I am...
December 3, 2015 at 1:50 pm
Thanks but still its throwing the error message.
December 3, 2015 at 12:31 pm
I tried it but its giving me error.
ALTER TRIGGER [TR_LOGON_APPUSER_SSMS]
EXECUTE AS OWNER
December 3, 2015 at 11:47 am
Hi Instead of throwing error message from script can I send email only to dba saying this user tried to logon from ssms? Dont throw error and allow them to...
December 3, 2015 at 10:45 am
Yeah it has maintenance clean up task after db backup but when u check history it says backup completed in 2 hrs.
October 16, 2015 at 7:03 am
Yeah its same location with lot of space available. Everything is same.
October 16, 2015 at 6:52 am
Here is further error description:- Description: Failed to load task "SFTP Task", type "". The contact information for this task is "cosmin.vlasiu@gmail.com".
When I right click SSIS package...
September 23, 2015 at 8:43 am
Viewing 15 posts - 61 through 75 (of 190 total)