Forum Replies Created

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

  • RE: Backup file paths

    Try this

    use msdb

    go

    SELECT     backupset.database_name, backupmediafamily.physical_device_name

    FROM         backupmediafamily INNER JOIN

                          backupset ON backupmediafamily.media_set_id = backupset.media_set_id

    WHERE     (backupset.backup_finish_date > '10/06/2004')

  • RE: Linked servers query problem

    In my code I use an SQL logon. The problem is that there are some servers that do not share the same logon username/password or does not have the...

  • RE: Linked servers query problem

    In my code I use an SQL logon. The problem is that there are some servers that do not share the same logon username/password or does not have the...

  • RE: @@ERROR problems

    Thank you for your post. Is there a way to get the parse errors also?

  • RE: WAN IP Address

    At the command prompt run ipconfig /all . find your nic address used and locate the default gateway. The gateway is your out bound connection to the WAN. ...

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