Viewing 15 posts - 31 through 45 (of 205 total)
The problem is, the full file could be partially wrong at times.
June 4, 2018 at 10:36 am
The source file has millions of rows, but only a subset of that data will be included in the ultimate destination table.
And I agree, Hadoop is overkill.
June 1, 2018 at 1:21 pm
The thing is, we have no control over the actual import file, since it comes from an outside vendor. However, maybe we can add the Transaction Date column as part...
June 1, 2018 at 12:08 pm
By SQL Agent tables, you mean dbo.sysjobactivity? Let me check that out, I didn't know about this!
October 31, 2016 at 11:55 am
I guess my main question is, what's wrong with using something not officially documented? What are the risks?
Also, doesn't OpenRowset require a connection string? How does that affect...
October 31, 2016 at 11:52 am
That makes sense. I guess one can assume that the same project deployed to a new server should have the same number of rows, etc. Was anything done...
October 3, 2016 at 11:34 am
source = old system = SSAS 2012
destination = new system = SSAS 2016
October 3, 2016 at 10:05 am
Thanks for the feedback. By the way, what type of tools were used to confirm that source and destination were the same?
September 30, 2016 at 9:47 am
I replaced the old command with something like this:
SQLCMD -S [Server Name] -U [login] -P [password] -Q”exec msdb.dbo.sp_start_job ‘[SQL JOB NAME]'”
I still haven't figured out how to get a good...
September 19, 2016 at 9:50 am
Sue_H (9/15/2016)
imani_technology (9/15/2016)
osql...
September 16, 2016 at 12:24 pm
Let me re-phrase. We have existing SQL Agent jobs that process SSAS cubes. Has anyone used Control-M to launch the SQL Agent jobs to process SSAS cubes?
September 15, 2016 at 3:05 pm
Sue_H (8/18/2016)
September 12, 2016 at 11:06 am
By the way, I have three questions about the code
C:\DTEXEC -f test.dtsx > C:\folder\output.csv
1. PowerShell won't allow ">". Is that a typo?
2. How do I pass the...
August 30, 2016 at 1:25 pm
Viewing 15 posts - 31 through 45 (of 205 total)