Forum Replies Created

Viewing 15 posts - 31 through 45 (of 161 total)

  • RE: The R2 Penalty

    'Scuse me for asking, but what rock have y'all been hiding under? 😀

    MS, Oracle, IBM, <pick a company> have been doing this for a very long time. This should...

  • RE: SQL Agent - SQLSTATE 21000 error

    I'm assuming from your earlier comments that you can't determine the job name or id from the log file? Which version of SQL Server are you using?

  • RE: SQL Agent - SQLSTATE 21000 error

    One thing to consider: Since you're not finding this where you expect (SQL Agent jobs) then perhaps it's somewhere else. Is this a production database or a development system?

    As for...

  • RE: SQL Agent - SQLSTATE 21000 error

    Two places to look

    1) Check your triggers. This error may be a 'side effect' rather than directly in a SQL Agent job

    2) Run profiler to see if you can...

  • RE: Log File is MASSIVE

    GilaMonster (11/27/2009)


    aureolin (11/27/2009)


    You need to balance the storage space necessary for keeping all those backups with how far back you might need to go to find something.

    Not just how...

  • RE: Log File is MASSIVE

    One last detail: Make sure you have adequate storage space for all those backups!

    You need to balance the storage space necessary for keeping all those backups with how far...

  • RE: SQL 2008 on Windows 2008

    FYI, here's a .cmd file by rob kerr[/url] that will set the appropriate ports for the SQL Server services.

    ------ begin file ------

    [font="Courier New"]@rem firewallconfig.cmd by Rob Kerr

    @echo ========= SQL...

  • RE: Very serious problem with SQL

    While there are several potential causes, the resulting error is most likely incorrect SQL being sent to your server. Profiler should be able to confirm this, and may give you...

  • RE: ODBC connection - SQL server authentication works, Windows NT authentication doesn't

    Where did you create the user DomainAdministrator? In Active Directory, on the server, in Sql Server? It makes a difference...

  • RE: Troubleshooting

    In an emergency you must remember to panic!!

    Well, not really, but people who *are* panicking often get really angry at your failure to panic along with them. They see...

  • RE: Backup to Tape using Tivoli Backup tool

    We use Tivoli backup at my workplace and we started out doing SQL Server backups using the Tivoli utilities to back up the databases directly (much like you're asking about...

  • RE: Best Practice for Intranet DB

    Check out this article on msdn for a discussion of connection options for a web server connecting to a database server.

    Steve G.

  • RE: 2005 Memory Usage Very high

    One last(?) question: Do any of the UDFs use the CLR? I dimly recall there being memory leak problems with the CLR in SQL 2005.

  • RE: Warning... Order by FILTERS results

    One more interesting detail... I tried this on SQL 2008, and it works as you described, but with a twist. Each time the procedure runs, it produces a single row...

  • RE: The September 2008 Car Update

    Now, there's a conversation killer....

    ... or maybe I'm just a @#$^*(.

    Ya think? :blink:

Viewing 15 posts - 31 through 45 (of 161 total)