Forum Replies Created

Viewing 15 posts - 271 through 285 (of 325 total)

  • RE: Dynamic query in a function

    Thanks For reply Lowell. I know we can use sp_ in any database context, but I had to use that function in a select statement(select clause), so this probably won't...

  • RE: Clusterd index storage

    Hi Gail

    I can't doubt your words. Thats why despite MSDN saying it, I posted for confirmation again. Thanks for confirming it.

    Are there any links which specifically address this topic and...

  • RE: Dynamic query in a function

    I dont think you can call a proc from inside a function except extended procs.

    So it concludes that there is no simple work around expect if I can find that...

  • RE: Wierd one..

    As per my understading when I do a backup and restore of a database, all statistics are restored as it is. So how come updating the stats helped here?

  • RE: Wierd one..

    Are the patches that has been applied on prod and staging same?

  • RE: Wierd one..

    Grant

    I believe DBCC freeproccache (<guid>). will work on 2008 only....

  • RE: Wierd one..

    Is it returning same data on both machines? I mean are u using same parameters on both machines?

  • RE: Wierd one..

    You may drop and recreate the proc or use the "with recompile" option.

  • RE: Some useful index queries

    By the way , in Index ScanDensity and Logical fregmentation

    , there is some creativity from my side as well 🙂

  • RE: Some useful index queries

    Sorry, I surely should have mentioned that....

    I picked these queries from net from different sources with some modification here and there from my side.

    I really dont remember what exactly the...

  • RE: How find open transaction statements?

    Thats okay Gail/Dave.....it does happen....

  • RE: How find open transaction statements?

    Sure it was a thanks with all my sincerity..Thats my poor writing skills if I appeared sarcastic anywhere 🙂

  • RE: How find open transaction statements?

    Thanks for a long followup Gail....

  • RE: How find open transaction statements?

    Actually a part of it is happening in REAL and a part of it just came to my mind. Whats real is my application is calling some proc and the...

  • RE: How find open transaction statements?

    Dave/Gail, whetever you guys said is true. SQL Server doesn't record history of tranactions and in second session i can only see the last statementran by 1st sesson.

    But what surprises...

Viewing 15 posts - 271 through 285 (of 325 total)