Forum Replies Created

Viewing 15 posts - 4,261 through 4,275 (of 6,486 total)

  • RE: Using VBScript to Automate Tasks

    Jeff Moden (3/10/2008)


    Heh.... Just like SQL allows itself to take any form... or Java... or...

    Touche.

    I worded that poorly. It's not so much that you can write poor...

  • RE: Turn off logging

    M.van Leewen (3/11/2008)


    OK Jeff, So no shrinking! Is there any point in time that shrinking is good?

    Menno

    Shrinking - sometimes. Auto-shrinking - essentially never.

    Shrinking allows you to recover some size...

  • RE: Creating assembly

    J Sitz (3/10/2008)


    Matt,

    Rebooting the server fixed it. How can I test for a memory leak on the server? This was the first assembly on the server, but it...

  • RE: Ways to exporting SQL05 data to Linux?

    if you don't like the row terminator, then add the -r (row terminator) flag to your BCP. You will need to try various ones to find which one works...

  • RE: Turn off logging

    M.van Leewen (3/10/2008)


    Hi Matt,

    I want to try to set the temp DB to a larger start size. How can I do that?

    Menno

    It would look something like this:

    Alter DATABASE [tempdb]

    MODIFY...

  • RE: Using VBScript to Automate Tasks

    Nice article...but -

    I can't help but ask - why use VBScript when you can use an actual full-featured language? You know - something with actual types, error-handling, etc...?

    I...

  • RE: Ways to exporting SQL05 data to Linux?

    The bigger question is - what kind of data do you need to get into Informix? What types of files does Informix prefers?

    You can export (using SSIS, BCP, or...

  • RE: Turn off logging

    If you mean turning off logging through the transaction log - no. Not possible. All activity is "logged" (meaning the changes are put into the log FIRST, then...

  • RE: Cursor in SQl Server

    Jeff Moden (3/10/2008)


    Throw CTE's and ROW_NUMBER() into the picture and the idea of using a cursor just means you got lazy or you really shouldn't be writting SQL (not anyone...

  • RE: How to write a query to join 2 table

    Jeff Moden (3/10/2008)


    Pivot also has some limits... I believe you can only Pivot based on one column...

    Not only is the new pivot command limited to one column, it's limited to...

  • RE: Maintenance Plan fails on 1 of 5 user databases

    I noticed you mentioned that the Maintenance plan does a log backup. That would fail if the DB is in Simple recovery mode.......

    (Log backups only "work" in Full or...

  • RE: Re-arrainge a character field

    Actually dfalso - not at all. it's fairly remarkable what formats work right out of the box.... just CAST them to datetime. with or without slashes....

  • RE: writing code to get result of royalty value if it has indeterminate value

    Well right - it's homework, so you need to do most of the heavy lifting.

    A few questions might help you along though:

    - what's the term used in databases dealing...

  • RE: The Daily Routine

    Steve Jones - Editor (3/10/2008)


    My one dog doesn't like peanut butter. First dog I've seen like that. American cheese folder around the pill works well.

    giving a horse aspirin is a...

  • RE: Need help with selecting primary key!

    One of the primary attributes of a Primary Key is that is must be unique - so your purchase order ID cannot be the PK of this particular table (since...

Viewing 15 posts - 4,261 through 4,275 (of 6,486 total)