Forum Replies Created

Viewing 13 posts - 46 through 59 (of 59 total)

  • RE: Execute multiple queries on a single connection simultaneously.

    Should've read your reply on Monday morning


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Question of the Day for 29 Jun 2005

    The same query with reduced result sets works better with table variable. Try and select top 100 instead of 10000.

    I think it greatly depends on the kind of usage the...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Execute multiple queries on a single connection simultaneously.

    We are developing a solution and are analyzing all the possible ways to optimizing query preparation and execution. So as of now I donโ€™t have any issues with my query...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Execute multiple queries on a single connection simultaneously.

    Yeap, asynchronus execution is a good term to describe what I am looking for. The only hitch is that it needs to be on the same connection. ๐Ÿ™

    Eg: Queries Q1 and...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: partitioned tables

    Does a partioned view work only in SQL ENT or will it work the same way in SQL Developer Edition.

    I mean I tried to create two tables with the required...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: enable full text search

    I am facing the same problem. Could this be due to the type of installation, i.e. Enterprise / Standard/ Desktop etc?

    Any help would be appreciated.


    What I hear I forget, what I see I remember, what I do I understand

  • RE: performance using like

    I tried the query on a table which contains 40K records (not much) which has a PK - clustered. Tried 2 scenarios, the first one in which the column has...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: 2005 IR Salary Survey

    Nice article. Thanks for sharing that information. I particularly liked the conclusion.


    What I hear I forget, what I see I remember, what I do I understand

  • RE: A SQLServerCentral.com Christmas

    Heres wishing all the junkies a Merry Christmas.

    May all your dreams and wishes come true.


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Execution Plans

    Nice article. Frankly i was also looking at the explanation of the other heads which are a part of the estimated execution plan.

    But this made for a very good reading.


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Top Ten Features of Enterprise Manager

    The reason it is not present in 2005, i think, could be because tools like ERwin are much better at both forward & reverse engineering. From what I know we...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: Resilience

    Usually when you are considering points of failures for a web 24/7 database you also need to keep in mind other factors like a denial...


    What I hear I forget, what I see I remember, what I do I understand

  • RE: SQL Mail Setup

    That was some very useful info guys. I was trying to setup SQL mail myself, but i had completely overlooked the fact that though my SQL Server was not...


    What I hear I forget, what I see I remember, what I do I understand

Viewing 13 posts - 46 through 59 (of 59 total)