Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 2,462 total)

  • RE: Back up is not recognized

    mirravi (8/4/2010)


    Hi,

    I am performing a DB back up to a particular location

    JHow ? through SSMS ? then my guess is it will taking backup at default backup folder ? other...

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

  • RE: full cycle structure...command select *

    "select *" command will fetch every thing from the given table.

    select the "acual execution plan " option to see how sql optimizer is fetching data.means which index or which operator...

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

  • RE: Data Type and Length

    30 is for char or varchar ?

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

  • RE: how to update millions of records quickly........

    Jeff Moden (8/5/2010)


    use the quiirky update in this manner....

    Any article link ??

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

  • RE: Round up or down I

    i loved this internal hidden casting in case of integer values

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

  • RE: Restart SQL Server service on a cluster environment

    can we opt here MANUAL FAILOVER option ?

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

  • RE: Monitoring Tempdb - Does this script help? Please advice

    Brandie Tarvin (8/4/2010)


    Not necessarily. It depends on if this other drive is only a logical drive or if it's actually a different physical drive.

    yes..true ..i was also talking about...

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

  • RE: Linked Server Catalog

    which catalog ? try this select * from sys.databases where name = 'new Db name'

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

  • RE: Monitoring Tempdb - Does this script help? Please advice

    Spliting file definitely helps you. but the question what makes you to decide this spliting ?

    What kind of issues you are facing on tempdb side ?

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

  • RE: Restart SQL Server service on a cluster environment

    Rather you should focus towards the TEmpdb maintenance.thats the way to maintain tempdb size.

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

  • RE: The INSERT permission was denied on the object <Tablename>, <database >, schema 'dbo'.

    GilaMonster (8/3/2010)


    So ask the DBA to run it.

    Difference could be related to data volumes, stats that haven't been updated, difference in schema, etc.

    Have you run the procedure from management studio...

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

  • RE: The INSERT permission was denied on the object <Tablename>, <database >, schema 'dbo'.

    vatha.meba (8/3/2010)


    In development server it takes less than 1 min. but in Testing server it takes more than 10 mins and in testing server we don't have permission to...

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

  • RE: The INSERT permission was denied on the object <Tablename>, <database >, schema 'dbo'.

    vatha.meba (8/3/2010)


    The scenario is there is a thread that works in the background in vb.net code which calls a stored procedure which does the insert.

    Earlier it use to take 1...

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

  • RE: query for two database servers

    James Tech (8/2/2010)


    Steve Jones - Editor (8/2/2010)


    How are you querying it? Same query? same permissions/user account?

    varchar(50) shouldn't be an issue in terms of size/type.

    Yes it is the same...here is the...

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

  • RE: The INSERT permission was denied on the object <Tablename>, <database >, schema 'dbo'.

    vatha.meba (7/30/2010)


    I have used management studio to insert into the table and it inserts.

    On average how much time it took ?

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

Viewing 15 posts - 1,486 through 1,500 (of 2,462 total)