Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 2,487 total)

  • RE: Probem with a Real DataType

    This is because of SQL Servers datatType precedence (check out the topic in Books Online). All the numbers in your calculation are integers so it performs integer arithmetic. If you...

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

  • RE: PLEASE HELP!!!

    I'd also be questioning the use of the text field in the table. Surely the person viewing the aspx page isn't going to type 2k worth of text into a...

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

  • RE: Nested cursors

    Ugg ... "The problem arises when there is more than one distinct value" ... then this wouldn't be a distinct value...

    Semantics aside, if you have to nest cursors then I'd...

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

  • RE: help with rewriting query (performance optimization)

    For starters the subqueries you're using for TotalHours, TotalDays and TotalWeeks

    (SELECT     COUNT(DISTINCT (datepart(ww, session_start_time)))
      FROM         ...

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

  • RE: regards Dynamic Properties Task in DTS

    Is this instead of using workflow scripts? If so, that is a really neat idea. I've always hated how the workflow scripts are "hidden" away.

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

  • RE: POP3/SMTP mail support requires Outlook Client to be Active

    ?? logistical nightmare to add the steps.

    This runs through all jobs on the server. You could modify it a bit to exclude jobs and maybe put it in a proc...

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

  • RE: Reporting Services Format of rendered Excel report

    Can you elaborate on what you mean when you say "the values go haywire"?

    Are the values different, or are they just presented differently.

    I've noticed with my reports that export to...

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

  • RE: Setting up report schedule

    Unless I'm missing the same thing you are they do seem to perform the same function.

    I haven't tried this but maybe it's something to do with the roles. Possibly a...

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

  • RE: Multiple Instances of SQL on the same server? - Opinions Please

    Bear in mind that if you run the Standard Edition, you still have to buy a license. If you use Enterprise Edition, you can have as many instances as possible.

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

  • RE: EXECUTE PROCESS TASK - FTP Files via .CMD File

    Even better.

    Use the custom DTS FTP task from SQLDTS,

    http://www.sqldts.com/default.aspx?302

    Unlike the standard FTP task, this one allows sending and receiving of files instead of fiddling around with external .CMD files.

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

  • RE: TiVo for DBAs!!!

    Good stuff. A lot of potential here for answering many of the "easy" questions where people get told to read BOL. Nothing better than actually seeing something in action.

    My .02...

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

  • RE: How do I find out when SQL Server has stopped?

    Art

    Take a look at my home grown ASP page over at the Australian SQL Server User Group.

    http://www.sqlserver.com.au/resources/ViewResource.aspx?resourceId=9

    We use this page in conjunction with Servers Alive!

    http://www.woodstone.nu/salive/

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

  • RE: Updating the MSDB..sysjobs Table

    Just to echo the general consensus, you should not make it a practice of updating any of the system tables.

    You could have achieved your fix by scripting out the jobs,...

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

  • RE: Table size limitation on SQL update task

    If you post your table structures and the queries you are running you might get a better response than "It depends..."

    Certainly SQL Server has no problem updating 600,000 records, depending...

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

  • RE: RS query: duplicates in the detail section

    Are you sure there are no duplicates in Query Analyzer? Change your query to perform the same grouping operation the RS is doing.

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

Viewing 15 posts - 1,636 through 1,650 (of 2,487 total)