Viewing 15 posts - 286 through 300 (of 2,356 total)
Best practice question.
We have configured everything as best practice.
What "best practices"? Can you elaborate on these, and where you learned these?
December 28, 2022 at 5:48 pm
The block sizes and an availability group do not matter. You can certainly have one server/disk with a block sized differently than the other server.
December 28, 2022 at 5:45 pm
BWAAA-HAAA-HAAA. Posting on this thread must cause disturbances in the "force". I looked again right after I posted and I finally found one.
https://gertjans.home.xs4all.nl/sql/fragmentation-hurts-performance.html
He also was only testing a table...
December 28, 2022 at 2:03 am
Example:
IDNumber CodeValue1 CodeValue2 CodeValue3
A1 1 2 1
A1 1 1 1
B1 NA 2 2
B 1 2 0
etc.
Does this help?
No, it doesn't, actually.
Using ID "A1" in your example, there are 2...
December 23, 2022 at 6:45 pm
Eirikur Eiriksson wrote:Excuse the pun, but -40 is F**C cold 😉 😎
Or as I told my wife after shoveling snow yesterday, "it is RFC"
How do you persuade your...
December 23, 2022 at 6:02 pm
Remember, there is no such thing as a nested transaction.
If there are begin/commit/rollback in either of those procs, the final commit/rollback will not occur until the "parent" proc.
I had...
December 23, 2022 at 5:52 pm
By removing this data, are you destroying data that may need to be preserved? The data you want to remove looks like notes of some sort.
While you may want to...
December 23, 2022 at 5:42 pm
-38. Wow. The coldest I was ever out in -13 on a camping trip. In a tent.
December 23, 2022 at 3:30 am
It's on it's way. I have my blankets and footsie warmers ready.
December 22, 2022 at 8:54 pm
[/quote]Which version of SQL Server are you using?[/quote]
2019. My laptop is 32 GB ram with an 8 core i7 processor
December 22, 2022 at 2:16 pm
Well, here we go.
I used this to load the table. Took a few milliseconds
INSERT INTO #Big (id, Dictid)
SELECT TOP (1000000)
...
December 22, 2022 at 1:57 pm
Change it to a table valued function.
December 21, 2022 at 7:40 pm
Thanks for taking the time to post feedback, JJ. It IS interesting to see which hoops and how high the flames are that other people have to go through.
And...
December 20, 2022 at 11:36 pm
Whew. I have a headache just reading this.
Here is one statement that may help with the cost justification. "It we cannot afford a support call to MS because of cost,...
December 20, 2022 at 8:33 pm
Funny you should bring that up. That was *exactly* my first response to our Help Desk. The answer I got back was that our Help Desk has no resources...
December 20, 2022 at 6:16 pm
Viewing 15 posts - 286 through 300 (of 2,356 total)