Topics
Started by
Posts
Last post
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
Hi all, I'm brand new to powershell and am trying to convert an old batch script that run some sql …
6 replies
I have a flat file with a bar(|) delimiter. It has no headers, but I want to check columns(11,12,13…
14 replies
Are you able to specify read-only routing in invoke-SQLcmd? $dataTable = Invoke-Sqlcmd -Query $Que…
2 replies
First time using Powershell. And I'm trying to execute via SQL Agent job. So I don't know if I have…
7 replies
ForEach ($Group in (Get-Content c:\text.txt)) { Get-ADGroupMember $Group | Select @{Label="Group";…
1 replies
I have powershell script to run database scripts below, but I can't get it to output to my logfile…
3 replies
Hi everybodyWho can help me on invoke-sqlcmd-level timestamp i tried it with invoke-sqlcmd2&nb…
1 replies
I am trying to use the Dbatools powershell module, but when I try to pass an AD credential, it is …
1 replies
By: e 33291
I inherited Powershell scripts that run on a non SQLServer box A and invokes invoke .net commands t…
4 replies
Below is a powershell script. Looks like it is encrypted with a signature block. I want to make a s…
2 replies
By: Sue_H
Hello everyoneI am looking for a method to insert the contents of this script into a sql server tab…
3 replies
HelloI'm trying to to insert values of sql server script into my hash table to be used later …
3 replies
Hello everyonehow to run the get-childitem command on multiple pathIn fact I have more path and I w…
2 replies
Viewing 15 topics - 151 through 165 (of 635 total)
You must be logged in to create new topics.