Viewing 15 posts - 631 through 645 (of 59,091 total)
It's an old article that I hadn't seen before. I like it a lot and just used it instead of me having to do a long winded explanation to someone...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 6, 2024 at 9:17 pm
The update stats job you have running every night isn't a huge problem. The rebuilding of plans is usually not a problem. Having stats rebuild in the middle of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2024 at 3:54 pm
The square ones didn't complete
https://joeydantoni.com/2016/11/02/circles-and-squares-what-do-they-mean-in-the-query-store/
Interesting... you might want to let joey know. Some people will be able to see the site. I can't because my system has higher...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2024 at 3:30 am
My recommendation would be to buy a tool. This site exists based on the generosity of RedGate. Perhaps their monitoring to tool would save you some time, aggravation (now and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2024 at 10:04 pm
Unblocking stuck 2nd page of this thread...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2024 at 2:17 am
I can easily make it a csv file for Bulk Insert and YES there will be data on the Insert statements that have:
VALUES('967120411','864A90D40','CORP','Standard'
Can you show me the frame work...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2024 at 4:44 pm
Good article. Thanks for taking the time to write it up and post it.
Just like humans, AI can use all the help it can get but (and just to say...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2024 at 3:47 pm
Hi All,
I have couple questions related to Ola Hallengren's maintenance script. If anyone has the answers, please do reply.
1. In which order the rebuild and update stats run. Is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2024 at 1:40 am
Jeff,
How would data being in csv be handled differently?
Thanks.
If they send the CSV data in a file, then the data could be imported using BULK INSERT. This would be...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2024 at 1:04 am
thanks The sqltoexec are passed in sql statements like:
INSERT INTO cstDetails (CompPartNbr,PartNbr,PlantCd,CostKey,usgQty,scrQty,totQty,UnitCost,usgCost,scrCost,totCost,StrJCost,StrMCost,SetUpQty,SetUpCost,CurrentOPRSetup) VALUES('967120411','864A90D40','CORP','Standard',0.2697,0.0043152,0.2740152,6.5,1.75305,0.0280488,1.7810988,0,0,0,0,0)
The CrtInsert table has a PK field called ID(int)
In the example how do I loop thru thousands...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2024 at 5:07 pm
You have to be really careful here. Constant "refactoring" of anything is a really bad idea.
I take your point though I think you are mistaking refactoring...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2024 at 4:40 pm
Yes, I am performing a bulk copy from PowerShell, from a csv file.
As a bit of a sidebar, it's always fascinating to me to watch how people do...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 4:24 pm
So, on a submarine, you can't design the toilets to flush into the ballast tanks or maybe a designated septic tank that periodically gets evacuated?
Heh... sounds like you already...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 4:13 pm
Overall, what are you actually trying to do? Bulk insert from files to the database or???
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 2:19 am
I can't speak for the cloud but I'm backing up a 4.7 TB database over NAS on-prem in 1 hour and 13 minutes. It's a single file backup but the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2024 at 2:15 am
Viewing 15 posts - 631 through 645 (of 59,091 total)