Forum Replies Created

Viewing 5 posts - 376 through 381 (of 381 total)

  • RE: upgrading from Access to TSQL

    For SHDate:

    Convert (varchar(10), sh_date,101) as shdate

    Russel Loski

    Russel Loski

    Russel Loski, MCSE Business Intelligence, Data Platform

  • RE: VB ActiveX Job Step - Not Executing

    I suspect that the user account that SQLAgent is running under does not have permission to access the files.

    Alternatively, does the filesystemobject access a network drive? You can't use...

    Russel Loski, MCSE Business Intelligence, Data Platform

  • RE: Setting a DateTime Field to NULL

    I did a simple test: run query

    select convert (datetime, '')

    The results were 1900-01-01 00:00:00.000

    I think that it is casting '' to datetime and converting it to 1900-01-01.

    The easiest fix...

    Russel Loski, MCSE Business Intelligence, Data Platform

  • RE: Beware of Mixing Collations - Part 1

    Can mixed collations affect performance?

    I created a new server and database with a different default collation when I took over our small SQL Server environment. In transferring the objects...

    Russel Loski, MCSE Business Intelligence, Data Platform

  • RE: Where should I save my DTS packages?

    In the article you state that you cannot view in the GUI a DTS package that was saved to VB. What I do is to comment out the Execute...

    Russel Loski, MCSE Business Intelligence, Data Platform

Viewing 5 posts - 376 through 381 (of 381 total)