Forum Replies Created

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

  • RE: Table Data Sizes

    Thanks, William. I was going to post a fix for string sort on reserved, but you caught it.

    And thank you ngreene for posting your solution.

  • RE: Parsing Parameters in a Stored Procedure

    Nice coverage. Thank you for taking the time to spell out the steps and issues when working with charindex in this manner. We do something similar for handling...

  • RE: A faster way to prepare dimensional databases

    magarity kerns (2/25/2010)


    No, I've never had a problem with using md5. I'm inspired to write my own article on how to use md5 in an update/insert strategy for loading...

  • RE: SQL Server Agent Schedule Decoder

    Thanks, great script. And yes, SQL 2005 or higher. I am one of those dinosaurs that still defaults to SQL2000 to keep customer backward compatibility.

    As for the formatting,...

  • RE: The Ultimate Object Searcher

    "The Ultimate Object Searcher for SQL 2005 and Higher"

  • RE: Anatomy of an Incremental Load

    Hello Andy, thanks for a great overview using SSIS. I especially like the detailed explanation with screenshots. We currently use a stored procedure to handle our comparisons and...

  • RE: Finding Values With Numerous Columns

    Thanks for the article as this does come up, especially when dealing with others' legacy databases. I would be interested in seeing this expanded to include text fields, as...

  • RE: sp_recompile problems

    You could try a sp_refreshview. Below is a script to loop thru all your views:

    http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31902

    Just to be sure, sp_recompile is for stored procedures and triggers. From...

  • RE: Check Instance Info

    Thanks Pedro, this is a handy little piece of code. Previously, I would check the error log for the port number that my instance is listening on, which was...

  • RE: Stop execution of SQL script

    Antares686 (12/12/2007)


    What exactly do you mean? Was their submission incomplete or what?

    I perform a check for the database required to process the operations after it (e.g. updating objects, adding new...

  • RE: Stop execution of SQL script

    Thanks for the quick feedback. RETURN will not stop the processing of the script, and only RAISERROR..WITH LOG seems to break the connection to prevent further execution of the...

  • RE: Management Studio with SQL Server 2000

    Permissions for SQL2K can still be edited in SSMS, just have to go one level deeper.  Right-click on the object, select Properties, then select Permissions.  It is more of a...

  • RE: Management Studio with SQL Server 2000

    >> A couple things I wish they would have carried over from EM:

    >> OBJECT SEARCH

    The only replacement I have found equivalent to the Object Search in EM is by using...

  • RE: Management Studio with SQL Server 2000

    Thanks for the article.  I love Management Studio and use it with SQL 2000 extensively.  The text and file searching is great.  I think my favorite feature is the ability...
  • RE: Four Rules for NULLs

    Once again, great article, and great discussions and feedback.  Just curious (and no 'curiosity killed the cat' replies please :-), is there a way to test for Unknown? 
     
    I have...

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