Forum Replies Created

Viewing 15 posts - 4,231 through 4,245 (of 4,745 total)

  • RE: tempdb reporting Error: 9002 log full

    what version of SQL are you on? I see this error occasionally but can never find any evidence there was a problem or the drive was out of space. I...

  • RE: Hardware Information

    try command line utility sqldiag.exe, this is the tool MS support would want run to extract complete info on the server set up (OS and HW)

  • RE: snapshot agent failure

    Nikhil, thanks so much for your input, its so good to have a second opinion when under pressure.

    I looked at creating a new location, but had doubts about going for...

  • RE: When to add an LDF Data File

    this is in the 2005 forum so I presume you are on 2005, therefore use the DMVs

    http://msdn.microsoft.com/en-gb/magazine/cc135978.aspx

    If you are in fact on 2000, a lot more difficult, you are stuck...

  • RE: When to add an LDF Data File

    I think you mean a data NDF file then. As the Db is mainly read only you could get performance improvements by adding a new FILEGROUP and moving the most...

  • RE: When to add an LDF Data File

    do you mean another transaction log file? the log file is a write ahead file , by which I mean it completely fills the first file before writing to the...

  • RE: maintenance plan text report deletion

    juliembarr (8/8/2008)


    We use 9.00.3186 specifically to correct this problem. This is cumm update 3.

    julie(?) this resolves backup history and jobhistory problems? Because I am at 9.00.3200 (CU4), so maybe...

  • RE: Possible Collation Issue - Select Into Temp Table

    e (8/8/2008)


    George, can you provide an example?

    yes sorry remembered syntax wrong, see BOL for create table, use the collate clause for the column definitions to specify the collation you want...

  • RE: Which index option is the best

    with no table schema or query info its hard to say, but a covering index on all columns in the where clause usually gives best result. remember clustered index is...

  • RE: db_owner and change schema owner

    sa has sysadmin access and therefore full rights in all the databases whatever you do, so as long as you have stopped the app connecting using sa, you are done.

  • RE: maintenance plan text report deletion

    thanks, you are right, I have a 9.00.3200 (CU4) server and it turns out it is working there.

    still leaves the history cleanup task though. maintenance plan history delete seems to...

  • RE: db_owner and change schema owner

    were you trying to drop db_owner role or sa, neither of which you can do.

    use sp_changedbowner to change the dbo to the login you want. The login cannot already be...

  • RE: BACKUP LOG WITH TRUNCATE_ONLY

    by truncating the log you have broken the lsn chain. You will be able to backup the log again but as the message says you wont be able to roll...

  • RE: The July Car Update (2008)

    Steve Jones - Editor (7/30/2008)


    If you monitored the mpg, was that not at least interesting?

    quote]

    yes, the touch sensitive screen was the best bit of the car, I almost had a...

  • RE: The July Car Update (2008)

    Andy, agreed, and I wish it wasn't so, but public transport has been made such a mess of through greed, incompetence, privatisation, and governments caving in to the car lobby,...

Viewing 15 posts - 4,231 through 4,245 (of 4,745 total)