Viewing 15 posts - 211 through 225 (of 5,111 total)
Out of interest, has anyone heard or seen from Gail in awhile? I haven't seen them about in ages. I noticed that their website has been down a little while...
April 14, 2022 at 11:12 am
But where did you get confused in the article? I assume you want a dynamic pivot, which the articles do explain.
April 13, 2022 at 8:58 am
Good day
sidlfc08,
I would like to do the same condition ( transposing date column to rows )
Can you please share with me your query statement to solve your initial question.
I...
April 13, 2022 at 8:27 am
You've not set the connectionstring property to be an expression, you've set it to be literally the value Provider=Microsoft.ACE.OLEDB.12.0;Data Source=@[User::IntegrationFile].xlsx;Extended Properties="EXCEL 12.0 XML;HDR=YES";
, and your file path to be literally...
April 8, 2022 at 8:00 am
I would like to split Event column based on data type as shown in Data type column.
That sentence honestly makes no sense and doesn't explain anything. To repeat myself:
Explain...
March 29, 2022 at 7:47 am
Images of data aren't going to help us help you. Post the data as DDL and DML statements. Also explain the problem, what are you expected results here? What have...
March 28, 2022 at 2:13 pm
Yep, start
Shifting gears a bit... the following message started showing up on my machine some time ago (seems like at least a week) on every post thread and ONLY...
March 25, 2022 at 11:52 am
Honestly, I'd suggest doing this in the presentation layer. In, for example, you are in SSRS you could use an expression like this:
=StrConv(Fields!YourColumn.Value, vbProperCase)
C# has the string...
March 24, 2022 at 4:16 pm
Looks like an SQL question. Suggest you post in the appropriate forum, trim down your request, provide some sample input and output data that someone can just run to...
March 17, 2022 at 4:13 pm
Did you have to post this four times...? I thought 3 times in the same sub-forum was bad enough, but 4 times? Now I don't know if you want a...
March 17, 2022 at 10:52 am
Assist with what? You've posted this in the SSIS forum, so are you looking to pivot the data using SSIS? Where did you get stuck? Posting the topic 3 times...
March 17, 2022 at 9:04 am
Duplicate post of https://www.sqlservercentral.com/forums/topic/pivot-split-column-2, which is a duplicate post of https://www.sqlservercentral.com/forums/topic/pivot-split-column.
March 17, 2022 at 9:03 am
Duplicate post of https://www.sqlservercentral.com/forums/topic/pivot-split-column.
March 17, 2022 at 9:02 am
You could use the ReportingServicesTools Module for Powershell (note it doesn't work in Powershell 6). I don't know what the layout of your Folders are, but getting the entirety...
March 11, 2022 at 4:22 pm
I assume, therefore, that none of your reports aren't already in an SSRS project? If so, how are the existing reports maintained? What happens when someone asks for a change...
March 11, 2022 at 3:48 pm
Viewing 15 posts - 211 through 225 (of 5,111 total)