Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 2,462 total)

  • RE: Database ID 6, Page (1:1324) is marked RestorePending

    sorry for late reply , i went for conference and came back today itself

    so i ran

    DBCC CheckDB with ALL_ERRORMSGS

    and got below error

    Msg 8921, Level 16, State 1, Line...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to see one week before job history

    may be some tweak required here AND h.run_date > 2011-06-15

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: stored proc occasionally hangs?

    You can set the profiler trace. and see where its creating the issue?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Error :64(The specified network name is no longer available.)

    thanks it has been resolved it happened due to some network issues.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Difference between index rebuid and desstroy and create index

    there are is type of index adjustment rebuild and reorganize.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: unable to find the tables in temporary tables

    i dont think you can see "no of rows affected" when you use linked server query.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Backup successful but shows failed

    jineshpatel43 (8/28/2010)


    I had a same problem few months back because one of developer Deleted one DB from our Production Environment.

    DB dropped by developer ??? very strange thing. why...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Understanding partitioning, using joins and indexes?

    xrapidx (5/20/2011)


    I think we're misunderstanding each other.

    i cant comment/suggest until i will see the query and index definition

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Understanding partitioning, using joins and indexes?

    xrapidx (5/20/2011)


    currently any attempt has made the load process to slow, not sure if this is because of the exclusion of MONTH_END

    YOu cant remove MONTH_END column from indexes.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Understanding partitioning, using joins and indexes?

    xrapidx (5/20/2011)


    Hi All

    1. When I create non-clustered indexes on the various tables, should they include MONTH_END?

    That is not required because clus index will do the job here.

    xrapidx (5/20/2011)


    Hi All

    2. Currently,...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Understanding partitioning, using joins and indexes?

    For you joining question i will go with B approach as it will use the indexes better.

    Second YES you non clus index must have MONTH_END column as data will be...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Need right direction to load monthly data

    i will send lutzm. i also feel that you are incomplete with requirement.

    First gather the requirement regarding relationships or duplicacy of data.

    second before pushing any thing on production first do...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: application username in sql profiler

    i found you post a bit confusing.actually whosoever is logion into sql server , he/she can be traced by profiler.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Scripts

    Few additions to checklist

    1. Check TempDB

    2. Maintenance Plans

    3. select some heavy resource consuming queries.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Restrict number of users to a db

    I will second Lowell for this. actually whats your exact requirement.

    meanwhile you can restrict user by limiting their permission at database level like SELECT, EXECUTE etc.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 1,066 through 1,080 (of 2,462 total)