Viewing 15 posts - 4,096 through 4,110 (of 59,087 total)
To be honest, I've never used such monitoring tools even before the compromise. I've always been fearful of such tools because of they all insist that they need such high...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2022 at 12:05 am
You've been here for more than 12 years. Please learn how to post code in a code window so that it's easier to read. Here's the key when you're creating...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 11:46 pm
"It Depends", Joe. Why recalculate something perhaps thousands of times per day if the answer isn't going to change that day? It's called "caching" and it's a time honored method...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 11:32 pm
>> I got a table with 5 integer columns and one varchar(100) column. <<
Where is the DDL? I guess you want us to do everything for you , including...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 11:07 pm
Also, please check to see if you got an email about me responding on this thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 6:09 pm
Testing the code window and paste from firefox... you can ignore this post...
Code Window and paste
-- Edit test here
DROP TABLE IF EXISTS #Result
GO
CREATE TABLE #Result(
EmpNr nvarchar(10) NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 5:45 pm
Heh... I just went to the thread to post a point so people knew and the toolbar seems to have come back. What was cool was it actually took me...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 5:41 pm
I had noticed the same thing yesterday. I send Steve and WebMaster@SQLServerCentral.com and email outlining the symptoms. Steve emailed me that a ticket has been opened and the right folks...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 5:36 pm
hmm.. for some reason it says that the last post by me but I can't see it
UPDATE: weird.. I could see only 3 pages and once I posted...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2022 at 12:49 am
Oops, my bad, I am posting again new spread sheet to clarify
Please have a look at it now, if its better explained now , however if there are more...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2022 at 5:42 pm
What's wrong with just?
COL_ONE = COL_TWO AND COL_ONE=COL_THREE etc....Any other "clever" solution is almost certainly going to be more code.
And, usually slower. I haven't tested...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2022 at 6:18 am
So, enquiring minds want to know... did that latest code help?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2022 at 6:13 am
My guess would be that it cannot be YYYYDDD because the first D is always a 0. Perhaps YYYYoWW but why the bloody zero?
Now, if we could just get mcfarlandparkway...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2022 at 3:48 am
The only reason I didn't use STUFF is because if you DO use the code on data that has already been modified by the use of STUFF, then it's going...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2022 at 3:23 pm
Another good link can be found here.
https://www.sqlshack.com/introduction-to-row-level-security-in-sql-server/
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2022 at 3:12 pm
Viewing 15 posts - 4,096 through 4,110 (of 59,087 total)