Viewing 15 posts - 3,061 through 3,075 (of 3,220 total)
Connection string will be a standard connection string for SQL Server. Try ConnectionStrings.com[/url] for help if you need it.
Have a search via you favourite search engine...or even search SQLServerCentral.com[/url] for...
January 16, 2012 at 7:38 am
As a developer who started with home computers to program (Vic 20 in my case) I missed the whole compile a day thing but was taught using non-IDE compilers. This...
January 13, 2012 at 1:00 am
Eric M Russell (1/10/2012)
January 10, 2012 at 7:54 am
As a developer who often takes full advantage of the split between developer and DBA roles (please read as a healthy respect for another's technical speciality), I like the use...
January 10, 2012 at 1:03 am
I know I am late and that maybe no-one will read this but I have to write it anyway (for self-evident reasons):
Pure Muppetry = where the reason for doing something...
January 6, 2012 at 3:35 am
You are missing the pipe to Table-Format i.e. what was line 13 for me should be as follows:
$Output = Get-WmiObject Win32_logicaldisk | Format-Table DeviceId, MediaType, Size, FreeSpace -auto
January 6, 2012 at 1:11 am
I guess I should have been more thorough in my code review 😉
December 21, 2011 at 5:12 pm
opc.three (12/21/2011)
$dir = "C:\@\1"
foreach($file in (ls "$dir\*.pdf"))
{
...
December 21, 2011 at 9:18 am
I believe that your first problem is that $share is a collection. To resolve that try $share[0] either in place or by assigning to another variable. $share[0] is a ManagementObject...
December 9, 2011 at 3:03 am
No worries Jeff. I just wanted a little clarity for I am a developer of very little brain!!!
I only wish I understood more about the lack of security inherent in...
August 19, 2011 at 1:23 am
Jeff Moden (8/17/2011)
shew (8/17/2011)
We are a "locked down" hosting facility (xp_commandshell as well as a host of other features is not allowed),
Heh... xp_CmdShell. 🙂 One of my favorite...
August 18, 2011 at 12:44 am
I have just tried running mine locally using the exact same command (copy & paste) in the Run box. It worked successfully so I can only think of three possible...
July 22, 2011 at 1:32 am
You might get some assistance if you specify what is and what is not working. Otherwise you are asking someone to do all of your job for you. I am...
June 20, 2011 at 8:26 am
Martin Bastable (10/25/2010)
My tips are always to document everything, keep evidence trails (and these don't have to...
November 1, 2010 at 9:01 am
giaks0wn (10/22/2010)
October 22, 2010 at 1:51 am
Viewing 15 posts - 3,061 through 3,075 (of 3,220 total)