Viewing 15 posts - 2,266 through 2,280 (of 3,221 total)
P Jones (7/3/2014)
Gary Varga (7/3/2014)
P Jones (7/3/2014)
July 3, 2014 at 5:17 am
What? SQLBits in Telford? That is really close to me so I must...hold on...I am abroad on holiday until the 20th!!!
Nothing seems to drop in my lap until, well...until I...
July 3, 2014 at 4:52 am
P Jones (7/3/2014)
July 3, 2014 at 4:45 am
Friendly, passionate debate but with mutual respect. I am quite happy to disagree and be disagreed with. Where is the value of debate if there isn't point and counterpoint?
Right, ladies...
July 2, 2014 at 2:06 pm
call.copse (7/2/2014)
July 2, 2014 at 4:39 am
Development environments should be as simple as you can get away with but not simpler (to deliberately misquote Einstein).
All code should be under source control at any point it is...
July 2, 2014 at 12:28 am
Sarah Wagner (7/1/2014)
SQLRNNR (7/1/2014)
Nice first article Sarah (at least here on SSC). If you have others, please let us know where to find them.
This was my first article. ...
July 1, 2014 at 3:56 pm
GoofyGuy (7/1/2014)
July 1, 2014 at 10:24 am
Andrew Kernodle (7/1/2014)
...I feel like I'm at least passably competent these days...
SSC puts each of us in our place often enough that we know how much we don't know -...
July 1, 2014 at 7:43 am
Brent Ozar (7/1/2014)
...We are not smarter....
Depends on what you are referring to. Focus on SQL Server knowledge and dedication to imparting it? Then definitely smarter than most of us. Any...
July 1, 2014 at 6:36 am
I wholeheartedly agree.
As well as all the "heroes", I also congratulate and thank the rest of us cannon fodder that ask those questions that may otherwise have remained unasked or...
July 1, 2014 at 1:59 am
phonetictalk (6/30/2014)
The accidental DBA often becomes so because that is what their employer needs. That (for me) led me to SQL Server...
June 30, 2014 at 8:46 am
I have made many career decisions based upon what I knew about the then current state of IT and most of them have worked out well even if, and probably...
June 30, 2014 at 3:24 am
As someone coming from the developers' side of the fence, with regards to the attitude of ownership of the data then developers (where there is a DBA function) do not...
June 30, 2014 at 3:03 am
The following checks that you have values for each of the four variables:
if(($Instance) -and ($uname) -and ($pwd) -and ($newpwd))
{
$srv = new-object ('Microsoft.SqlServer.Management.Smo.Server') $Instance
#This sets...
June 27, 2014 at 3:36 am
Viewing 15 posts - 2,266 through 2,280 (of 3,221 total)