Forum Replies Created

Viewing 15 posts - 5,041 through 5,055 (of 6,486 total)

  • RE: Create 'Vanilla Database'

    Check in the extended options, there are some things that don't get scripted by default.

  • RE: UDF to create a counter

    Debra Owens (1/25/2008)


    After running several test the top 1000... will not work with the query.

    The user name and date is being queried, member quired is not one of the 1000...

  • RE: UDF to create a counter

    GSquared (1/25/2008)


    checksum doesn't guarantee unique results. It'll probably be unique, but it's not guaranteed. More likely to be unique than Rand() is, though.

    Per BOL:

    CHECKSUM satisfies the properties of...

  • RE: Filegroups and SAN-based environment

    While I agree with Steve that we can't help you answer this specifically - don't fall of the marketing nonsense that the SAN will "automagically" or somehow auto-sense what you...

  • RE: CLR

    Well - if you want to me acknowledge that writing procedural code is easier to do in a procedural language than in a set processor...Well - sure...:)

    And - what other...

  • RE: Search query fluctuation in exection

    I think you're running into SQL Server not being able to detect that the two pieces of code are the same, and is not able to appropriate parameterize (using "simple"...

  • RE: CLR

    True - but the "ease of coding" in CLR vs T-SQL in that case comes from having access to custom libraries (the encryption/decription namespaces, etc..) in CLR, which aren't...

  • RE: Transaction Log will not trunctate after full backup

    Well - it seems to think that you are, which is why the error is there. Sounds like you started to set it up, but haven't finished, so you...

  • RE: How to get the name of calling SP in a function

    If the persons calling this aren't dbo's, why not define user-specific functions or prcedures for them.

    a.k.a. bob.myfunction(), jody.myfunction(), etc...?

    Or - instead of checking by person, perhaps...

  • RE: Alter multiple tables in single query

    Of course - if these are SQL tables linked in, you can't alter them at all from within Access. The most you could do is to "ask SQL Server"...

  • RE: UDF to create a counter

    And - there's NO guarantee that it won't return the same number twice... The larger the set of numbers, the more likely it WILL duplicate the number.

    Try this instead:

    select...

  • RE: A Lack of Data Quality

    I'm just amazed at how many people right here have reported that they've had it happen to them. Maybe we need more DBA's in HR or Payroll....

    The closest I've...

  • RE: sending mail automatically using sqlserver2000

    First - don't cross-post. Having the SAME question posted 4 times is wasteful, doesn't help you cause at all (especially when you post them in non-relevant subject areas)....

  • RE: sendig mail in sqlserver2000 automatically

    First - don't cross-post. Having the SAME question posted 4 times is wasteful, doesn't help you cause at all (especially when you post them in non-relevant subject areas)....

  • RE: sending mail using sqlserver200 automatically i.e. schedule

    First - don't cross-post. Having the SAME question posted 4 times is wasteful, doesn't help you cause at all (especially when you post them in non-relevant subject areas)....

Viewing 15 posts - 5,041 through 5,055 (of 6,486 total)