Viewing 15 posts - 136 through 150 (of 285 total)
We made a clean cutover to PowerShell when we migrated to SQL Server 2008 a year ago because PowerShell was Microsoft's latest vision of the future. We are a "locked...
August 17, 2011 at 3:16 am
I do as well. I primarily use PowerShell to lauch scripts that contain calls to SQLCMD.EXE. In our environment, Task Scheduler is just way easier to manage than a bunch...
August 16, 2011 at 6:42 pm
I opened a call with Microsoft. They tell me that there is no way to move $pshome in Windows 7 Enterprise and presumably Windows Server 2008. It functions as designed....
August 16, 2011 at 3:08 pm
Hmmm. Sounds like that would work for batch jobs, but I would like something that would handle interactive commands too (so I can test in the exact same environment...
August 13, 2011 at 9:48 pm
FYI -
I found this reference on page 2333 (i.e., on the CD-ROM) for "Microsoft SQL Server 2008 R2 Unleased," copyright 2011, SAMS Publishing:
"Also, you need to remember that log shipping...
August 4, 2011 at 6:41 am
Mr James Howard (12/4/2009)
What an annoying problem! The job is working again for me now, the issue is a bug...Read this:
That link does not work for me.
By the way,...
May 18, 2011 at 12:59 pm
This works. It turns out that the New-Variable command does not use a dollar sign ($) with its "-name" parameter; so, I had to parse that out. See below.
# This...
March 22, 2011 at 10:50 am
This seems to work without killing the batch.
raiserror ('test', 0, 0) with log;
Thanks for the tip, Gail!
March 10, 2011 at 12:07 pm
Hmm. I hadn't thought about RAISERROR. Won't that kill the current batch too though?
March 10, 2011 at 11:59 am
PHXHoward (12/20/2010)
December 20, 2010 at 6:00 pm
No, I haven't. Theoretically, you should be able to load the server names into an array and bump through each element in the array with a sqlcmd.exe statement, but I...
December 20, 2010 at 4:24 pm
Hmmm... That's interesting. I didn't know about that. Thanks for the tip. I definitely need to check that out.
Here is a bit more detail...
As I built our SQL Server 2008...
December 16, 2010 at 3:16 pm
MysteryJimbo (10/11/2010)
I accomplished this by using powershell and combining multiple resultset along with @@SERVERNAME into a $variable and pinging a HTML email...
November 24, 2010 at 2:24 pm
Thanks for the feedback. This has been a nightmare. The Data Domain vendor sent me a PDF file which said that its product can be easily integrated with Active Directory...
October 11, 2010 at 5:31 pm
FYI -
A coworker found this link:
http://blogs.technet.com/b/askds/archive/2008/09/29/command-line-compression-in-core.aspx
It appears to be sychronous, but its compression is not as good as zip. MAKECAB shrinks a 200 MB file to 10 GB, where zip...
September 21, 2010 at 1:00 pm
Viewing 15 posts - 136 through 150 (of 285 total)