Viewing 15 posts - 7,981 through 7,995 (of 59,072 total)
I mean I just didn't run just DBCC shrinkfile. This is the complete command I ran for all 8 files but still no luck.
USE [tempdb]
GO
DBCC SHRINKFILE...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 7:11 pm
Explicitly convert the SKU to something like a VARCHAR(10) using CAST or CONVERT.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 6:49 pm
Right there with you on the "test the heck out of anything".
To be absolutely honest, I have no idea how you even came across this especially since it's not a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 6:37 pm
Feel free to add that. dbatools is an open project.
Heh... or just do it in T-SQL. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 6:00 pm
BWAAAA-HAAAA-HAAAA!!!! I'm thinking that this question is the result of someone learning something the hard way! 😀 😀 😀
Great "gotcha" question, Steve!
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 4:10 pm
This is a great introduction to exporting files with PoSh, Steve. I gave it a 5. That and the mention of how to do it with DBATools is great. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2020 at 3:46 pm
If you add just one more column to the table, you can avoid the Triangular Joins that are created to calculate things that will not change for a given year. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 11:53 pm
Happy New Year to all.
Same back at ya, Lynn.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 11:15 pm
really annoys me when people don't even bother searching for what they need.
hana studio and Hana client are required - you get those from SAP
first link google returned https://blogs.sap.com/2016/08/05/how-to-connect-microsoft-ssis-with-sap-hana/
yes...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 11:06 pm
>> Joe, do you convert back to numeric to get your next successive order number and then convert back to character data? With all the back and forth about...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 10:57 pm
My personal opinion is that people put entirely too much into Calender/DateDim tables. An example of this is people that store the full name of the days of the week,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 4:21 pm
With the disclaimer that this is the first I've ever even heard of {SAP} S/4 Hana databases...
I assume that, since you're posting on an SQL Server forum and mentioned SSIS, ...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2020 at 3:24 pm
DBCC SHRINKFILE on its own isn't the full command... especially if you have 8 files in total. I'm thinking that you need 8 separate commands for that along with a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2019 at 10:42 pm
Not me, back at work and getting some things done here today.
Enjoy the holiday, and be safe. My daughter had surgery last week, so we're still helping her recover...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2019 at 10:36 pm
Yes, but more to the point I wanted to know if what I proposed would import the data without the line feed?
Or how can I do that?
Thank you
Like I ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2019 at 4:44 am
Viewing 15 posts - 7,981 through 7,995 (of 59,072 total)