Forum Replies Created

Viewing 15 posts - 931 through 945 (of 2,462 total)

  • RE: DDL trigger for RESTORE DATABSE

    tauseef.jan (10/1/2012)


    Did you finally find the solution for your trigger? i myself am in need for the same.I have created the trigger for CREATE db but not for restore and...

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

  • RE: Excessive log growth in SIMPLE recovery model database - SQL 2012

    looping myself

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

  • RE: Production to Staging and Vice Versa

    there will be few checks before staging build

    1. sufficient space on log and data drives plus tempdb drives too

    2. from where to keep backup files and all...

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

  • RE: SQL Server Agent job running query only sends half of the results to file

    is it started happeinig at sudden ?

    and

    are you using same location for CSV file by both the job and manual process? because there could be space issue :unsure:

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

  • RE: SQL Server Installation Issues

    GO to the services and check the name of default instance ,you might be using wrong name

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

  • RE: Deleting the tables which are not been used from long time.

    ksr39 (10/10/2012)


    I tried but couldn’t find the exact way. So, please help me in finding the exact tables which are not been used. And more over how to...

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

  • RE: Could not locate file in sys.database_files

    My guess is, you would be using wrong file name

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

  • RE: Update records?

    khushbu (10/9/2012)


    first deletes that set of records and then inserts the record with the new value.

    i dont think it will work same as you explained for SAME value updations:-D

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

  • RE: upgrade info

    check the bootstrap folder or select @@version

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

  • RE: How to increase indexes performance for fast queries results

    neellotus07 (9/27/2012)


    tell me should i create more clustered indexes or i need to create clustered index for fast query results.

    TO create , add , remove or modify the indexes, first...

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

  • RE: Temp table for Performance Impact

    nitin.varshney (9/27/2012)


    When It is executing in Production, it is giving the performance impact.

    But the data populated in table variable is having approx 4000 records only.

    You need to...

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

  • RE: sqlmail timout connection pool

    set the trace for that particular time interval and see what other and related stuff is running ? and other thing try to see the perf mon too (i suspect...

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

  • RE: Odd Filegroup backup behavior

    jshurak (9/25/2012)


    Why is primary file group backup growing like this?

    Did you find that why PRIMARY group increasing at sudden?

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

  • RE: Current tempDB size at 2 GB. Anyway I can create a new tempDB to start out at 100 MB?

    Jeff Moden (9/28/2012)So if you want a 12GB TempDB, are you suggesting to set the otherwise unused Model database to 12GB? Doesn't sound right to me. It's better...

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

  • RE: Current tempDB size at 2 GB. Anyway I can create a new tempDB to start out at 100 MB?

    If thats a non-production environment where restart the sql services is possible. set the size of MODEL database. it will be get inherited when sql gets restarted

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

Viewing 15 posts - 931 through 945 (of 2,462 total)