Forum Replies Created

Viewing 15 posts - 436 through 450 (of 1,136 total)

  • RE: The process exit code was 128.

    Eswin (10/2/2009)


    hi experts,

    I found that two of my backup jobs created using maintenance plan task was running for almost tow days.

    Today it stopped and thrown error

    Executed as user: sqlserver12\user....

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Moving Database from one server to other

    ramuvanparti (10/2/2009)


    hi

    is it good to copy master msdb and user db to new server and restart it. will this restore all the setting.

    erm nope. Why would you do that?...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: How many triggers can be implemented in a single table

    Ian Scarlett (10/2/2009)


    Marcin Gol [SQL Server MVP] (10/1/2009)


    triggers are bad - because ... they are really hard to managed in big database

    What makes them harder to manage in a large...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: How I can make look like I expert on SQL Server?

    ItalianOlgi (10/2/2009)


    Hi, my name Olgi, I am from Italy. I register here because recently I work little with SQL Server and I like it very much. Also like salary that...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Doing both Differential and Transaction Log Backups (regularly)?

    Fred Zimmerman (10/1/2009)


    Seemingly great answer but leaves me ?s.

    1) What do you set your Recovery to on your databases backed up.

    2) Aside from stated Diff backups you do, do you...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: DBA Interview questions.

    RBarryYoung (10/1/2009)


    Also i was asked about clustering if you have 5 nodes where one is passive and rest are active and you are planing to add more nodes then what...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: how to store large files in sqlserver 2008

    better to use filestream, that is what it was designed for and if you are using sql 2008, it is the best way.

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Table Indexes

    Viky (10/1/2009)


    I have a table with two varchar data type fields, It will be very frequently the searchs of these two fileds. Is recommendable to have an index for these...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: %100 CPU and sys.dm_os_waiting_tasks

    Kwisatz78 (10/1/2009)


    Well the SPID related to a motnthly job that is used to start a procedure to populate some "snapshot" tables. I had to stop the job.

    So if you...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Best Practice to maintain the grwing Databases

    Gails article on transaction logs

    http://www.sqlservercentral.com/articles/64582/

    Glad you got it 😛

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: %100 CPU and sys.dm_os_waiting_tasks

    Kwisatz78 (10/1/2009)


    Hi all

    As the title states I have an issue that occurs maxing out hte CPU. If I look in the DMV sys.dm_os_waiting_tasks I can see the SPID in...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Set property devices to accomplish this task

    what version and build version of sql server are you running?

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: weibull distribution function

    Is this the function that you mean

    WEIBULL(x,alpha,beta,TRUE) = 1 – e^(-(x/a)^b)

    WEIBULL(x,alpha,beta,FALSE) = (a/b^a)(x^(a-1))(e^(-x/a)^b)

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Checking for Fragmentation level in sql server 2005 database

    chiru_meher (10/1/2009)


    Hi,

    Hardware Configuration:

    Intel(R) Xeon(TM) CPU 3.00GHz

    2.99GHz, 4GB of Ram

    E drive: 232 GB free:101 GB

    F drive : 220 GB free:98...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: SSIS - Performance

    sridhar.yalamanchi (10/1/2009)


    Hi,

    Please tell me, how to improve the SSIS Package perpormance.

    That is a big question, do you have a SSIS package where performance is an issue. and can you say...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

Viewing 15 posts - 436 through 450 (of 1,136 total)