Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)
mitchellcstein (5/26/2015)
May 27, 2015 at 12:25 am
SQLRNNR (5/26/2015)
Some of us might worry that all the code we've cut and pasted will have the same issue in many places
Oh come on, all of the code on the...
May 26, 2015 at 9:18 am
Happy to help with any specific issues.
May 26, 2015 at 7:25 am
First off Geri, your English is good. At least good enough for me. (I am not a professor in English so who knows :-P)
I think that I would have used...
May 26, 2015 at 7:25 am
I think that without some form of requirements, no matter how brief, it is such an open ended question that many would be forced to say "it depends".
Some might even...
May 26, 2015 at 5:44 am
I think that we should consider ALL those who have sacrificed themselves for what they believed in the greater good. All around the world, in many conflicts and at many...
May 26, 2015 at 5:02 am
It appears to be a sensible approach when also taking the considerations of publicity and cost into account.
It is key that they have excluded particular parts of their systems from...
May 26, 2015 at 4:54 am
Eric M Russell (5/22/2015)
...They don't have an affinity for a specific printer, it's the physical location they care about...
Not always so simple. Sometimes a particular printer is allocated to a...
May 22, 2015 at 1:27 pm
Eric M Russell (5/22/2015)
Gary Varga (5/22/2015)
Eric M Russell (5/22/2015)
T_Peters (5/21/2015)
May 22, 2015 at 9:19 am
phegedusich (5/22/2015)
One problem with SQL Audit: it's exposed to the sysadmin. This doesn't fly with our Audit department, so we use Guardium instead.
Definitely a potential for abuse. We all know...
May 22, 2015 at 7:57 am
Eric M Russell (5/22/2015)
T_Peters (5/21/2015)
May 22, 2015 at 7:32 am
Get-ChildItem D:\Data\Load -Directory | Get-ChildItem -Filter "*.zip" | Rename-Item -NewName {$_.name -replace ' ','-' } -whatif
Get the folders, then within each folder get the ZIP files and for each ZIP...
May 22, 2015 at 5:36 am
Have you tried:
May 22, 2015 at 5:31 am
Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)