Viewing 15 posts - 271 through 285 (of 375 total)
the thread above is one you created before with the particular csv file for treasury - I gave you a functional powershell example to download it for their site...
March 7, 2022 at 12:20 am
did you try the script I posted on your previous post ?
This is going to show how much of a rookie I am. That code you helped with was...
March 6, 2022 at 7:40 pm
I used powershell to create a script that prepares the files for bulk insert. it ensures that the columns match with the destination table. works beautifully.
You...
March 4, 2022 at 3:24 am
I think I found answer to my question
https://www.mssqltips.com/sql-server-tip-category/175/reporting-services-charts/
Looks like there IS a way to do it. I saw the graphs and they look like the ones I am interested in.
SQL...
February 19, 2022 at 5:14 am
The problem with Metatstock is that it doesn't handle external data very well. If I create a query in SQL Server 2019 then there is no easy way to have...
February 19, 2022 at 5:01 am
I would look at PowerBI and Excel. You can use stored procedures and views as data sources if you want. What kinds of graphs etc did you want to...
February 19, 2022 at 1:54 am
Excel is simple (or Sheets, etc.)
Power BI is free-ish. Are you looking for yourself or others? Often something I use might be simple and easy, but once I start...
February 19, 2022 at 12:56 am
See what kind of data? From where?
"I want to know what kind of car or truck I should buy, but I can't tell you how I'm going to use...
February 19, 2022 at 12:55 am
I found this article online that looks like it does looping through column values. Is this what I need to do? I would replace the runningtotal with the bcp command
https://www.mssqltips.com/sqlservertip/6148/sql-server-loop-through-table-rows-without-cursor/
Just...
February 15, 2022 at 3:57 pm
Here's a post from Erland Sommarskog... passing parameter to stored procedure in bcp command
then all you'd have to do is loop over the list of values to pass into...
February 15, 2022 at 3:56 pm
I have another question. In my example I used header1 values to break up the main table into smaller tables. If I use a parameterized stored procedure to process it...
February 15, 2022 at 3:51 am
that is looking promising. They give an example:
bcp "SELECT FullName, PreferredName FROM WideWorldImporters.Application.People ORDER BY FullName" queryout D:\BCP\People.txt -t, -c -T
Can the file name "D:\BCP\people.txt" have a...
February 15, 2022 at 3:05 am
Thank you for the feedback. I will definitely test it out to make sure it does what I hope it does. Thanks again for your help!
February 12, 2022 at 9:32 pm
I found this article on microsoft website. Is this what I need to do?
I am a rookie so I need some guidance to make sure I am doing the right...
February 12, 2022 at 7:20 pm
Viewing 15 posts - 271 through 285 (of 375 total)