Viewing 15 posts - 2,431 through 2,445 (of 3,221 total)
Jeff Moden (4/15/2014)
Jim P. (4/15/2014)
You always have choice:
1. Cheap
2. Fast
...
April 16, 2014 at 1:56 am
How about outputting $dbCommand to the console to ensure it is a valid command?
April 15, 2014 at 11:29 am
If you mean changing
$sqlSnapin = Get-PSSnapin | where {$_.Name -eq "SqlServerCmdletSnapin110"}
if($sqlSnapin -eq $null)
{
Add-PSSnapin SqlServerCmdletSnapin110
}
to
#$sqlSnapin = Get-PSSnapin | where {$_.Name -eq "SqlServerCmdletSnapin110"}
#if($sqlSnapin -eq $null)
#{
#Add-PSSnapin SqlServerCmdletSnapin110
#}
Then I think you may be correct.
April 15, 2014 at 8:59 am
Tony "6 seconds quicker than Gaz" Sweet!!!
April 15, 2014 at 8:27 am
SQL Server 2012? If so I believe that it has switched to Modules. See here.
Import-Module "sqlps"
April 15, 2014 at 8:27 am
Eric M Russell (4/15/2014)
April 15, 2014 at 8:22 am
I also think rude and unprofessional is ignoring regulatory lists for non-contact for marketing, ignoring data protection laws (buying stolen data, using for purposes other than permission has been...
April 15, 2014 at 7:13 am
Craig A. Silvis (4/15/2014)
April 15, 2014 at 5:57 am
On the work mobile I initially evaluate then if of no value then try and politely end the call. If that fails then I press mute and leave the phone...
April 15, 2014 at 1:25 am
This is one of those phrases that has its original meaning subverted. Another is "We are where we are" which has gone from meaning "we cannot change the past so...
April 15, 2014 at 1:10 am
Eric M Russell (4/14/2014)
April 14, 2014 at 1:05 pm
Eric M Russell (4/14/2014)
April 14, 2014 at 11:39 am
Most R&D or experimentation can be done on a "no licence cost" basis. The one cost that NEVER seems to be allowed is time. The nearest I have seen is...
April 14, 2014 at 4:37 am
graeme.shorter 69931 (4/11/2014)
April 11, 2014 at 4:03 am
john.riley-1111039 (4/11/2014)
air bags in cars, pilots train for...
April 11, 2014 at 3:57 am
Viewing 15 posts - 2,431 through 2,445 (of 3,221 total)