Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 3,232 total)

  • RE: Table constraints that check each other

    I agree with RGR'us.  It sounds like you would be better served using one column to make this work.  Otherwise, you would have to program this into the table triggers. ...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: My database keeps messing up

    No maintenance plan?? Does that mean that there has not been a backup of you DB in 18 months...Ouch!  I agree with Vladan.  The most common cause of EM hanging...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: DBCC DBREINDEX V/S DBCC INDEXDEFRAG

    You should not have to re-build your non-clustered indexes manually upon rebuilding your clustered indexes.  If you issue a DROP index statement on a clustered index, SQL Server will automatically...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Compare me baby

    If your select statement cannot find a match, then SQL Server will not execute the line following the IF Exists statement.  You may want to place a BEGIN after your...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: DTS step to check db connection

    Ah, a fellow Progress/SQL Server guy....I thought I was the only one!  At my last job, I was a DBA for Progress, SQL Server, and Oracle.  I have not had...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Compare me baby

    Leave your stored procedure as-is.  Change your application to first determine if the user is a customer or a worker.  If it is a customer, leave your logic alone and...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Making an Update Query more efficient

    It is difficult to fully analyze these queries without knowing which indexes you already have on your tables.  One thing I would recommend doing is taking these queries, placing them...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update column type & performance overhead

    Enterprise Manager is not the best place to make this type of change.  You've proved this by capturing the actions that EM performs on your table simply by changing the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: User list and permissions list

    If it is a VB6 exe, it doesn't matter if you have VB or .net loaded on your workstation.  Everything the application needs to run should be included in the exe...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Login Failed Error

    It could be an issue associated with the user rights of your SQL Server account.  See MS KB:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;840219

     

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Database backup/restore not using enterprise manager

    I like fhanlon's idea of scripting osql commands into .bat files.  This not only makes it easy for your operators, it allows you to control the process.  Using a .bat...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Column names in each table must be unique error

    Can you post your whole Stored Procedure?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: client username - sql authentication

    You may want to try to look through sp_who and sp_who2.  I think there is plenty of logic built into those guys that you could strip out and use to...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SQL Server 6.5 - Database connectivity issue via DMZ (Internet) Web Server

    I don't know if named pipes uses different ports, but an easy way to determine this would be to have someone watch your firewall as connection attempts are made.  This...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Thorough logging in MS SQL 2000

    The only method I know of that would allow you to do this and have it readily available to view would be to run a constant SQL Profiler trace that...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 3,166 through 3,180 (of 3,232 total)