Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Hey, Scripting Guy! How Can I Import Data into Office Access from Office Excel?

(image) Hey, Scripting Guy! I need to do hardware inventory on all our workstations and on all our servers. I know System Center Configuration Manager can do this and a whole lot more. We actually have it budgeted for deployment next year. However, that does not help me now. We had a summer intern that went around and typed a lot of ...

Hey, Scripting Guy! How Can I Tell Which Tables and Columns Are in a Database Without Opening It?

(image) Hey, Scripting Guy! Is there a way to figure out which tables and columns are in a database without having to open it up?- DT(image) (image) Hi DT, The Impressionists are back in Chicago! For the past six months, they were hibernating down in Ft. Worth, Texas, in the United States. But now they are back. In true Ferris Bueller style...

Hey, Scripting Guy! How Can I Create a Database with More Than One Table?

(image) Hey, Scripting Guy! Being able to create a database from a script is nice, and I appreciated your article yesterday. But I need to have a database with more than one table in it. Obviously this can be done, but I am at a loss as to how to go about it. I am not a real programmer; do you have any tips for me?.- GF(image) (image) Hi GF...

Hey, Scripting Guy! How Can I Use Windows PowerShell to Create an Office Access Database?

(image) Hey, Scripting Guy! I have looked everywhere, and I cannot find a script that will create a new Microsoft Office Access database, and automatically add a new table and columns to it. If you had such a thing in Windows PowerShell it would be even better. I know it is probably too much to ask, but could you, would you write such a ...

Hey, Scripting Guy! How Can I Import Multiple Worksheets into an Access Database?

(image) Hey, Scripting Guy! I’m trying to import a spreadsheet into an Access database. The problem is that the spreadsheet has multiple worksheets. I can import the first worksheet without any problem, but I can’t figure out how to import all the other worksheets in the file. How can I import multiple worksheets into an Access ...