Viewing 15 posts - 4,861 through 4,875 (of 59,070 total)
Reply, SQL Server 2019 and the latest version of SSMS. I changed the length of the output for the media_path column in the import and ensured the length of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 8:18 am
Understood on the SSIS thing but the Op wasn't using SSIS. For that matter, I typically try to make it so that I never have to use SSIS anywhere.
Having had...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 8:16 am
The whole reason for the RBAR of a cursor here is so that you can call the Capture_Inline_Quality stored procedure for each and every bloody row. That, good sir, is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 4:36 am
FYI made changes in the import wizard and the data imported just fine. I do suggest that when you post a problem, whether here or another site, that you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 4:20 am
... modifying half a mil ASP web pages ...
I have to ask (as in seriously curious)... you have a half million individually programmed ASP web pages? What kind of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 4:16 am
Have any of you good folks used the "Automatic Tuning" feature of SQL Server 2016 for on-prem? If so, how'd it work out for you?
I ask because I have this...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 4:05 am
Don't worry about it. I won't be coming back here for help since all you guys want to do is make excuses for a tool that turns a simple...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2021 at 2:41 am
Thank you both. I got it working!
Very cool... can you post the code you used to replace the FORMAT function? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2021 at 12:07 pm
And don't use the FORMAT function. Even relatively complicated functionality created by CONVERT is 38 times (in this case) faster than FORMAT. Take the time to figure out the alternative...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2021 at 12:40 am
No Data Is Missing
B014","S006" Bit Rate and Sample Rate Keys
You didn't have anything like that in the sample data in your original post.
Like Jeff Williams stated, that's not a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2021 at 12:48 pm
Question: "Are you a 'full stack' developer?"
Oh yes... I love Dagwood sandwiches for lunch. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2021 at 1:59 pm
So here's my chance! I'm helping write up a job description for a "Jack of all trades" DBA position. Unfortunately, no, I can't put DBCC TIMEWARP() on it. I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2021 at 1:57 pm
Hi Guys,
Problem solved. Rather than pull my hair out trying to figure out why MS had to take something so simple and turn it into a complicated Charlie Foxtrot,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2021 at 1:42 pm
Hi all
I use the Ola Hallengren Index Optimize script for rowstore index maintenance in my SQL estate. Recently we have been looking into an issue with our data warehouse...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2021 at 12:30 pm
I don't think including the column name in the PK is a bad idea especially since I do tend to include column names in other indexes. The only reason why...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2021 at 7:39 pm
Viewing 15 posts - 4,861 through 4,875 (of 59,070 total)