Viewing 15 posts - 181 through 195 (of 348 total)
Even if I use sql audit I believe I need a sql job to frequently check the audit log for whatever data I am looking for in it which should...
November 6, 2019 at 2:38 pm
I tried that . it’s not working
November 6, 2019 at 1:37 am
Awesome Jeff Moden...but not enough ....I did not know I could post here and also expect an answer and then give it back to the interviewer all at the same...
November 3, 2019 at 2:11 pm
if EXISTS (SELECT 1 from inserted)
if EXISTS (SELECT 1 from deleted)
adding the above two before begin in both add and delete triggers did the job.
Thanks
December 12, 2018 at 10:26 pm
Multiple rows will never be inserted at the same time so it is ok for the code to not handle that situation.
Only 1 row will be inserted at any...
December 12, 2018 at 8:39 pm
October 17, 2018 at 11:57 pm
October 17, 2018 at 11:55 pm
no..the source table is in domain A and the destination table is in Domain B
So a row gets added to table A, it should be immediately added to TableB...
October 17, 2018 at 11:43 am
My Initial table list of servers
My reachable list of servers in successservers table
My not reachable list of servers in failureservers table
Then I use my select against successservers table and collect...
October 8, 2018 at 4:26 pm
Can this be achieved without using script task (without coding) Please advise
October 8, 2018 at 4:21 pm
As I said if the servers are reachable then my ssis package loops through the sql table captures relevant data. but once a server is not reachable then my ssis...
October 8, 2018 at 5:52 am
As I said if the servers are reachable then my ssis package loops through the sql table captures relevant data. but once a server is not reachable then my ssis...
October 8, 2018 at 5:51 am
As I said if the servers are reachable then my ssis package loops through the sql table captures relevant data. but once a server is not reachable then my ssis...
October 8, 2018 at 5:41 am
how do you do that?
June 20, 2018 at 11:05 pm
I get an email when I execute the same code without any attachments.
I don't think the error has anything to do with smtp.
June 5, 2018 at 7:47 am
Viewing 15 posts - 181 through 195 (of 348 total)