Viewing 15 posts - 5,161 through 5,175 (of 59,068 total)
Shot in the dark... have you tried doing a manual CHECKPOINT in the database?
June 2, 2021 at 5:03 pm
I found the problem when data was extracted it was a point in time, and on one of the files the last record was partial written.
Is there any any...
June 2, 2021 at 4:32 pm
Having a weird case today (still under investigation). Parallel clustered index scan slower dan serial index scan (forced by MAXDOP 1)
*edit* repartition streams spilled to tempdb 🙁 Repartition stream...
June 2, 2021 at 4:11 pm
Sql version is 2012 and the files are named like
f300-line1
Powershell seemed like a easier solution to getting the filename into the table.
Thanks for the information. If you're happy with...
June 2, 2021 at 4:00 pm
Heh... I hope whoever does the picking has a good sense of humor. I had some serious fun with pronouns and disabilities when I submitted last night. The abstract is...
June 2, 2021 at 3:24 am
I have a folder with csv files that has 2 columns a datetime, and a integer value. I want to load them all to a SQL table, but I...
June 2, 2021 at 2:26 am
As a bit of a side bar, there's little chance that I'd leave such a delimited column in one piece. I'd have split it into separate attribute columns on the...
June 2, 2021 at 2:22 am
Never mind. I'll just assume that ties for first need to be displayed.
WITH cteCount AS
(--==== Do the math, which seriously reduces the rowcount...
June 2, 2021 at 2:12 am
Hi ! i got a task where i am to post only the Reshnum of the Department with the highest count of admissions. there are two tables relevant to...
June 2, 2021 at 1:02 am
You have been working with SQL Server for at least 12 years and 8 months according to your profile. With that, you should know what I'm going to say... it's...
June 2, 2021 at 12:11 am
I like the Dog Mode having a big sign on the display and the temp setting. We'd certainly use that with our pups.
I'm torn with a lot of the...
June 1, 2021 at 6:12 pm
That "dog mode" feature is interesting, but even then I don't think it will necessarily prevent your vehicle from attracting unnecessary attention. I have tethered my dog to a...
June 1, 2021 at 2:44 pm
I just don't know enough about the data nor what the rules being following for which prices to use are. I also suggested that you'll need to add the extra...
June 1, 2021 at 2:21 pm
Yes sorry typo when I pasted.
and d.Prod_Line in ('xx87;)
Any help on how I and where I add the extra criteria?
Thanks.
My question is ... is that the only error that...
May 31, 2021 at 6:58 pm
Hi guys, I have found this resource for interview preparation https://artoftesting.com/sql-queries-for-interview
Lordy... not another one... 🙁 Jumping straight to the final two questions in the "experienced" section...
Without loading it into...
May 31, 2021 at 5:15 pm
Viewing 15 posts - 5,161 through 5,175 (of 59,068 total)