Forum Replies Created

Viewing 15 posts - 451 through 465 (of 472 total)

  • RE: Another simple scripting question.

    UPDATE <table_name>

    SET <field_name> = 'Haverhill'

    WHERE <filed_name> = 'haverhill'

    The Redneck DBA

  • RE: Corruption Question

    Yep.  It was smart enough to realize I screwed with it and refused to attach.  The link above worked out for us though.

    The Redneck DBA

  • RE: Database Corruption

    Thanks.  That file works swell!

    The Redneck DBA

  • RE: SQL Server retaining extinct link to external HDD

    Do you have any startup paramaters that try to look at that drive, or have the default data or log location set to a location on that drive?

    The Redneck DBA

  • RE: DST

    You are right...they are only one hour off.  That makes me a lot less concerned.  Thanks!

    The Redneck DBA

  • RE: SQL Server 2005 SP2? Any issues we should be aware of?

    If using SP2 SSMS to talk to servers that do have SP2 installed, is there still the maint. plan issue?

    The Redneck DBA

  • RE: SSMS Passwords

    When you use Windows authentication, it doesn't let you enter a password or check that box

    The Redneck DBA

  • RE: SSMS Passwords

    When we change our Windows passwords, and then start using SQL Server Management Studio, using windows Authentication, it ends up locking out our Windows accounts.

    It does it for a day...

    The Redneck DBA

  • RE: MS Access Projects.adp

    I don't remember the syntax off the top of my head, but there is also a way to create a view that will prevent a user from making inserts/updates/deletes against...

    The Redneck DBA

  • RE: Shifting from Standard to Enterprise Edition(SQL Sever2000)

    Has anyone tried an in-place upgrade fro SQL2000 Standard to SQL2000 Enterprise. 

    I am looking into it because I want to be able to use more than the 2GB of...

    The Redneck DBA

  • RE: CmdExec Job Problems

    I know that it runs as the sql server agent account.  But I've had the network guys set that account up to have the same permissions that my account has...

    The Redneck DBA

  • RE: updating two tables from database1 to an identical database1 on other server

    SQL Server has command line support.  You could probably create a batch file that executes the stored procedure (or DTS package), and put a shortcut to that batch file on...

    The Redneck DBA

  • RE: Documentation Best Practices

    Right after I posted this, I noticed the little banner for APEXSql tools (apexsql.com) and have been playing arround with a trial version of their ApexSQL Doc product. 

    It doesn't...

    The Redneck DBA

  • RE: maximum number of connections reached

    I get this problem every now and then.  I've pretty much narrowed it down to java apps (especially if the connections are managed by Tomcat) not closing connections properly.

    The only...

    The Redneck DBA

  • RE: Useing 2000 to update a MySQL Database

    I've never done this with MySQL, but have done it with DB2, Access, Excell, and Text Files.  I would imagine if you can find an ODBC driver that will talk...

    The Redneck DBA

Viewing 15 posts - 451 through 465 (of 472 total)