Viewing 15 posts - 2,896 through 2,910 (of 3,220 total)
I am not convinced that using PowerShell for these scenarios is applying the most appropriate tool. I am certain that given any description I provide that someone could come up...
May 22, 2013 at 6:35 am
One aspect that is often overlooked in DR is the restarting of applications. Certainly application reinstallation is often thought of but sometimes what is missed is that there will be...
May 22, 2013 at 6:11 am
I think that the first version should be a simple (as per Einstein's definition) set based query that resolves the business question. Of course, this assumes that it is a...
May 22, 2013 at 6:03 am
I do fear that, whilst the 90s moved towards greater software engineering practices, since the popularity of the www that there has been a return to the hack and slash...
May 22, 2013 at 5:40 am
I am a long time fan of PowerShell but we must also realise that we should be applying the right tools for the right jobs. I have seen examples of...
May 22, 2013 at 4:41 am
I am at the whim of my clients. I can recommend, request as well as try to cajole but at the end of the day I am often not allowed...
May 22, 2013 at 4:18 am
I find that the shift from something as core to an IT department such as a RDBMS or OS takes a long time. In general there appears to be the...
May 22, 2013 at 3:09 am
Sometimes the perception of competition, or rather the perception of alternatives existing, is more of a comfort blanket than a reality. This is often a fallacy as you just have...
May 22, 2013 at 2:48 am
It cannot be forgotten that sometimes maintainability must take an equal footing to performance. For some, being able to adjust a system to ever changing business rules is as important...
May 22, 2013 at 1:58 am
Replace
$SqlCmd.CommandText = "select f.physical_name from sys.master_files f, sys.databases d where f.database_id = d.database_id and
d.name = 'master'"
With
$SqlCmd.CommandText = "select f.physical_name from sys.master_files f, sys.databases d where f.database_id = d.database_id and
d.name =...
May 8, 2013 at 6:09 am
You are most welcome - makes a change for me being the helper as opposed to the helped!!!
April 26, 2013 at 3:13 am
When using double quotes (") PowerShell looks to replace variables with their values whereas if you use single quotes (') it does not. So as you used double quotes it...
April 25, 2013 at 3:48 am
Ross McMicken (4/22/2013)
Gary Varga (4/22/2013)
Gary Varga (4/22/2013)
Has Word ever won...
April 23, 2013 at 12:09 am
Gary Varga (4/22/2013)
Has Word ever won a Pulitzer or Excel...
April 22, 2013 at 11:29 am
Steve Jones - SSC Editor (4/22/2013)
Gary Varga (4/22/2013)
April 22, 2013 at 11:24 am
Viewing 15 posts - 2,896 through 2,910 (of 3,220 total)