Viewing 12 posts - 31 through 42 (of 42 total)
Steve,
The vast majority of the SSC Community truly appreciate your efforts, including any occasional errors that might be made. I would think that a "newbie" would have better things...
June 4, 2009 at 2:45 pm
While I don't believe that you need a degree to succeed, I do belive that it helps to open a lot of doors. I've got degrees in Business and...
May 29, 2009 at 9:50 am
I think that the standard rule of thumb one should use when seeking somone's assistance is that a "reasonable" attempt should be made to troubleshoot and resolve an issue before...
April 8, 2009 at 4:20 pm
There is sooooooo much truth in this article.
In many ways being a DBA is much being a Custodian. As long as the facilites stay in working order, no one...
April 8, 2009 at 3:50 pm
I regularly write SQL queries to check for certain conditions in my data. We've developed a system used to automate the calculation of Teacher Bonuses that are based on...
November 24, 2008 at 9:09 am
I agree with Steve. I've been in the industry for 14 years and rarely do I miss personal events in order to work. In the few occasions that I've made...
March 22, 2007 at 7:07 am
Hi Steve,
Several years ago, I had the opportunity to work from home as a private consultant. Although this scenario definitely presented a unique set of challenges/distractions, I found that by...
March 1, 2007 at 7:11 am
I look forward to the day that I can retire from the regular work week, but I doubt that I'll ever get completly away from database development and the desire...
January 5, 2007 at 8:08 am
I was having the same problem and it appears that I was able to resolve it by reimporting the package but setting the Package Protection Level to teh very...
November 16, 2006 at 11:55 am
I started a career as a developer in 1992. My nearsighted vision gradually worsened until early 2001 when I had LASIC done. Although I can't can't say for certain that...
January 11, 2006 at 8:35 am
Try this:
--NOTE: Change TableName and ColumnName to respective values.
IF NOT (SELECT object_id('dbo.TableName') as idnum)IS NULL
BEGIN
IF NOT exists(SELECTt o.* from dbo.sysobjects o JOIN syscolumns c ON c.Id = o.Id WHERE...
February 28, 2005 at 8:26 am
Viewing 12 posts - 31 through 42 (of 42 total)