Viewing 15 posts - 3,241 through 3,255 (of 59,086 total)
Just in case you're still around, the reason I'm asking is because, if the ultimate use is to import the data into another SQL Server, using BCP Out in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 4:54 pm
In other words, please read and heed the article at the first link in my signature line below for one of many methods to provide some "Readily Consumable Test Data"...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 3:54 pm
Please go back and read the reply from Scott Pletcher and myself.
I agree that it sounds like you're trying to do a server to server transfer. With the exception of...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 3:48 pm
It might be possible but I'm not going through the code to figure out which columns are coming from which tables. Using table aliases in all columns when joins are...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 3:39 pm
Thanks for the feedback on what it turned out to be, Jonas.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 3:33 pm
I got this,...
What did you end up doing? I know this would help others in the future.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 3:27 pm
Here's the query to cover your first request.
SELECT MontaguOwner ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2022 at 1:07 am
Hi Jeff,
Using the same test data I provided I wonder if you could help me build on your code to achieve an additional outcome.
So, on the test data, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2022 at 10:21 pm
Jeff,
I'm going to have to be become very proficient with Pivot (CROSS TABS) with my company.
Thanks for the links
See my post on the other thread. I've also just updated...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2022 at 6:07 pm
First, really nice job on providing "Readily Consumable Data" AND it actually works without error! 😀
With respect to the output you posted, are you looking to pivot ONLY those rows...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2022 at 5:59 pm
Not to worry, Carlton. They don't delete questions on this site except for SPAM. Thanks for the feedback.
The "pivoting" thing is actually pretty easy. In the old days, it was...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2022 at 5:48 pm
None of the data between the two graphics matches each other nor does the test data. You need to be more clear and explain things like the other 4 statuses...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2022 at 11:31 pm
Like I said, I've never had to do such a thing as that requested but... I believe that the user of a schema can create objects and that's about it. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2022 at 4:06 am
If you want to play with something more substantial, here's a 10 million row table to play with, complete with expected indexes. Don't let the 10 million rows scare anyone. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2022 at 3:28 am
Not sure how you figure the total for Jan, Feb, Mar 2022 is 11. There are 4 in Jan, 5 in Feb, and 4 in Mar. 4+5=9 + 4 =...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2022 at 10:27 pm
Viewing 15 posts - 3,241 through 3,255 (of 59,086 total)