Forum Replies Created

Viewing 15 posts - 751 through 765 (of 2,487 total)

  • RE: Trigger Help

    "Be nice. I'm a developer..."

    That's ok, I forgive you because "I hate cursors..."

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Drop it like a hot potato! / Best practices for nixing old databases

    Sounds like a good plan of action, although I wouldn't do it all in one go. I've been caught like that before.

    One day: "Yes,...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Trigger Help

    Roger

    You wouldn't be a developer rather than a DBA would you

    If you tried to put a trigger with a cursor into production at...

    --------------------
    Colt 45 - the original point and click interface

  • RE: best approach in loading data from SMART/AS400 dbs to SQL 2000

    Test the different methods of obtaining data in Approach 1 & 2 and go with the one that provides the best speed. This will depend on the physical location of...

    --------------------
    Colt 45 - the original point and click interface

  • RE: if output > 1?

    "...I'm not in the habit of questioning the wisdom of savants..."

    Question, question it's highly unlikely that one person knows everything.

    http://www.sqlskills.com/blogs/kimberly/PermaLink.aspx?guid=634f7f84-6c10-4163-9890-faf1ab55f66a

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: if output > 1?

    "...only adds a leading comma instead of a trailing one..."

    Oh well, trim off the trailing or trim off the leading ... which way is better ??

    Maybe you could throw a...

    --------------------
    Colt 45 - the original point and click interface

  • RE: if output > 1?

    Yes do use a function, wouldn't do to give the "CursorsAreEVIL" police more ammunition

    Also, correct me if I'm wrong, but if you use...

    --------------------
    Colt 45 - the original point and click interface

  • RE: subquery in the column value of a SELECT

    Run the query in Query Analyzer with "Show Execution Plan" selected and you see

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Import Wizard, Defaults, and Nulls

    Jacob

    In the wizard, you can change the destination table in the step where you select source tables and views. If you select an existing table as the destination you can...

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTS Package fails to import conforming rows of data

    Using a staging table is probably the better method and is more in line with standard practice.

    You could also set the Exception file properties on the Options tab of the Datapump. Then...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Getting Row Number

    Unfortunately SQL 2000 does not have a row number function, you'll have to wait for SQL 2005 for that

    In the meantime, take a...

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTSRUN.EXE APPLICATION ERROR(SQL SERVER 2000)

    In the stored procedure, are you using the sp_OA* procedures to execute the packages, or xp_cmdshell?

    The sp_OA* procedures a know to cause memory leaks. So if you are using them...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Few Questions

    Otto, I think 32bit SQL Server database engine is limited to 4GB of ram unless you're running Windows 2003 Enterprise or Datacenter. If you run 64 bit SQL Server you...

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTSRUN.EXE APPLICATION ERROR(SQL SERVER 2000)

    "The error is occuring only when the job calls the stored procedure

    If i executed stored procedure from query analyzer then there is no problem. "

    Hmmm ... conflicting executions of...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Remote Login errors

    Unless you're talking about a different post, which is quite likely the way you post thing all over the place, you do not mention anywhere that you get null for...

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 751 through 765 (of 2,487 total)