Viewing 15 posts - 706 through 720 (of 59,063 total)
this is super interesting. i didn't know that.
this begs the question....how do you decide on an appropriate index? is there a good resource you can suggest that goes over...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2024 at 3:03 pm
does it make sense that an unindexed query is faster than an indexed one?
Oh yeah... and big time! There are many reasons why such a thing may happen. For...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2024 at 10:01 pm
Your question is easy to ask and can take years to answer.
It sounds like you could stand a lesson on what an "Execution Plan" is. Please see the following link...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2024 at 5:14 pm
I was running a SP and I got this. This is the first time I have ever received this. What does it mean? How do I fix it so...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2024 at 4:48 pm
We have a rebate program where I need to calculate sales based on the date the customer joined the program. Ex: Customer A joins the program on October 5th,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 10:58 pm
This reply has been reported for inappropriate content.
Thanks for your kind reply, I got understanding about how it works now.
Do you have any information on how to create jobs for taking the full backup+ transaction backup...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 10:27 pm
thank you everyone. What recommended settings for parallelism should I set SS to? Clearly the defaults are not recommended.
If you read the text in my post, I tell you.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 5:11 am
Heh... and people wonder why data storage is exploding. The only good thing about it is that it has only half the tag bloat of XML but, lordy, what a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 5:03 am
Taking full backups does not backup the logfile over time. If you're in the SIMPLE recovery model, then the log file will be self truncating whether you take full backups...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 4:57 am
Post withdrawn because I don't actually know much specifically about VEEAM and didn't want to provide any misleading info.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 9:20 pm
The only correct answer is "It Depends". I recommend that you lookup what the abbreviations RPO and RTO are for starters. Also, find and read up on the Full, Differential,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 9:08 pm
I am a SS rookie. To me it seems like running a query in parallel whenever possible is a great idea b/c that way more work can be done...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 8:58 pm
I had to create a Cursor to update the data in the table.
It would be interesting to know more about that. Usually, it's a serious mistake that can be...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 1:48 am
This reminds me of the good ol' days on these forums... thanks for the memories, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 8:42 pm
If you install this DateRange function, this gives certainly the shortest SQL if not the fastest
select CONVERT(date, d.value) Date,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 1:58 pm
Viewing 15 posts - 706 through 720 (of 59,063 total)