Forum Replies Created

Viewing 15 posts - 271 through 285 (of 2,487 total)

  • RE: Dates Using MERANT 3.7 32-BIT PROGRESS ODBC driver

    You can do it with a global variable, but the trick is that the query has to follow Progress syntax, not T-SQL syntax. From memory we used a date format...

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

  • RE: UDF for BOTH Date & Time

    The PRINT statement just performed an implicit conversion of your nicely converted datetime to varchar

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

  • RE: Logs, Logs, Logs.

    How are the files named? If like most backups, they have a datetime stamp you can use that to weed out files.

    eg: For a file name like myDb_tlog_yyyymmddhhnn.trn you can...

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

  • RE: sql 2000 log shipping problems

    What account are the SQL services running under?

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

  • RE: Report Rendering Problem

    Have you looked at the log files on the server Reporting Services is running on?

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

  • RE: Studio Query Component

    As long as SP4 is applied, Query Analyzer will still function on an SQL 2005 system.

    It's actually still my tool of choice to get things done quickly

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

  • RE: XML column to table

    Well given the structure posted

    - How do I get the "True" value for Monday?

    - How would I get the same value if the node was Tuesday and the Monday node...

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

  • RE: XML column to table

    Haven't had a chance to look through the other schedule tables at the moment. If you've got any ideas on how to use the XML data as it is that'll...

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

  • RE: XML column to table

    Ok, that's working for the Parameters and ExtensionSettings columns. Now I've struck an iceberg while the scheduling information. The column is called MatchData in the subscription table.

    Here is a sample...

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

  • RE: globally changing DTS Connections across instance?

    The layout and annotations in DTS are not part of the object model. Therefore any modifications done outside the Designer GUI will cause them to be lost.

    May I suggest that...

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

  • RE: How to delete DTS package logs older than 1 month?

    Take a look at sp_dump_dtspackagelog in the msdb database.

    Deleting from sysdtspackagelog will cascade to the step and task logs.

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

  • RE: XML column to table

    Jacob, thanks for that. How do I run this across a table?

    The subscription table in the Reporting Services database has three fields with XML values that I'd like to break...

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

  • RE: SQLServer2000 is not using and index in query

    ???

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

  • RE: DTS Tuning

    I work with SQL Server and don't know anything about Sybase. Maybe you should ask on a Sybase forum, or Google it http://www.google.com/search?q=Sybase+OLEDB

    The TCP/IP protocol will give you the best...

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

  • RE: DTS Tuning

    1. Yes there will be a slight performance degradation as ODBC sends a lot more messages back and forth between source and destination. There's nothing you can do about that,...

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

Viewing 15 posts - 271 through 285 (of 2,487 total)