Viewing 15 posts - 181 through 195 (of 1,640 total)
Thanks,
But my original question is not about how to use the tabs from advanced step about success quit, and fail continue etc.
I know all those.
It is about the syntax on...
May 17, 2019 at 4:41 pm
Do I need to declare variable like in function or not
May 17, 2019 at 4:19 pm
I just wonder what is the syntax that should work in the T_SQL step.
May 17, 2019 at 4:18 pm
Thanks, I know the condition and the process, but how can I construct the sql to let it know if it is 0 then on success, if 1 failure.
Could you...
May 17, 2019 at 4:06 pm
Thanks, I see in advanced, I can choose go to next step...
But where it knows if the result is 0 or 1 to make decision?
Thanks
May 17, 2019 at 3:51 pm
Thanks,
But how i can write code in the step like if count 0 then quite with success, if count 1 go to next step.
May 17, 2019 at 3:41 pm
For containers, I feel it is more a developer thing, that makes their development platform easier ,quicker, portable. For production environment, for DBA to maintain, are we going to also...
April 4, 2019 at 4:02 pm
Thanks, I would agree with both of you.
I think just master the systems your current place using or if you want to move, master most popular systems that could be...
April 3, 2019 at 4:54 pm
Yes, it is from the database weekly newsletter.
Subject: Containers Are The Present, Not the Future, Get Back to Basics, and a Brief History of Machine Learning (Database Weekly 3/30/2019)
April 1, 2019 at 8:06 pm
Thanks, I found the reason is because during a week ago job run, there is a windows update reboot server that interupts the DBCC.
Got fixed
Thanks,
April 1, 2019 at 6:49 pm
here is the script for the alert 014
EXEC msdb.dbo.sp_add_alert @name=N'014 - Insufficient Permissions',
@message_id=0,
@severity=14,
@enabled=1,
@delay_between_responses=0,
@include_event_description_in=0,
@category_name=N'[Uncategorized]',
@job_id=N'00000000-0000-0000-0000-000000000000'
GO
March 27, 2019 at 12:19 pm
Are there any scripts for the SQL agent job? I'am using 2017
March 27, 2019 at 11:59 am
Can I ask why use OLEDB provider? I would like to catch who used the linked server and failed, and who accessed linked server data and what data is accessed....
March 22, 2019 at 9:33 am
I thought the LoginName is the windows user login.
Could you give an example what the login looks like that includes linked servername?
Thanks
March 21, 2019 at 4:56 pm
March 21, 2019 at 2:52 pm
Viewing 15 posts - 181 through 195 (of 1,640 total)