Viewing 10 posts - 1 through 10 (of 10 total)
Yes.
I have been unsuccessful using it with my expression.
January 3, 2024 at 9:40 pm
Your revised script worked GREAT in SQLPS. Pasted it in. Ran it. Unzipped the files to the correct folder.
HOWEVER,when I used the same script as a Job Step, it...
May 28, 2015 at 12:10 pm
Path checked out OK.
Revised the script somewhat:
$path = "\\Servername\SQLBackupsFromPROD"
$destination = "\\Servername\SQLBackupsFromPROD\CaaS_Backups"
$Extension = "*.zip"
$shell_app= New-Object -com shell.application
$Files = Get-Childitem $path -Include $Extension
#Format-List -InputObject $Files
foreach($file in $files) {
$zip_file =...
May 28, 2015 at 8:09 am
Have not tried the Log File trick. Did try capturing the Job Step output to a TXT file but it was blank.
I did log onto the box using the...
May 27, 2015 at 6:42 am
He assigns KEY numbers by CLIENT. Then he charges his clients based on number of licenses. Apparently when this instance was installed six months ago the installer used...
November 2, 2011 at 9:54 am
The SSIS package will reside on a SQL2008 server but it will connect to both SQL2005 and 2008. I have trusted connections across the board so all I have...
May 16, 2011 at 10:56 am
I really liked your script and find it quite useful. However it omits User Defined Data Types. Is there a way to script those as well?
Fred Woolverton
May 27, 2009 at 10:02 am
Gail,
Thanks a lot for all the information. There is no way to make any additional room on this disk as things are now configured. We will have to...
January 16, 2009 at 9:46 am
Gail,
Much thanks for the info.
The MP5 drive is 134 GB of which 5.1 GB is free space. The ndf file referred to in the log is 22GB.
January 16, 2009 at 9:11 am
I get this message in both event viewer and the SQL Log:
Event Type:Error
Event Source:MSSQL$*****
Event Category:(2)
Event ID:17053
Date:1/16/2009
Time:1:30:28 AM
User:N/A
Computer:
Description:
P:\DG1\MP5\P____S_LABCORP_20080901_IN_D1.ndf:MSSQL_DBCC9: Operating system error 112(There is not enough space on the disk.) encountered.
If...
January 16, 2009 at 8:36 am
Viewing 10 posts - 1 through 10 (of 10 total)