Forum Replies Created

Viewing 15 posts - 661 through 675 (of 832 total)

  • RE: transaction log growing

    If you absolutely have to shrink it you'd be better off using Shrink Files and selecting the specific ones you want to work on--Shrink Database would attempt to shrink the...

  • RE: Race to post 1,000,000

    Well, it can't be a TINYINT or a SMALLINT because we've already passed the maximums for those, and it seems pretty unlikely it's a non-integer datatype, so the smallest max...

  • RE: Creating Clustered Index on SQL2008

    Maybe I'm misunderstanding here, but you seem to be complaining because your database has got SMALLER after adding the clustered index (57Gb to 56Gb). Not sure why this is an...

  • RE: Automating .sql Scripts

    clasley 57551 (9/30/2010)


    Here's what my SQL Cmd looks like

    sqlcmd -S .instancename\SQLExpress -i"C:\Documents and Settings\locationexample\ProcessCreateCommercialCatalyst.sql "

    Why is there a full stop (or period, if you're American) at the beginning of the...

  • RE: transaction log growing

    I agree. If you're only doing one transaction log backup a day you might as well put the database in Simple recovery mode and skip the log backups entirely.

  • RE: Log backup basesd on last commited LSN?

    Question is, why would doing this help in any way? Whether you're sending 200Mb of data every 15 minutes, or sending 90Mb every 7 minutes when the log file gets...

  • RE: SQL Server Error Log - A significant part of sql server memory has been paged out...

    And stopping it will also tell you real quick if somebody actually IS using it, because you'll get a complaint! (Or something you have installed will stop working). 🙂

    Thanks for...

  • RE: SQL Server Error Log - A significant part of sql server memory has been paged out...

    What edition of SQL Server? Pretty sure the "lock pages in memory" thing only works on Enterprise Edition (or Developer Edition, which is essentially the same thing with more restrictive...

  • RE: Creating indexes on computed columns

    I carefully left that third option unchecked because I thought it was the author attempting a bit of a trick by having just that one worded differently from BOL, too!

  • RE: How to troubleshoot performance issues?

    If you *are* relying on autogrow, the default setting (increase data file size by 1Mb every time) is ludicrously small for pretty much any non-trivial database...increasing that (once you've got...

  • RE: SQL Server 2005 SP3

    This thread is more than two years old...I'm sure the people who posted in it have probably figured out by now that SP3 is available, especially since that's been the...

  • RE: Data Type and Length

    magasvs (9/27/2010)


    There were columns like Year nvarchar (255), PostalCode nvarchar (255), Phone nvarchar (8000)...

    One of our developers stored a TCP port number (which is, by definition, an unsigned 16-bit integer)...

  • RE: Taking unused space out of DB files (and DB)

    Guessing that's a feature of the beta version of 7-zip--can't find any evidence that 4.65 supports it.

  • RE: Taking unused space out of DB files (and DB)

    The only way I can see to get those copied files much smaller is to use a more efficient compression technique. Zip offers several levels of compression (higher ones requiring...

  • RE: ISNUMERIC

    da-zero (9/27/2010)


    Good question, although I seem to remember that I've seen similar ones.

    I'm sure there's been a very similar one in the past two or three months--I forget exactly when...

Viewing 15 posts - 661 through 675 (of 832 total)