Viewing 15 posts - 1,666 through 1,680 (of 59,067 total)
I am tasked with writing a package to import a series of files. One of the files is 7.4gb and has 229 columns (look I didn't design this). From...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 5:09 pm
Everybody wants to search for things like Google does. Go buy a product that will do this for you in SQL server... it'll be cheaper that you trying to build...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 1:57 am
This was the error message
Msg 8144, Level 16, State 3, Line 12 Procedure or function string_split has too many arguments specified.
Completion time: 2023-03-24T13:47:00.0877172+05:30
That probably means that you're not actually...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2023 at 5:13 pm
What I "love" about these scrum sprint agile and the newer cicd developments is that most managers think it will speed up their sloppy work.
They still don't have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2023 at 12:55 am
Go to the following URL. Read the post and watch the movie.
https://www.brentozar.com/blitzindex/
--Jeff Moden
Change is inevitable... Change for the better is not.
March 23, 2023 at 10:48 pm
Also, why not just use
ORDER BY BusinessEntityID, OrderDate?
It might perform better.
+1000
--Jeff Moden
Change is inevitable... Change for the better is not.
March 22, 2023 at 4:16 pm
I'm the same way. I've been at the same place coming up on 12 years. Great people, interesting work, good pay and bennies, a commute that I could make on...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 9:00 pm
I feel your pain. This is micromanagement at its worst. Personally, I won't row to the sound of a beating drum, the cadence of which has been created by people...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 4:30 pm
I have a script that was running fine but today it is taking way too long. I looked at the script and I see these errors:
"cannot specify included columns...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 3:42 pm
where Date From >= '2020-04-01' and Date To <= '2020-04-28'
There is no data in your sample that meets that requirement.
In
2 ----- 2020-04-01 -----...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 3:29 pm
Ok... first off, your column naming structure flat out isn't going to work. It's a worst practice to include spaces in any object names including column names.
Second, if you want...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 3:28 pm
Heh... I'm thinking about Left_Shift() and Right_Shift() (I always knew them as Shift-Left and Shift_right in the old days). I can see that giving new meaning to the term RBAR. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2023 at 1:45 pm
In most cases (there are exceptions to everything) the following settings absolutely suck on any server...
cost threshold for parallelism 5 -- General advice here is to start at 50 and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2023 at 4:56 pm
+1000
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2023 at 4:45 pm
Start with the "Key Configuration Options" in the following article. Every single thing there can make a pretty good difference.
https://glennsqlperformance.com/2020/08/20/preventing-sql-server-upgrade-performance-issues/
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2023 at 9:29 pm
Viewing 15 posts - 1,666 through 1,680 (of 59,067 total)