Forum Replies Created

Viewing 15 posts - 106 through 120 (of 2,462 total)

  • RE: MSDB Filling drive space

    Some space you need to reclaim from the drive where mSDB resides ( and i suspect that all sys databases will on same drive) try to gain space...

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

  • RE: how to store multiple rows in a stored procedure's parameters and then insert them in a table

    aeri_q (10/17/2013)


    it returns 3 rows for a specific table of my database.

    But when i wrote stored procedure using the same query it inserted the first row in my table....

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

  • RE: Database Restore Issue

    born2achieve (10/17/2013)


    but i am unable to remove the file groups.it keep on says "it's being used"

    YOu cant do that if the data (table/index ) sitting on that...

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

  • RE: The transaction log for database is full.

    and do you have tlog back scheduled ? because if transaction log has not been backed up recently, backup might be what is preventing log truncation

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

  • RE: fragment_count

    Read about "Index fragmentation" OR you can more elaborative about this question here to get some specific

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

  • RE: The transaction log for database is full.

    What is the recovery model ?

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

  • RE: Parameter sniffing

    Good question

    and thanks SqlNaive for sharing the info about how to check value in XML plan

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

  • RE: how to store multiple rows in a stored procedure's parameters and then insert them in a table

    aeri_q (10/17/2013)


    but it reads only one row, the first one.

    How can i get able to read all the rows and insert them in table , with the help...

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

  • RE: how to store multiple rows in a stored procedure's parameters and then insert them in a table

    aeri_q (10/17/2013)


    Now i want a stored procedure which could read each row and insert it into a table .

    Any specific reason ?

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

  • RE: Need to change column type from decimal(18,2) to decimal(18,4) on fairly big table.

    bugg (10/17/2013)


    What are your thoughts on the new column approach?

    One thing i can say here is .. it will be protective approach.

    create a new column with new dimension...

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

  • RE: Time out the SPID - Unknown,Autogrow of file?

    ananda.murugesan (10/17/2013)


    It is production server.. all the partition in RAID 5

    There is no meaning data file and log file placed on different dirve if server HW have single array controller..

    ...

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

  • RE: Require help to get number of hits to sql server 2008 R2 in a day

    navakanth_yenreddy (10/16/2013)


    Hi

    I need small clarification on your query. These transactions are hitting from the application to database ?

    I have my requirement as below, could you please check it...

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

  • RE: how to store multiple rows in a stored procedure's parameters and then insert them in a table

    Here i dont think you need to use any parapmeter with Stored Proc.

    see below code

    create proc p

    as

    select 1 union select 2

    declare @t table (id int )

    insert...

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

  • RE: Time out the SPID - Unknown,Autogrow of file?

    ananda.murugesan (10/16/2013)


    Yes, Instance have multiple database available and also all database data and log file located same "D" drive.

    Tempdb location another drive in C drive..

    This could be reason.

    ALTEAST...

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

  • RE: Transaction

    L' Eomot Inversé (10/16/2013)


    Bhuvnesh (10/16/2013)


    But I made the wrong selection . beacuse i was thinking (and this was my understanding ..earlier) that once the commit has been fired, the following...

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

Viewing 15 posts - 106 through 120 (of 2,462 total)