Forum Replies Created

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

  • RE: How to Compute Actual Space Used In Datafiles

    This isn't really pretty - and I had to carve it out of a cursor that I use as part of my nightly processing - but it seems to be pretty...

  • RE: .trc trace file format

    Check BOL for fn_trace_gettable.  This doesn't "decode" the trace file, but you can import the data from a trace file to a temp table and query it there.  I'm not aware...

  • RE: Database naming...

    Although this is a tangent, I thought I'd share this.  Microsoft lists the maximum number of databases per instance as 32,767 (BOL: "Maximum Capacity Specifications") but I did a little...

  • RE: SQL Server 2000 ENT/STD Editions combination - Logshipping

    If memory serves me right, SQL Standard -used- to work as a [target] for log shipping out of the box.  I believe it stopped working after Service Pack 2.  I guess MS...

  • RE: Locate All SQL Server Instances in a Network

    Here's a tool that may help also.  It's free (always a nice price).

    http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=26

    Cheers,

    Ken

  • RE: Insufficient space to restore database

    Good suggestion, assuming the database was created small and grew to the current size.  Otherwise, shrinking the files won't buy you much... (you can only shrink down to the original...

  • RE: DBA Procedures

    Here's a few items that you'll probably see: User maintenance (be SURE your HR department includes you on employee terminations), new development, patch management, security and auditing, tuning, scheduled database...

  • RE: Maximum No of Columns

    I agree with Frank on this one.  You'd be better off doing it at the front end.  You [could] potentially split the columns between several tables and use a key...

  • RE: sql.log shrinking procedure

    I can't say for certain that your sql.log file is unrelated to SQL Server, but I believe there's a default name of sql.log for ODBC trace files.  Check any ODBC...

  • RE: Transferring 7 GB Database

    Do yourself a favor: be sure to shrink the files before you dump/detach.  I've had good luck with WinRAR.  WinZIP has problems (or at least it did when I needed to...

  • RE: Truncating T-Logs = Performace Improvements??

    Jeff

    Be careful with this.  I don't know what environment you're in but here's a few things to think about.

    1. Transaction logs are your avenue for database recovery.  If you can...

  • RE: databaseid

    Shamelessly stolen from a particular Gary Larson 'The Far Side' cartoon.

    Likeness is close but I have a beard...

     

  • RE: databaseid

    How embarassing...

    I was so focused on answering the question that I didn't even -notice- Jonathan's reply (sorry about that, J...)

    Not -enough- coffee, rarely serious and...

  • RE: Log Shipping - Do we still do Full Backups

    Call me Mr. Obvious here but I'll say it anyway: after you do your full backup on your production system, copy the backup file to your log shipping target server. ...

  • RE: How do you create a diagram for an existing db?

    Lauren

    I guess it's worth mentioning that these diagramming tools rely on existing relationships between the tables in the database.  I've reverse-engineered legacy databases and all I had when the dust...

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