Forum Replies Created

Viewing 15 posts - 8,191 through 8,205 (of 18,923 total)

  • RE: SQL server DB Access

    Never heard of that being possible.

    The only close possibility is to use replication of the db to a 2nd instance.

    However since more than 1 application can connect to the same...

  • RE: Update statics needed or not after migration

    I'm sure gail will be able to complete my answer with usefull code... but make sure you update ONLY the stats that needs to be updated.

    That way you probably cut...

  • RE: Does Relationships help improving query performance?

    I'm working with a world class erp (ms dynamics Nav). And it handles all the integrity stuff in the application. As far as I can tell it's bullet...

  • RE: Does Relationships help improving query performance?

    FK is for dri which means only integrity of data. On the other hand, having unique constraints (for the parent table) will help the optimizer pick a faster plan...

  • RE: Empty Stored Proc takes 8ms to complete?

    Cut down further to what? 4 ms to call a sp is pretty darn fast and you'll never get any complaints about that.

    From then on assuming you may need...

  • RE: Time Bomb Coding

    Where's the 10 stars button for the vote??

  • RE: delay expired problem in query

    Lynn Pettis (2/5/2010)


    Ninja's_RGR'us (2/5/2010)


    How about a simple lock?

    How about not enough ram to process all the data?

    I can keep on guessing but we need more info!!!

    Xml Execution plan would...

  • RE: delay expired problem in query

    How about a simple lock?

    How about not enough ram to process all the data?

    I can keep on guessing but we need more info!!!

    Xml Execution plan would be nice.

  • RE: delay expired problem in query

    Good catch... but it's only true if we're seeing the whole picture... it's rare that we have the real query here. Quite often we are missing columns in the...

  • RE: Indexed Views

    Any way to compile the reports every day or every few hours and show the saved version?

    If not you can always look at replication on a dedicated server than can...

  • RE: delay expired problem in query

    Not enough info to help you significantly.

    What error are you getting?

    What are the expected results?

    What are the current results?

    What is the table definition?

    What data do you have in thsoe tables?

    The...

  • RE: Multi-statement execution

    Joy Smith San (2/3/2010)


    Wel, Usualy I answer the question by reading it on the screen itself. I never copy and paste it in query analyzer.Had I copied it in query...

  • RE: Protecting SSRS reports

    Following those thaughts. Try downloading the reports once they are deployed to the server... I just can't find any way to do it at the moment (web access, or...

  • RE: Protecting SSRS reports

    Either that or the solution is so obvious that we totally missed it!

  • RE: Rowcount

    amarshall-568002 (1/29/2010)


    I'm using sql 2008, and as others have stated, if I do SET NOCOUNT ON and then run the queries, I get 0,1. Without it, I get 1,1.

    Amu

    Yes...

Viewing 15 posts - 8,191 through 8,205 (of 18,923 total)