Viewing 15 posts - 2,251 through 2,265 (of 3,221 total)
I thought that it was more of a motivational style then lecturing. Some love it, some don't. Personally, I take from editorials of this style the anecdotal knowledge and like...
July 8, 2014 at 5:20 am
I try to be open to the possibility that:
it MAY be possible even if others say that it is...
July 8, 2014 at 3:21 am
Anthony B. Colson (7/7/2014)
... The danger in the cloud that I see (should it become the predominant method of computing for everyone in the world) ...
I would argue that it...
July 7, 2014 at 9:54 am
Eric M Russell (7/7/2014)
In addition to SQL Server, a handful of down scaled sub-variants, and Azure SQL, there is also the little known and talked about SQL Server Parallel Data...
July 7, 2014 at 9:05 am
Eric M Russell (7/7/2014)
July 7, 2014 at 8:29 am
Andy Warren (7/7/2014)
July 7, 2014 at 8:26 am
Chord77 (7/7/2014)
Andy Warren (7/7/2014)
Chord, if the ORM's get better, is that better or worse for a DBA - ugly question isn't it?
Oh I agree it's an ugly question. ...
July 7, 2014 at 7:33 am
Eric M Russell (7/7/2014)
July 7, 2014 at 7:08 am
quackhandle1975 (7/7/2014)
July 7, 2014 at 3:54 am
Those whose primary expertise is in SQL Server appear to have the benefits and disadvantages of working in a single system. I know that this is a simplistic view but...
July 7, 2014 at 2:44 am
call.copse (7/4/2014)
Sorry folks - wasn't trying to be contentious - just reflecting on the poor state of some shops I've encountered. I was pretty much agreeing with you Gary.
No worries....
July 4, 2014 at 4:01 am
You are most welcome.
Nice example of the use of PowerShell.
July 3, 2014 at 1:49 pm
aochss (7/3/2014)
....and even more importantly, let us know when there is an error....
I am always amazed when finally told "Oh, it always fails like that" as though it is...
July 3, 2014 at 10:33 am
It is all about scope. $ExceptionMessage in the function is not the same as the variable in the scope of the script. See this script:
$stringValue = "global"
Function F
{
...
July 3, 2014 at 9:37 am
Jim P. (7/3/2014)
July 3, 2014 at 7:39 am
Viewing 15 posts - 2,251 through 2,265 (of 3,221 total)