Sean, so this is the awesomeness you were referring to on your discord. Thank you!
@seanmackenziedataengineering Жыл бұрын
Yes, it is a pretty cool technique - if you work with Windows, you can do just about anything, on any version because vbScript is supported everywhere!
@xavierbatlle1828 Жыл бұрын
Very interesting and useful for sheduled tasks! 😉
@seanmackenziedataengineering Жыл бұрын
Glad you think so!
@bumpersmith3 жыл бұрын
Definitely would like to see some more extensive vbScript working with Access. An example might be setting up a new specified directory and copying a downloaded FE and BE database into the newly created directory. Then relinking the FE to the BE Like I said before, GOOD topics for Access on this channel.
@seanmackenziedataengineering3 жыл бұрын
Thanks - I'll do some more on this topic!
@asus12351 Жыл бұрын
WHAAAAAAATT!!!! I wish I had known about this sooner man that is cool Brewster !
@seanmackenziedataengineering Жыл бұрын
lol! nice 👍
@srinivasavaradhan2312 Жыл бұрын
This is such an excellent video , Thanks Sean
@seanmackenziedataengineering Жыл бұрын
My pleasure!
@DataisKing2 жыл бұрын
I wonder if VBScript can be used for Power BI?
@seanmackenziedataengineering2 жыл бұрын
For programming languages, I think only Python and R are supported in Power BI. M and DAX are supported for query/data transformation purposes. However, you can do a great deal of data prep in vbScript outside of PBI before the data is consumed; for example, updating a table with new figures just before PBI auto-refreshes the published version of a report.
@jerzykepinski2 жыл бұрын
Fantastic!
@seanmackenziedataengineering2 жыл бұрын
Many thanks!
@brockmartin73163 жыл бұрын
This is great, I am interested in the scheduling part you mention. Is this the windows task scheduler or an access based scheduler?
@seanmackenziedataengineering3 жыл бұрын
For sure, the Windows scheduler will do the best job. I found that the best way is to call the vbs script file in the scheduler using a .bat or .cmd (or powershell) file. Not always necessary, but sometimes helps. Just a single line with the name of the script in it. I'll add that to my upcoming videos!
@SHCSBaker3 жыл бұрын
Good stuff!!! Could vbScript be used to check for updated FE?
@seanmackenziedataengineering3 жыл бұрын
Absolutely! And to update it with a file from the network or FTP if necessary
@hassanrozh65793 жыл бұрын
Really it is cool, thanks so much.
@seanmackenziedataengineering3 жыл бұрын
Glad you like it!
@xavierbatlle1828 Жыл бұрын
Unfortunately vbs has been deprecated.
@seanmackenziedataengineering Жыл бұрын
Thanks for sharing! What do you think about that?
@xavierbatlle1828 Жыл бұрын
@@seanmackenziedataengineering To tell you the truth, I use vbscript and powershell and it's not a big issue vbscript deprecation. Furthermore we can use it for years before it dissapears.