|
|
Browse by Tags
All Tags » ADO » PowerShell
-
As the Answers to the events 5 and 6 in the Scripting Games 2007, Are Posted,
*edit * It's nice to see that more people show there answers, it is nice to compare them also see for example the answers here :
winter scripting games : events 5 and 6 in this excelent blog series about the scripting games by ...
-
A handy onliner Function to get a list of SQL servers I have in my Profile function get-SqlServerList {[System.Data.Sql.SqlDataSourceEnumerator]::Instance.GetDataSources()} This function retrieves a DataTable containing information about all visible SQL Server 2000 or SQL Server 2005 instances.
PoSH> function get-SqlServerList ...
-
This is part 3 of a series, about PowerTab an extended PowerShell TabExpansion Function
for more information see former posts :
PowerTab Overview Page ( Downloads and Links ) PowerTab 0.72 PowerShell TabExtension - Part 2 The basics PowerTab 0.72 PowerShell TabExtension - Part 1 Installation this part is about The Tabcompletion ...
|
|
|