Viewing 15 posts - 1,681 through 1,695 (of 59,082 total)
I am not sure what the numbers table is.
In SQL Server 2022, it would be the "GENERATE_SERIES()" function.
Hw can I remove the extra lf or cr during or...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 6:20 pm
Thanks everyone. I passed on suggestions up the food chain but they decided to let it run, 7 hours later...........
I agree with the others... they're doing something seriously wrong. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 5:50 pm
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or an article...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 3:51 pm
If you are familiar with SSIS, then use that. According to MS and others, SSIS is actually faster than BCP. Although, I've never fully tested myself. That being said,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 10:48 pm
Hi,
Kindly some one share the script or query to get the login information used for the sql database in the instance.
InstanceName,DatabaseName,HostName,LoginName,Program,date used etc
Thanks,
Jo
Why? What actual problem are you trying...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 5:49 pm
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
Viewing 15 posts - 1,681 through 1,695 (of 59,082 total)