Forum Replies Created

Viewing 15 posts - 136 through 150 (of 306 total)

  • RE: Maintenace plan won't change

    I just tried it here and got the same results. It's not you or your install if that helps. Might want to try patching up to 1077.

    Can anyone confirm...

  • RE: Can't detach Model

    October 2, 2002 Release

    A revocation of public access on an extended stored procedure.

    A fix for the escalation of privileges vulnerability on certain stored procedures.

    A fix for an unchecked buffer in...

  • RE: Can't detach Model

    Wondering the same. Going to have to dig through the hot fixes. 1077 is sp4 with hotfixes right

    quote:


    It works for me. My...

  • RE: Can't detach Model

    that's only if you're moving both at the same time. Sposse I don't want to move msdb?

    quote:


    You have to move model...

  • RE: sp_attach_single_file_db

    SQL 7.0.0.1063.

    I have the same problem with another database. This database was broken into 3 files the mdf id 100mb using 1.5mb, tlog1 10mb and tlog2 513mb combined...

  • RE: sp_attach_single_file_db

    I know and I can't get it to be empty either.

    quote:


    Your log file does't seem to be empty. Try to backup...

  • RE: sp_attach_single_file_db

    Thanks for the quick reply. I tried the following

    use EVMECASECU0z

    go

    dbcc shrinkfile (EVMECASECU010LOG71,emptyfile)

    go

    alter database EVMECASECU0Z remove file EVMECASECU010LOG71

    I get:

    DbId FileId CurrentSize MinimumSize UsedPages ...

  • RE: MQSeries Interface

    Oh you're going the oppisite way. You need to write a program (C, JMS, VB ). Not complicated, but it takes knowing your environment. Too many options to go through...

  • RE: MQSeries Interface

    We monitor MQSeries with TBSM and a SQL backend, bit expensive. What are you looking to collect?

    To be frank I'm not totally versed in MQSeries but I have...

  • RE: Failover Clustering

    Only the databases (not the server) that you log ship are in standby.

    I have a situation where my production databases are standby servers for other production server and...

  • RE: Limiting Error Log Sizes

    You can always back them up or archive them to a seperate location.

    quote:


    U can run sp_cycle_errorlog, but the number...

  • RE: Outdated Statistics

    What do your indexes look like? How many col, clustered, fill factor? Maybe it only takes a couple of inserts to cause page splitting on your indexes. Enough page splitting...

  • RE: Recreating Transaction Log From Scratch

    Allens answer is right on, you just need to do a little research. The procedure I use is basically restart my transaction log for dummys(no offense) Oh and please thank...

  • RE: Reduce the LOG

    Try this then increase log file to the size needed. 500 meg sounds abit high. If you only do full backups then make sure you have truncate log on check...

  • RE: Recreating Transaction Log From Scratch

    Try this

    CREATE PROCEDURE dbo.usp_ReCreateTranLog

    /*************************************************************************

    FILENAME:

    SQL SERVER OBJECT NAME:

    dbo.usp_ReCreateTranLog

    AUTHOR:

    Phillip Carter

    DATE WRITTEN:

    26 Feb 2002

    PURPOSE:

    Detach and reattach database without specifying transaction log.

    causing SQL Server to create log file...

Viewing 15 posts - 136 through 150 (of 306 total)