Viewing 15 posts - 4,756 through 4,770 (of 59,070 total)
Never knew about that Jeff......thanks muchly
Heh... Welcome back my ol' friend.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2021 at 12:19 pm
What the heck just happened with our profiles? I just did windows updates, which actually logged me off of SQLServerCentral and when I logged back in and checked my profile,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 10:54 pm
ANy more suggestions for the re-write?
If you want any more advice on this one, send money. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 10:15 pm
Agreed... That's why I have stated multiple times that this was for a single batch INSERT and that folks need to look at Paul Randal's article that I cited for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 10:13 pm
Ok. I wasn't believing my eyes and ran some code a couple of times. Basically, the code build a decent size table with a Bigint column and a LOG column...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 7:47 pm
Personally, I never install SQL Server on the C:Drive. I also never let the "Page File" live there and I also install all programs other than SQL Server on a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2021 at 4:21 pm
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
Viewing 15 posts - 4,756 through 4,770 (of 59,070 total)