Viewing 15 posts - 4,741 through 4,755 (of 59,067 total)
Never knew about that Jeff......thanks muchly
Heh... Welcome back my ol' friend.
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,...
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. 😀
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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. 🙁
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...
August 21, 2021 at 4:01 pm
Viewing 15 posts - 4,741 through 4,755 (of 59,067 total)