Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 2,487 total)

  • RE: date time query

    And what does this return?

    declare @x varchar(12)
    SET @x ='11 Mar 2003'
    select taskid,taskname,entrydt from task 
    where entrydt = cast(@x as datetime)

     

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

  • RE: Need help creating odbc connection from ms web edition server to SBS 2003 SQL Server / NO ISA

    Images don't get displayed in the forums. You'll have to post the text version of the error.

     

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

  • RE: SQL Views - error messages

    ??? where does varchar(50) come into it? I don't recall seeing where the poster mentioned anything about field definitions. Are you working on some other problem?

     

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

  • RE: SQL Views - error messages

    And this fixes the data truncation how ??

     

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

  • RE: Query on Database System Tables : permissions

    Ok, as the query is referencing syspermissions using an INNER JOIN, if you haven't granted any permissions to objects then they're not listed. If you change the joins to outer...

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

  • RE: Memory Usage for SQL Server 7.0 high

    From your response I gather your not familiar with how SQL Server utilises memory. What you have described doesn't sound like a problem to me. It sounds like normal operation....

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

  • RE: Memory Usage for SQL Server 7.0 high

    Well you do know that SQL Server does a lot of data caching

    10GB into 2Gb will probably...

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

  • RE: User entry or auto-calculated

    Also, be wary of any implicit conversion that may be going on as part of your calculation. It's always best to explicitly cast static data used in calculations.

     

     

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

  • RE: Query on Database System Tables : permissions

    From memory, I think there was a script in the script library that does that.

    http://www.sqlservercentral.com/search/turbo.asp

     

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

  • RE: date time query

    Ok, I'll skip past all the obvious arguments against using dynamic SQL

    If you use the date format 'dd mmm yyyy' you should...

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

  • RE: Send Mail Task with Global Variables or Dynamic Values

    You can use a Dynamic Properties task to assign Global Variables to the appropriate properties in the Send Mail task.

     

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

  • RE: Re-Starting DTS Package

    You would need to put an ActiveXScript task on the "On failure" workflow that sets the Execution status of the truncate table step to Waiting.

    There is an article on

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

  • RE: Query Processor Errore

    "no parameters but far too long to post"

    Nothing is too long to post

    "Presumably, the query processor can't identify any statistics to work...

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

  • RE: start sql service as user, not administrator

    This is more to do with Windows Security than SQL Security. You should try logging in as an Admin and setting the Local Computer Policy. Don't know exactly which rights...

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

  • RE: Web Host SQL Server

    I use http://www.discountasp.net and find they're pretty reliable.

    Have had a website there for over a year with nothing but scheduled outages. They have web-based admin for SQL Server,...

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

Viewing 15 posts - 1,006 through 1,020 (of 2,487 total)