Forum Replies Created

Viewing 15 posts - 46 through 60 (of 63 total)

  • RE: SQL Server 7, Transaction Log

    Hi there you will need to do a select * from sysfiles, this will tell you what your log filename is you must have called it something diff.

    t

  • RE: SQL Server 7, Transaction Log

    The process for clearing this is as follows

    1) dbcc opentran(dbname) - this will show the oldest open transaction

    2) Kill this process command kill suid

    3) backup log...

  • RE: Bulk Insert Task

    Maybe you should try bcp the file program itselft, are you sure the file is in the right format and you have the right headings for the columns.

    Terry

  • RE: xp_sendmail question

    Yes you can just input the group message

    Exec master.dbo.xp_sendmail

    @recipients = 'Group@Acme.com',

    @message = 'have a nice day',

  • RE: Block by same spid.

    http://support.microsoft.com/kb/271509

    This this is what you want, T

  • RE: osql login failed

    osql -E should log you in automatically, however, if you don't want to use that and use another user then type osql -U username -P password

  • RE: SQL Server 2005 SP3

    I second that 2008

  • RE: Attach a mdf via a VBS script

    What is the error you are getting? There might be a problem with your shell. Have a look at microsoft books online.

  • RE: Block by same spid.

    Hi there this is a bug with service pack 4 look on microsofts website it tells you there what to do.

    Regards,

    Terry

  • RE: Copy a SQL Job

    go to jobs in the server management studio right click on the jobs script to create and to clipboard then click the connect button, select the server you wish this...

  • RE: T-SQL BOOK

    SQL Server 2005 T-SQL Recipes - A Problem-Solution Approach or the sql cookbook

  • RE: Mirroring, Replication or Log Shipping

    Yep I would use logshipping probaly every 1hr depends on how fast your line is and the over head on these systems.

    Regards,

    Terry

  • RE: free Books online links for 70-443 exam.

    I would also recommend getting some dvd training it is very good. Maybe by learning tree or someone like that.

  • RE: RAID or no RAID

    Depends on how much space you need, I would probably Install everything on one disk and raid the other two keeping your databases on the raid, it is always cheap...

  • RE: Database Mail

    Who are you using for your smtp connection? Maybe they are blocking this, do you have a microsoft or unix server in office that can access the net if so...

Viewing 15 posts - 46 through 60 (of 63 total)