Viewing 15 posts - 706 through 720 (of 59,078 total)
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...
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...
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...
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,...
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...
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.
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...
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...
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.
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,...
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...
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...
February 23, 2024 at 1:48 am
This reminds me of the good ol' days on these forums... thanks for the memories, folks.
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,
...
February 20, 2024 at 1:58 pm
IMHO, Steve Collins' post (with a tiny tweak (change fn.n to fn.value) in the 2nd bit of code) contains the winning entries for simplicity IF you don't mind any missing...
February 20, 2024 at 5:02 am
Viewing 15 posts - 706 through 720 (of 59,078 total)