Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Querying table with several 'date' type columns

    perfect this is what I needed! I will need to modify a bit to get the naming correct but this is definitely the direction I needed.

    Thanks!

  • RE: Updating a table

    Thanks! worked like a charm 🙂

  • RE: backup permissions??

    instead of using NOINIT as in:

    BACKUP DATABASE [Database] TO DISK = N'D:\Backup\TUE.bak' WITH NOFORMAT, NOINIT, NAME = N'Database-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10

    GO

    which appends...

  • RE: backup permissions??

    Never mind... thought I had with init in the script in ssms but it was appending instead of overwriting. :rolleyes:

Viewing 4 posts - 1 through 4 (of 4 total)