Forum Replies Created

Viewing 7 posts - 31 through 37 (of 37 total)

  • RE: Stored Procedure [OWNER]

    Thanks a lot! Things are much clearer.

    Windows 2008 Server | SQL Server 2008

  • RE: Backup Transaction Logs

    Thanks, all. Managed to get it done.

    Backed up database, backed up transaction log, truncated the log then ran shrinkfile on the log.

    Worked a treat.

    Once again, thanks to everyone.

    Windows 2008 Server | SQL Server 2008

  • RE: Backup Transaction Logs

    Thanks Ian,

    I suspected as much (about the capped log size).

    I'll give the BACKUP LOG function a try.

    Once again, thanks for your time.

    Windows 2008 Server | SQL Server 2008

  • RE: Rebuilding a databases data

    Thanks guys.

    Windows 2008 Server | SQL Server 2008

  • RE: Stored Procs & Variables

    Thanks too jpipes. Think that would work too.

    I just figured this out and it seems to work, this is what I've done:

    ....Get the field names into a rs as...

    Windows 2008 Server | SQL Server 2008

  • RE: Stored Procs & Variables

    Hey, thanks for that.

    I see what your're doing there. This is where I'm up to at the moment:

    EXEC( 'SELECT ' + @FieldName + ' AS RetrievedValue FROM Jobs...

    Windows 2008 Server | SQL Server 2008

  • RE: SQL Triggers

    Speedy replies - thanks guys, I'll try it out.

    Windows 2008 Server | SQL Server 2008

Viewing 7 posts - 31 through 37 (of 37 total)