Forum Replies Created

Viewing 15 posts - 766 through 780 (of 2,462 total)

  • RE: Calculated for the two columns of the table

    kiasystemsoft (11/26/2012)


    I do not have information to help

    we dont require any info from your side , just follow what John Mitchell-245523 explained above. and take help from any person...

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

  • RE: How to check mirrored database

    means both servers are not same from data (even sql objects too ) perspective

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

  • RE: HI can any one say what is the use of these in detail

    naga.rohitkumar (11/26/2012)


    HI can any one say what is the use of these

    1 SET SHOWPLAN_ALL ON

    2 SET SHOWPLAN_ALL OFF

    3 SET STATISTICS PROFILE ON

    4 SET STATISTICS PROFILE OFF

    Rohit...

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

  • RE: convert NULL to 0 in Pivot Result Set

    SSSsil174 (11/26/2012)


    I want the rollup of D1, D2 etc for each name.

    Example: If the result set like the below..

    Clientid TagId NameD1D2D3D4D5

    147American100050030000

    148Hispanic0001000200

    147American100050030000

    148Hispanic0001000200

    I want the result set like the following..

    Clientid TagId NameD1D2D3D4D5

    147American100050030000

    147American100050030000

    147...

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

  • RE: Can we shrink database file

    sanath.kumar.kura (11/21/2012)


    Each data file is 650 Gb but out of which data allocated is 325Gb and 325GB free space. So totally database size is 875GB but free space is approximately...

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

  • RE: Error after changing the Domain

    see these links

    http://wyerarch.blogspot.in/2010/11/sql-server-could-not-spawn-fruncm.html

    http://blogs.msdn.com/b/sql_protocols/archive/2006/01/10/511330.aspx

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

  • RE: Calculated for the two columns of the table

    kiasystemsoft (11/26/2012)


    Sorry

    I can not speek English well

    I have two fields

    The account is a person

    In each row I have a previous account

    It may be that the debtor or creditor

    If you...

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

  • RE: Dependent Delete statements

    sqlquery-101401 (11/25/2012)


    delete from #ExistingBackups

    where

    (Name not like '%master%' and Name not like '%model%' and Name not like '%msdb%') or

    (ISNUMERIC(Right(SUBSTRING(name,1,charindex('.',name)-1),8))=0) or...

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

  • RE: Unable to kill a session

    rajkiran.panchagiri (11/25/2012)


    Hi Friends,

    Any update

    have you checked with Sp_who2 and sp_lock that which seesions are got blocked for that particular database ?

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

  • RE: Calculated for the two columns of the table

    can you explain a bit ? i am not clear as if you are adding or subtracting columns value :hehe:

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

  • RE: How to check mirrored database

    shohelr2003 (11/23/2012)


    Now for some reason I wanna restore database to my principal from another databse.

    Will it cause any inconsistency in mirror databse? Or may I need restore database and log...

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

  • RE: Lots of Key Lookups vs. UniqueIdentifier Clustered Index

    Jeff Moden (11/22/2012)


    Either put the CI on the GUID with a decent FILL FACTOR to prevent rampant page splits during inserts

    what would be that decent valure ? in...

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

  • RE: Update statement question

    what other alternative we can take here instead of "!= "

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

  • RE: Virtual Environment for Sql server ????

    Perry Whittle (11/21/2012)


    you could build your own using my handy guide at these links

    Part 1[/url]

    Part 2[/url]

    Part 3[/url]

    😉

    thanks perry but my question was little different , i want a...

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

  • RE: How to check mirrored database

    shohelr2003 (11/22/2012)


    Now my question is if I restore a database to principal, should I go through the above mentioned steps? Or there are any alternate solution?

    alternative option means ????...

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

Viewing 15 posts - 766 through 780 (of 2,462 total)