Viewing 15 posts - 5,401 through 5,415 (of 6,026 total)
I consider CLR functions to be one of the least useful features introduced in SQL Server 2005. Although I can see a niche use for it when a developer needs...
October 10, 2011 at 8:04 am
mendesm (10/5/2011)
These days, the more...
October 6, 2011 at 7:48 am
When writing DDL deployment scripts, I try to leverage information schema views rather than system views.
-- If a named constraint exists, then drop it:
if exists (select * from information_schema.table_constraints...
October 4, 2011 at 6:42 am
Charles Kincaid (9/29/2011)
So, getting back to...
September 29, 2011 at 8:27 am
paul.jones (9/29/2011)
Unfortunately it took us a...
September 29, 2011 at 7:07 am
GilaMonster (9/26/2011)
Eric M Russell (9/26/2011)
...
That alone won't do anything other than raise an error that says something untrue. It's not rolling back the transaction. That transaction committed.
...
Probably not sufficient, it...
September 26, 2011 at 9:01 am
The most common disaster that I seem to hear about is the "whoops" disaster. A disaster that's human error, a situation where someone makes a mistake in data entry. The...
September 26, 2011 at 8:01 am
djackson 22568 (9/22/2011)
Eric M Russell (9/22/2011)
Steve Jones - SSC Editor (9/21/2011)
djackson 22568 (9/21/2011)
And you want us to worry about things like whether a business is closed?
...
We are fighting against significant...
September 22, 2011 at 8:33 am
Steve Jones - SSC Editor (9/21/2011)
djackson 22568 (9/21/2011)
And you want us to worry about things like whether a business is closed?
...
We are fighting against significant odds of success. I...
September 22, 2011 at 7:43 am
Data provided from 3rd party sources can be pruned or perhaps even corrected by cross referencing it with other more official or trusted databases. For example when an anonymous user...
September 21, 2011 at 7:43 am
WayneS (9/20/2011)
Lon-860191 (9/20/2011)
September 21, 2011 at 7:27 am
The most secure and best paying jobs are those where you do something that would be extremly difficult for another person to do. That's a good position to be in,...
September 20, 2011 at 11:30 am
Ian Scarlett (9/20/2011)
You have to take...
September 20, 2011 at 9:04 am
I do think there should be a formal mentoring process for new IT hires, especially developers. A new developer would therefore be considered an Apprentice until they really understand the...
September 9, 2011 at 7:31 am
Of course a lot of programmers did get their degree from a vocational school rather than a university. I don't think a four year degree should be required, however, there...
September 9, 2011 at 7:00 am
Viewing 15 posts - 5,401 through 5,415 (of 6,026 total)