Topics
Started by
Posts
Last post
So I have an array: $array = @() $Props = [ordered]@{Table="Table1"; Col1=1; Col2=2} $array += New-…
6 replies
Hi, I am running below 3 Inovke-SQLCmd satatements on a powershell window. Invoke-Sqlcmd -Query "s…
4 replies
Hi Could you please provide a PowerShell script to loop through multiple servers and get the…
3 replies
Hello everyone Who has an idea how can I modify this script to run it on multiple instances Current…
1 replies
Using the Quest AD cmdlets, this easily returns all groups with underscores around the $Code. Get-Q…
7 replies
anyone have a script that will run a PS script to run a SQL SP and catch if it fails along with cap…
1 replies
I have been trying the following PowerShell script to extract a query result from a list of SQL ins…
3 replies
I have a function where I'm executing in succession a list of sql queries\updates. The function has…
9 replies
Trying to Convert VBScript Com Object to PS. VbScript:Set objPkg = CreateObject("DTS.Package"…
6 replies
Creating Audit script to validate newly built sql server- as it's popular now- in PS. Do not have m…
2 replies
Hi, Please could anyone help me with following requirement. I have output like below - ID…
2 replies
In our organization, we have more than 100 SQL Server machines on different regions over the Networ…
6 replies
((Get-Date).AddMonths(1)) gives meSaturday, August 25, 2018 3:06:26 AM (Get-Date -format 'Y')gives …
8 replies
I need to go through a list of SQL Servers from a SQL table;hit the respective server and collect t…
1 replies
Hello,I'm trying to create a PowerShell script that will run a new PowerShell Process as …
9 replies
Viewing 15 topics - 136 through 150 (of 633 total)
You must be logged in to create new topics.