Forum Replies Created

Viewing 15 posts - 3,946 through 3,960 (of 6,677 total)

  • RE: easy question about creating datafiles

    Why do you think you need to add another file? Are you having performance issues with the current file? How large is the file now?

  • RE: staging table and indexes

    Paul White NZ (4/7/2010)


    USE tempdb;

    GO

    CREATE TABLE dbo.A (a INT NOT NULL);

    CREATE TABLE dbo.B (b INT NOT NULL, c INT NOT NULL);

    GO

    INSERT dbo.A (a) VALUES (1);

    INSERT dbo.B (b, c)...

  • RE: Allow SELECT on Tables for Specified Database

    Phil,

    If you use the following, the users will not be able to see anything at all except the objects they have access to:

    Deny View Server State To {your user};

    Deny View...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/7/2010)


    Jeffrey Williams-493691 (4/7/2010)


    Grant Fritchey (4/7/2010)


    You kids take this outside or I'm going to get my belt!

    If you don't stop right now - I'm going to turn this car around...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/7/2010)


    You kids take this outside or I'm going to get my belt!

    If you don't stop right now - I'm going to turn this car around and we will...

  • RE: Database Auto Grow setting.

    GSquared (4/7/2010)


    It should be based on the expected growth of the database, and on minimizing file fragmentation.

    Leaving it at the default 10% is a good way to end up with...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/6/2010)


    Jeffrey Williams-493691 (4/6/2010)


    CirquedeSQLeil (4/6/2010)


    Paul White NZ (4/6/2010)


    CirquedeSQLeil (4/6/2010)


    I really thought the thread would surpass 14k today.

    Probably will - though the definition of 'today' varies...;-)

    Eight hours of 7th April 2010...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/6/2010)


    Paul White NZ (4/6/2010)


    CirquedeSQLeil (4/6/2010)


    I really thought the thread would surpass 14k today.

    Probably will - though the definition of 'today' varies...;-)

    Eight hours of 7th April 2010 remain (local time).

    Down...

  • RE: Unable to create maintenance plan after installing SP3 for SQL 2005

    If object explorer is showing you that version - and you have disconnected and reconnected, then you did not upgrade the server. You only upgraded the client components.

    The server...

  • RE: Are the posted questions getting worse?

    Tom.Thomson (4/6/2010)


    john.arnott (4/6/2010)


    Or 8" floppies for that good old nineteen seventies vibe.

    You know, the first time I played with a computer was in 1966 (it was the Ferranti-Packard Orion II...

  • RE: staging table and indexes

    Jeff Moden (4/5/2010)Nope... you don't really need to do that if it's a single query that does the inserts into the truncated table.

    For the maximum speed, though, I'd maintain "two"...

  • RE: Cannot seem to get INSTALLSQLDATADIR to work for me

    Use the normal install process - when you have the option to select the Advanced button (bottom right of the form), select that button. Don't change where the program...

  • RE: Deleting Older backups

    Litespeed comes with it's own litespeed maintenance utility for deleting old backup files. Look in the documentation for litespeed on the command line utilities.

  • RE: .mdf file

    If you have a backup - you can restore to get the mdf file. If you don't have a backup (why not?) - then you no longer have a...

  • RE: Speed up a database shrink

    CirquedeSQLeil (4/2/2010)did you say Red-gate have bought Hyperbac? Don't Red-Gate already have their own backup compression tool?

    Do hope this will not reduce competition and the number of options on the...

Viewing 15 posts - 3,946 through 3,960 (of 6,677 total)