Viewing 15 posts - 4,786 through 4,800 (of 59,089 total)
I have no suggestions based on what you posted. Everything seems correct but your check in msdb.dbo.sysmail_allitems seems to say they didn't actually go but there are no errors anywhere...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 4:16 pm
I'm going to have to defer to someone else on that question for details. I stopped doing anything like that way back in 2003. I do remember that there was...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 4:41 am
I almost forgot. One "trick" I do (that I didn't do here) is to add an "_stg" suffix to the column names in the staging table so that when I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 2:32 am
I used to use EXCEPT but usually don't anymore because an old friend showed me long ago just exactly how slow it can actually be and Andy Leonard confirmed that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 2:20 am
One great aid for me is built into SSMS itself. Let's first make sure that you're setup for it. The setup only needs to be done once.
Step 1: From the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 12:25 am
It's Friday. I've been overwhelmed for several days and now I'm just confused. Help here appreciated:
https://www.sqlservercentral.com/forums/topic/mysterious-ability-to-drop-create-stored-procedures
It's late, so I might be missing something here. Are you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 10:23 pm
I am getting really annoyed with this "link to the post takes me to the second last page of the thread, not the actual post" issue.
yup .... and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 10:11 pm
Would a T-SQL option help? http://www.sqlservercentral.com/scripts/SQL+Server+2005/67515/
It's a bloody shame that the "upgrades" to the forum software have rendered such links totally useless. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 4:33 pm
I assume you know which login dropped/created the procs.
and assuming you are a SYSADMIN what output do you get out of these
execute as login = 'loginname' SELECT * FROM...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 4:01 pm
You say you want it to be displayed "just like the calendar entries are shown on a regular calendar". If you have 500 to 1000 jobs on a server lie...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 3:53 pm
First round of testing to 1, 2, 4, and 8 files on a single SSD drive of a minimally logged, single connection insert of 10,000,000 rows @89GB of a table...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 8:51 am
Heh... an early look scared-up the ol' "not unless they're on different physical spindles" adage. While I logically agree with that, I've never actually tried it and so I don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 5:36 am
Getting back to the original question, we're just guessing based on related information supposed "Best Practice" information and, by now, I'm sure everyone knows how I feel about "Best Practice"...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 5:16 am
Just like index maintenance and a couple of other things, it's better to NOT do something than it is to do it wrong and, thanks to the poor examples in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 4:50 am
It's Friday. I've been overwhelmed for several days and now I'm just confused. Help here appreciated:
https://www.sqlservercentral.com/forums/topic/mysterious-ability-to-drop-create-stored-procedures
It's late, so I might be missing something here. Are you saying that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2021 at 4:29 am
Viewing 15 posts - 4,786 through 4,800 (of 59,089 total)