Forum Replies Created

Viewing 15 posts - 391 through 405 (of 528 total)

  • RE: The Work Perks You wish to have

    RSI = Repetitive Stress Injury, I believe. More general than simply carpal tunnel (which, when I first heard it, was 'car pool tunnel') - along the lines of mishearing...

  • RE: Identifying gaps in numbering sequence of a table

    Sounds wonderfully efficient. HOWEVER - are there records retention issues you may fall afoul of? Will reusing vendor numbers cause confusion down the road, as a policy? ...

  • RE: Database name with special character(Urgent)

    Sergiy - for closure, and to let you know that I did see your response:

    1. It doesn't look like I have initiated that fall, but I debated whether to...

  • RE: what is the wrong with this update

    If your display is challenging you visually, you could always copy your SQL into Word or equivalent editor, then show codes to highlight improper characters or empty spaces that don't...

  • RE: Confused by article in sqlservercentra.com ?

    And I'm a bit confused by your question. The reason why this recommendation is being made, is that a large number of page splits imply a high volume of...

  • RE: Generating scripts for FKs and Indexes only

    Joel -

    I find this request unusual, and it sounds like you are trying to correct an earlier false assumption about the source database, which resulted in copying...

  • RE: How can I join 2 tables

    try this as an alternative (note, i haven't run it yet):

    select da.ID, da.Date, sw.hrs_wkly, sw.sal_wkly

    from daily_activity da

    inner join sal_wkly sw on da.id = sw.id

    inner join sal_wkly sw2 on da.id =...

  • RE: Can I get the password

    As a general rule of thumb, unless someone else knows it and gives it to you, or you are clever enough to understand the person who set it to guess...

  • RE: reporting broken links

    'This is good' - you mean, posting the notification here, I assume.  Not the fact that there's a broken link, surely. 

  • RE: Upgrade RAID Array

    ok Jeff - hard question for you. How do you determine the disk performance you require vs what the RAID 5 can deliver?

  • RE: Unknown additional fields...

    I am expressing a personal bias here, based in part on my not having to use a variant field: It's only a small step from variant to deviant. ...

  • RE: scroll bar overlapping data in a drop-down.

    have you tried click-and-drag? are there size settings in properties?

  • RE: Divide by zero error

    Have you tried the other way of phrasing it? iif(y0,(x-y)/y,0)

    If that fails, then the problem is somewhere else. We would then like to see the surrounding code and...

  • RE: VS2005 deployment security

    Eva Leah -

    This may sound like an off-the-wall suggestion, but have you done your IE clean-up and eliminated the related cookies? Is it possible that a cookie is...

  • RE: DBA''''s more scarce in 2007

    Granularity, Steve and Brian, granularity. I know that Houston was developed without zoning, which resulted in some strange neighbors (industrial next to residential, etc). There are parts of...

Viewing 15 posts - 391 through 405 (of 528 total)