Showing results for guest blogger - Scripting Blog [archived]

May 28, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Use the SQL Server Mini-Shell Version of Windows PowerShell?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! One thing I do not understand is why the SQL Server team wrote its own version of Windows PowerShell. I thought Windows PowerShell was supposed to standardize things. But the SQL Server team has one version of Windows PowerShell, the Exchange team has another, and then of course there is the Windows PowerShell that we can down...

Scripting Guy!Windows PowerShellguest blogger
May 27, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Does Windows PowerShell Make It Easier to Work with SQL Server 2008?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I am a SQL database administrator, and in the past I have enjoyed using VBScript for many tasks related to my computers that are running SQL Server. What capabilities does Windows PowerShell provide to make working with SQL Server 2008 easier?- OS Hi OS, Ed is neck deep in work for the 2009 Summer Scripting Games. He is sippi...

Scripting Guy!Windows PowerShellguest blogger
May 26, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! Why Should I Use Windows PowerShell with SQL Server 2008?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I recently saw that SQL Server 2008 has Windows PowerShell built into it. I looked at, but I am not really impressed. Why should I be interested in using Windows PowerShell with SQL Server 2008?- JJ Hi JJ, For some unknown reason, it has turned cool down here in Charlotte, North Carolina, in the United States. Not that Ed is ...

Scripting Guy!Windows PowerShellguest blogger
Aug 31, 2004
Post comments count0
Post likes count0

How Can I Prompt a User for Input?

Doctor Scripto
Doctor Scripto

Hey, Scripting Guy! I need my script to prompt users to enter some information, like the name of the file they want to create. How do I do that?-- RW, Williamsport, PA Hey, BN. The simplest - and most foolproof - way to do this is to use an InputBox; when you do that users will be presented with a graphical dialog box similar to this: Displ...

Scripting Guy!Windows PowerShellguest blogger
Aug 27, 2004
Post comments count0
Post likes count0

How Can I Determine the Day of the Week?

Doctor Scripto
Doctor Scripto

Hey, Scripting Guy! I have a script that does certain management tasks based on the day of the week. I know how get the date in a script, but how can I tell whether it’s a Monday or a Tuesday or whatever? -- CT, Tallahassee, FL Hey, CT. This is actually much easier then it might sound; that’s because VBScript has a built...

Scripting Guy!Windows PowerShellguest blogger