Forum Replies Created

Viewing 15 posts - 736 through 750 (of 2,462 total)

  • RE: Create trigger to track value of sp_configure

    Aadhar Joshi (12/5/2012)


    But i am looking for solution which can operate through trigger..:(

    trigger ? you want to work on row level ? i dont think its a good idea...

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

  • RE: Disabled SQL Server Browser

    Kenneth.Fisher (12/4/2012)


    if you are going to accept remote connections?

    can you please explian this ?

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

  • RE: CHECKPOINT block ALTER DATABASE

    sqlnes (12/4/2012)


    Hi,

    I tried to modify the size of autogrowth for one of the data files in my database. However, it took a long time and could not be done. After...

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

  • RE: Major difference between cross join and inner join

    cooljagadeesh (12/4/2012)


    according to my view

    both are functionality wise same

    can you explain it ?

    And for reading http://www.mssqltips.com/sqlservertip/1667/sql-server-join-example/

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

  • RE: Create trigger to track value of sp_configure

    Aadhar Joshi (12/4/2012)


    We need to find the solution which executes only when value get change.

    it this case too , you need to trigger job, job itself doesnt put any...

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

  • RE: database is not connecting .

    Bhuvnesh (12/4/2012)


    hemant.raibole (12/4/2012)


    this connectivity issue due to network failure

    this cant be the case as OP posted above that he is abble to connect with other databases.

    This might be...

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

  • RE: Automating the Database Patch

    I am completely aware of the approach you people take during the release night. see there is no any specifc procdure to deply these kind if scripts. totally based on...

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

  • RE: database is not connecting .

    hemant.raibole (12/4/2012)


    this connectivity issue due to network failure

    this cant be the case as OP posted above that he is abble to connect with other databases.

    This might be bacause...

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

  • RE: Searching in two tables and add final result to a string

    Minnu (12/4/2012)


    am using below query for searching in table 1, how to include table 2 for searching.

    you need to make JOIN with second table with first one.

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

  • RE: need one doubt clarification application team trying to execute a simple query

    naga.rohitkumar (12/3/2012)


    it is a having indexes properly in both the tables

    NO use of here as both the tables are going for table scan plus parallelism too for puling out...

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

  • RE: Memory utilization by a single sqlserver instance alone.

    Mithra (11/30/2012)


    I can see the max memory allocated is 50MB for my instance.

    are you sure for this no ? and task manager can give you estimated value for sqlserver.exe

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

  • RE: Steps to verify database diagram

    Jayanth_Kurup (12/3/2012)


    I am not sure if I understood the context of the question so let me rephrase . The TL wanted you to compare the application business flow and then...

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

  • RE: autogrowth

    MyDoggieJessie (11/29/2012)


    If you create a custom alert for SQL Error # 1101 or 1105 (not sure exactly which is which, you can Google that) it will send you an alert...

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

  • RE: Insert query taking long time while inserting calendar information.

    1. take create temp table approach instead of select into approach coz it also lock the main base table and i dnt think here you require to...

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

  • RE: Data file grows fast

    data will need space its his nature plus our requirement too , you need to see the growth percentage and based on that you need space additionally soon you will...

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

Viewing 15 posts - 736 through 750 (of 2,462 total)