Viewing 15 posts - 3,001 through 3,015 (of 3,220 total)
kevin77 (7/17/2012)
Completely get rid of time zones and Daylight Saving Time across the entire world!!!!
Oh OK then.
All the best to all,
Gaz - from rainy England, home of GMT 😉
PS Personally...
July 18, 2012 at 1:53 am
Two points are key from my perspective; timezone and magic values.
Timezone should be UTC. A perfect example of why this should be was in a paper/article/book I read. They suggested...
July 17, 2012 at 7:28 am
Thanks kevin77.
I was wondering if anyone had done more of the solution in SQL Server and thought that was the way to go? And if so, why?
July 9, 2012 at 11:59 pm
kevin77 (7/8/2012)
I wish I had the drive and resources to contact every...
July 9, 2012 at 4:12 am
William Soranno (6/28/2012)
June 28, 2012 at 6:59 am
I am just wondering why you aren't string's Replace or even Substring?
If you know the text or have the variable surely something like the following will do:
FullPath2 = a.FullPath.Substring("Q:".Length);
As you...
May 8, 2012 at 3:17 am
chrisn-585491 (4/5/2012)
I could be cynical, but the number of source/version control editiorials and articles on SQLServerCentral and SimpleTalk has increased greatly since RedGate started making SQL Source Control. The fact...
April 5, 2012 at 6:52 am
If nothing else, this can be used to encouraged the least disciplined to be a better team player. In my experience it really helps to stop those developers who change...
April 5, 2012 at 1:32 am
Scott D. Jacobson (4/4/2012)
The Powershell button would be totally awesome. I clicked through to vote and it now says "voting has been closed on this item". What happened?
Closed...
April 4, 2012 at 2:10 pm
I voted too. BTW when Exchange Server was introduced as the first Microsoft server application to utilise PowerShell it introduced the PowerShell preview window in MMC. This was because the...
April 4, 2012 at 6:20 am
yazalpizar_ (3/28/2012)
March 28, 2012 at 6:01 am
I have seen recent graduates (last 10 years) with a distinct lack of understanding of programming fundamentals. These people were writing software!!!
There is a reason that I was taught different...
March 28, 2012 at 4:58 am
Can't you just change
exec ('use '+@db)
to
exec ('use ['+@db+']')
?
March 20, 2012 at 1:38 pm
phegedusich (3/14/2012)
Phil Factor (3/14/2012): (the Azure SLA quotes 99.95% uptime).
So we shouldn't expect another outage for, oh, three years or so. Sounds good to me.
Redundant failover architecture should include the...
March 14, 2012 at 5:57 am
This reminds me off when I was a passenger in a car recently. The driver was distracted by something the other side of the road for a moment and noticed...
March 14, 2012 at 3:42 am
Viewing 15 posts - 3,001 through 3,015 (of 3,220 total)