Viewing 15 posts - 3,691 through 3,705 (of 59,067 total)
SPAM is a problem now, and it's not a simple one. I've filed a ticket to work with the third party on what is not catching more...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:39 pm
i used th ewindows built-in proxy and it works great!
Thanks for posting the solution that you found for your own question. It's going to help others, for sure.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:31 pm
Is it possible to create a temp table when setting a query?
For example:
DECLARE
@Category varchar(100),
@SubCategory varchar(100),
@Query ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:19 pm
Nevermind - It's too bad there's not a delete option for posts.
What did you end up doing to solve your problem?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:11 pm
Doing only a quick glance at the execution plans, this looks like it could be a parameter sniffing issue. You could go all surgical on this but I'm thinking that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2022 at 3:27 pm
I like that chart Jeff, I might add it to my favourite argument I trot out every time I am faced with a short password requirement that forces numbers,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2022 at 4:10 pm
Grant is spot on but I'll add an "old dude's" take on it...
Which ever turns out to be the best "architecture" for your data, none of it will matter for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2022 at 4:01 pm
It's amazing to me how much incorrect information there is posted in posts containing a list of interview questions.
My recommendation to people using such lists is to only look at...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2022 at 3:51 pm
Hi All,
(see attached waits) I have a very slow sql server, it seemed to happen over night and queries are still slow. index rebuild/reorg and statistics have been updated....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2022 at 3:34 pm
It's looking great right now, sample attached with redactions.
I kept cteCalendar as you designed it, and changed ctePreCrossTab to use my attendance table.
It correctly merges the data correctly, one...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2022 at 3:11 pm
As to putting FKs on an audit table... don't EVER do that. There's not reason to because the rows have already survived the INSERTs and UPDATEs for FKs and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2022 at 9:06 pm
3) I created a quick table in SSRS and sure enough, it does depict a calendar style matrix with the month dates and the value in ##Attendance (screen snip...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2022 at 5:25 pm
A default value doesn't do an update once the entry is populated by a default and it needs to change with every action.
The trigger "prevents" (assuming...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2022 at 4:52 pm
Most people won't even try it because it uses xp_CmdShell but if you use it to call SQLCmd to do the same thing and capture the output of the xp_CmdShell,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2022 at 5:48 am
As a bit of a sidebar, the "poor man's" method of auditing that includes a variable width NVARCHAR or VARCHAR column to store the name of the person or thing...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2022 at 2:24 am
Viewing 15 posts - 3,691 through 3,705 (of 59,067 total)