Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,193 total)

  • RE: Remove All Identity Tables

    vahid.arr (10/9/2012)


    Performance is not important Because I want To Do it One Time.I want All Removed Data from My Main Database Come to Another Database So I remove Foreign...

  • RE: Using MERGE for Audting

    terry999 (10/2/2012)


    illegal?

    Hmm, yeah. Was wondering that myself!

  • RE: Remove All Identity Tables

    Lokesh Vij (10/9/2012)


    Gazareth (10/9/2012)


    Nils Gustav Stråbø (10/9/2012)


    Lokesh Vij (10/9/2012)Here you go:

    Won't work. Only one table at the time can have IDENTITY_INSERT OFF

    Only one table at the time can have IDENTITY_INSERT...

  • RE: Remove All Identity Tables

    Nils Gustav Stråbø (10/9/2012)


    Lokesh Vij (10/9/2012)Here you go:

    Won't work. Only one table at the time can have IDENTITY_INSERT OFF

    Only one table at the time can have IDENTITY_INSERT ON.

    I don't think...

  • RE: Statistics - 3

    Thanks, good question. Actually guessed at the answer (hoped the specific versions mentioned was a clue), but it's taught me something I didn't know!

    It is interesting that it's been implemented...

  • RE: Ryder Cup 2012

    Perry Whittle (10/8/2012)


    I'm still learning at the mo, got myself a nice set of second hand Ping Eye 2 irons and Callaway ERC Fusion woods 🙂

    Nice! Having lessons or going...

  • RE: Ryder Cup 2012

    SQLRNNR (10/5/2012)


    I caught some of it. Recorded some it. Was gravely disappointed that they couldn't hold on to that lead.

    Pretty much no-one saw it coming! Thought the European...

  • RE: Find sub-tree nodes

    Old threads don't die, they just get flushed to disk...

  • RE: Ryder Cup 2012

    SQLBill (10/4/2012)


    Just saw this thread....I golf (I live in Arizona where there are lots of courses)...but I don't watch any golfing. Almost as boring to watch as tennis.

    -SQLBill

    Ha, you...

  • RE: sql is not up

    You could also look into starting sql server in minimal configuration mode (-f switch).

    This may allow you to get to a point where you can reissue the ALTER DATABASE commands...

  • RE: Setting Up Min and Max for Y axis

    You can type number values directly into the min, max, and interval boxes for the chart.

    However if different report runs require different ranges, you'll have to do something fancy with...

  • RE: Performance issue with Multi value parameter in SSRS

    No worries, was wondering if you'd done something like that, or used the in-built SSRS behaviour, which does as I described.

    I've also had success using temp tables the other way...

  • RE: Performance issue with Multi value parameter in SSRS

    Hi,

    How does the report perform if you remove the part of the WHERE clause that references the MVP?

    If it's much quicker, my way would be to get the data into...

  • RE: Resource Guvenor advice

    No problem mate, hope it goes well!

    Cheers

    Gaz

  • RE: Resource Guvenor advice

    Hi Jason,

    Looks fine to me.

    Is this for multiple queries? The MAX_DOP setting in CREATE WORKLOAD GROUP should prevent individual queries running on more than 2 processors, but multiple queries don't...

Viewing 15 posts - 751 through 765 (of 1,193 total)