Viewing 15 posts - 946 through 960 (of 2,649 total)
either install is to GAC (advisable but on your server you will also need to install it in GAC) or use the assembly.resolve method - both explained on their page
download...
January 23, 2022 at 11:29 pm
mostly no. some directory mask exist but not the way you need it https://winscp.net/eng/docs/file_mask#directory
you kind of always need to get a listing of files/folders on remote server onto a C#object...
January 23, 2022 at 8:11 pm
and unlikely we will get any useful info of the OP - they just ask the question in multiple forums to see if they get any answer that may temporarily...
January 23, 2022 at 7:51 pm
if your folder location varies it is a bit more complicated and you would be better off using the c# script route than using the execute process task (see https://winscp.net/eng/docs/library_ssis ...
January 23, 2022 at 8:41 am
by reading the documentation for rs.exe you can.
also google is (as usual) your friend.
https://www.google.com/search?q=ssrs+rs.exe+delete+file&oq=ssrs+rs.exe+delete+file
January 22, 2022 at 9:31 pm
don't use SSIS for it - if the database is on same server just do a straight insert into it - if it is on a different server then use...
January 22, 2022 at 7:29 pm
the index you were asked to supply is the one on table parts.tradecodecontrol - index IDZ_ZPLID , not on ExtractReports.dbo.TPls
the indexes that Des mentioned above would not help you as...
January 20, 2022 at 4:08 pm
and winscp can be used within c# code - recommended way to use it - https://winscp.net/eng/docs/library_ssis - or alternatively use it as a process task https://winscp.net/eng/docs/guide_ssis
January 19, 2022 at 6:33 pm
shrink database is pointless - you do need to do shrinkfile but not using the option truncateonly as that will not move data around the file so it can free...
January 12, 2022 at 11:10 pm
did you do a shrink database or a shrink file? looks like the first 1 and that is the wrong one to use
January 12, 2022 at 7:40 pm
same issue - no emails and toolbar gone
January 11, 2022 at 6:10 pm
this is the 4th thread you create on the same subject - if no one has answered the other 3 then creating a new one is not going to sort...
January 10, 2022 at 9:54 pm
Good SQL programmers do not use proprietary features like TOP in their code. If your system lives for a few years, there's a good chance it will be moved...
January 10, 2022 at 9:50 pm
once you add the parameter you can't add it again - but you can update it.
so on your last example where you have the case block you need to instead...
January 8, 2022 at 5:04 pm
your most welcome and it was no bother at all to help on this.
and we all learn something everyday mainly when we help others.
January 6, 2022 at 11:49 pm
Viewing 15 posts - 946 through 960 (of 2,649 total)