Forum Replies Created

Viewing 15 posts - 40,036 through 40,050 (of 49,571 total)

  • RE: update field with with more then 1 result from another query

    kevinwinters (4/2/2009)


    Foreign ground with me - would I actualy start a query with ";with"?

    Yup, you would. It's the syntax for a common table expression (CTE), essentially a temporary view. The...

  • RE: Are the posted questions getting worse?

    David Burrows (4/2/2009)


    I posted a brief answer on the second just for the hell of it :w00t:

    I await a good flaming now :Whistling:

    Likewise.

  • RE: Multi Column Sort

    jsanborn (4/1/2009)


    I'm not making judgements or trying to insult anyone's intelligence, but the sample I posted should be self explanatory. It's the people who can look at the example and...

  • RE: Restore multiple Differential backups

    Anukul (4/2/2009)


    Can you in anyway help me in writing the Sync program or that complex SSIS package?

    I've just finished doing one for a client. It took me an entire week...

  • RE: Are the posted questions getting worse?

    I agree with Jack. That's not right. It's easy for people to get a poster's history if they want to.

  • RE: Checkdb failure

    sunny Brook (4/2/2009)


    is it possible that the files you are trying to access are also part of some other good DBs?

    The file in question ('D:\MSSQL.1\MSSQL\Data\Academic Reporting.mdf:MSSQL_DBCC9') is al alternate...

  • RE: Restore multiple Differential backups

    Double post. Sorry

  • RE: Restore multiple Differential backups

    Restore from scratch each time.

    Write a custom sync program or a rather complex SSIS package to do the same thing. This will have a non-trivial impact on production

    Replication's the usual...

  • RE: Checkdb failure

    Are you running this in a job? If so, check the SQL agent permissions.

  • RE: Restore multiple Differential backups

    Anukul (4/2/2009)


    Can you provide a script to restore all differential backs hour after hour?

    No need. It's trivial. Add WITH NORECOVERY to all of your restored. However that means that the...

  • RE: Checkdb failure

    Check the permissions on the directory D:\MSSQL.1\MSSQL\Data\ and make sure that the SQL service account has access. Note that it is possible to have a dir that administrator has no...

  • RE: Are the posted questions getting worse?

    Bob Hovious (4/2/2009)


    I tried, politely, to get him to give us more complete information to work with, and suggested that he get a good introductory SQL book and do his...

  • RE: SP

    OS service packs and application service packs are completely unrelated and don't affect one another

  • RE: Master database corruption

    Are you sure you read the link?

    Part way down there's a link to a second article 'Considerations for restoring the master database'. In there there's a piece on starting...

  • RE: Master database corruption

    Achtang (4/2/2009)


    Yes, I can restore the master database if the server is running but What if the sql server does not start at all at the start up.

    Did you...

Viewing 15 posts - 40,036 through 40,050 (of 49,571 total)