Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)

  • RE: Index Hints work but why do I need them all of a sudden?

    Sorry, no plan.

    Do you have good guesses why a query can fail all of a sudden even though no changes have happened in the table contents?

    Kind Regards

    Arthur

  • RE: Two questions about Index de/fragmentation

    Thanks a lot for your quick reply!

    I will copy the copied Microsoft statement about this small indexes from that link:

    "In general, fragmentation on small indexes is often not controllable. The...

  • RE: SQL Server Build Lists

    Are the Build List also valid for the corresponding Express Editions?

    Sorry, if the answer is obvious, but I googled hard and dind't find an answer...

    Thank You

    A.

  • RE: SQL Server Build Lists

    Is it Built Lists or Build Lists?;)

    Nonetheless: Thank You for the effort!

    Are the hotfixes also valid for the corresponding Express Editions?

    Seems ridiculos, but I didn't find an answer to...

  • RE: Visible Databases

    Lowell (5/14/2010)


    you have end users logging into your Server using SSMS?

    Just a little real world confirmation: our customer's DB ist hosted by a BIG provider and we have remote access

    for...

  • RE: Database Mail - Security Issues

    Nobody?

  • RE: Multiple Joins with a twist

    Thank you for your fast reply!

    So you don't have to have it return a bunch of stuff. a canned 1 will work just fine, because it will only show up...

  • RE: Multiple Joins with a twist

    Hi Lynn,

    not exists(select 1 from dbo.CustomerProduct cp where cp.CustomerID = c.CustomerID and cp.ProductID = p.ProductID);

    can you explain, why you use "1" in the exists-statement instead of "*"?

    I also know some...

Viewing 8 posts - 31 through 38 (of 38 total)