Forum Replies Created

Viewing 15 posts - 316 through 330 (of 860 total)

  • RE: Slow Backups after Migrating to 2005

    homebrew01 (4/6/2009)


    After upgrading to 2005 I ran:

    EXEC sp_dbcmptlevel @dbname ='DatabaseName', @new_cmptlevel = '90'

    .

    dbcc updateusage ('DatabaseName') with count_rows

    .

    use DatabaseName

    .

    exec sp_msforeachtable 'alter index all on ? rebuild WITH ( FILLFACTOR =...

  • RE: truncate log

    Yes, that's true on whatever the members said.

    First of all bear in mind that you should arrive at this situation where you should shrink your file. If the files have...

  • RE: Urgent HELP...!!!!!!!!!!!

    ALZDBA (4/6/2009)


    San (4/6/2009)


    Dear All,

    Somehow I managed to install SQL2k5 with different instance name and logged using "machineName\instanceName". Now another problem is that, when I select " " option in SERVER...

  • RE: after rebuilt is fragmentation higher then before

    radek (4/6/2009)


    Table is not big, about 20 000 rows with 15 columns, index has 18 pages, and depth=2.

    What cause that it cant fragmentation? only few pages?

    thanks Radek

    But let me ask...

  • RE: How to generate email from database( MS SQL SERVER 2000 or 2005)

    ksparke (4/6/2009)


    Have you tried using the xp_smtp_sendmail in master? If not i'll send you an example;-)

    Nope

  • RE: after rebuilt is fragmentation higher then before

    radek (4/6/2009)


    Hi experts,

    I have question about fragmentation indexes.

    I have table with with Primary key(clustered index).

    Fragmentation is 30 percent on nonclustered index, then I run reindex on this index,...

  • RE: Urgent HELP...!!!!!!!!!!!

    San (4/5/2009)


    Also one more doubt, I had 6 jobs runing in the server. Since I reinstalled SQL2k5 I lost all those jobs. Is there any way to get it back..?

    Thank...

  • RE: How to generate email from database( MS SQL SERVER 2000 or 2005)

    Kailash Mishra (4/6/2009)


    Hi All,

    I want to generate an email from my database. I have tried it lot of time by reading a lot of forums. But I still unable to...

  • RE: connection failed check sql server registration properties

    karan457 (4/1/2009)


    connection failed check sql server registration properties

    After registering did you try to restart the sql server or the OS? Restart both and let us know, more insight into this...

  • RE: Resolving Deadlocking problems

    Dean Jones (4/6/2009)


    Krishna Potlakayala (4/6/2009)


    Dean Jones (4/6/2009)


    wrote:

    How can this be doen with Delete and Updates, i thought it was mainly reads.

    You cannot use...

  • RE: truncate log

    vrabhadram (4/6/2009)


    is there any data loss if i do shrinking.

    thanks

    What are you trying to shrink here? Shrinking is basically releasing any unused space to the OS.

  • RE: Log shipping problem

    vrabhadram (4/6/2009)


    i'm new to logshipping i've configured log shipping.

    problem is the staging database is in restore status, how can i remove this status.

    is there any problem with the scheduling...

  • RE: latch waits

    Achtang (4/5/2009)


    Have a question: I read having high page life expectancy is good? how to achieve this? with proper indexes or more memory?

    Should not be lesser than 300s. Yes proper...

  • RE: Resolving Deadlocking problems

    Dean Jones (4/6/2009)


    Hi

    Just to give you guys an update, we are still experiencing other deadlocking problems, I have read that try/catch blocks can help resolve deadlocking problems, is this true.

    Also,...

  • RE: A transaction log grows unexpectedly or becomes full

    Perry Whittle (4/6/2009)


    Krishna Potlakayala (4/3/2009)


    As Grant mentioned, what recovery model it is in?

    Grant who??

    Oops..I get confused with the pics...sorry Perry:-D, next time i should focus on the names

Viewing 15 posts - 316 through 330 (of 860 total)