Viewing 15 posts - 4,126 through 4,140 (of 59,087 total)
So just to clarify. if i have a clustered index on say contactid and invoiceid however none of the updates are on those columns then there wouldn't be a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2022 at 1:13 am
THE PREVIOUS CODE I HAD POSTED PRODUCED THE WRONG VALUES FOR THE 1st ROW OF FEDERALTAX OF THE "XX" ROWS. I HAD COPIED YOUR FORMULA WITHOUT REALIZING THERE WAS A...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2022 at 12:09 am
Building your own sequential numbers is a sure fire way to generate duplicates by accident. Even Des Norton notes that for his code.
Please explain why you're trying to avoid an...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2022 at 10:27 pm
Neither set of code is coming up with a meaningful result set, not sure where the disconnect here is, but I'll try again:
If a row contains: koagvakjnonsenseajg4648.dbo.RandomTableForSSChahfhaijfhfhf5664646
I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2022 at 10:16 pm
You can modify the date created by copying a file. The file's created date becomes the modified date and the current date when the file is copied becomes the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 7:02 pm
ok thank you, will see what the service broker can do.
K... just remember that's not my first choice. For me personally, it wouldn't be a choice. Like I said,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 6:56 pm
Sorry my post is confusing. I wasn't really sure how elaborate on it. Yes, we are having performance issues and it mainly looks like disk IO latency. We have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 6:52 pm
Thanks. I definitely missed your 301 comments below the 2nd spreadsheet you posted.
You say to only worry about the contiguous dates but neither the Green or the Purple sections in...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 6:38 pm
Is it possible to start Sql server agent job after a trigger? what i want to do is after a certain table updates a certain column, then it runs...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 3:50 am
That's awesome, Frederico! Thanks for posting that.
It would appear, though, that you actually have to program for the table structure. Is there anything like the getting data from the Web...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 1:29 am
p.s. You might also want to read the following about Query Store. Personally, I'll never enable it and use other methods to figure out what I need to but I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 1:00 am
My first recommendation is that you actually desk check the query to make sure that you don't have anything "silly" in it. For example, looking at your query, you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 12:50 am
Your post is a bit confusing. You start by talking about I/O Latency but show a chart for CPU usage and then ask if it's common to have a lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 12:30 am
Worse than that, it sounds like you're doing backups on the same server that you're backing up. That's a serious mistake because if the server crashes, not only have you...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 12:10 am
Now THAT's interesting. Just curious... do you know what the page will be for 2022? Or will it magically change at the end of the month?
Yes, that link should...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2022 at 12:03 am
Viewing 15 posts - 4,126 through 4,140 (of 59,087 total)