Forum Replies Created

Viewing 15 posts - 5,026 through 5,040 (of 6,486 total)

  • RE: How can you respond to this...

    Look at it on the bright side - being "invaluable" means lots of consulting (and NOT for free, for real) once you leave... You might even get paid what...

  • RE: Speed up Bulk Insert

    Depending on your load, you might care to drop all indexes EXCEPT the clustered. MS' case study on the matter seems to think that that tends to be the...

  • RE: Different I/O performance each datafile same LUN

    Of course - if your block size is 32 (like you mentioned) and your file sizes aren't an even increment of said block size - wouldn't your alignment be all...

  • RE: SQL 2005 Maintenance Plans - Indexes

    Paul Randal (1/26/2008)


    Beware of rebuilding all indexes in a database every day as many people do - you should only be removing fragmentation when that fragmentation is contributing to workload...

  • RE: Anatomy of an Incremental Load

    Nice in-depth article.

    Just curious - do you have any metrics as to how efficient this is? DTS has gotten a black eye in the past as to being less...

  • RE: Transfer data from sql 2000 to sql 2005

    You certainly can. You just have to introduce multiple steps into your SSIS project. You're going to want to read up on it. Actually Andy Leonard put...

  • RE: sending mail using sqlserver200 automatically i.e. schedule

    you've got some homework to do. Read up on xp_sendmail.

    Once you've done your updates, use the above procedure to send your mail. Books Online go over the syntax.

  • RE: Slower and slower.. what will you do...?

    It seems to me that you'd need an index on (filename,typeID,status) with an include for (fpath). Give how big you have fpath - the include may or may...

  • RE: Getting correct data from date entered

    Try cleaning up the @enddate before using it. In other words - assume that if the user didn't include a time component, they want all day. If they...

  • RE: Getting correct data from date entered

    Gary - could you give us a sample of what you have in the TIME column?

    Also - I'm not sure you're clear on this - but '1/23/2008' converts to 1/23/2008...

  • RE: TOP 10 Distinct rows

    Again - without some specifics it's hard to advise you on anything. That being said - you might care to check out the NTILE ranking function, which should help...

  • RE: SQL Job Fails when logon changes

    The email profile SQL2000 uses needs to be useable from that account. In other words you need the e-mail profile to be based on the same credentials.

  • RE: character length of tiny int

    So the verdict is - remove all instances of "characters long"?

    Reads a lot better when those are gone....

    Edit: nevermind - it's friday afternoon. Coffee infusion seems to shed light...

  • RE: Upgrade question RS 2005

    In order to change editions, run the setup.exe from the command line with the option

    SKUUPGRADE=1

    It should ignore service packs, etc... and will allow you to change versions/editions.

  • RE: How to delete first couple of rows without knowing column name

    Have you looked at ignoring the data errors or redirecting them to another table during import? That's one of the options you can set up on your Excel Data...

Viewing 15 posts - 5,026 through 5,040 (of 6,486 total)