Forum Replies Created

Viewing 15 posts - 31 through 45 (of 90 total)

  • RE: SSIS Mail Task

    Not sure were to upload the file on SSC, but find below

    --TEST--

    SET NOCOUNT ON

    if exists (select * from sys.objects where object_id = object_id('DirListingTEST')

    and OBJECTPROPERTY(object_id, N'IsUserTable') = 1) Drop Table DirListingTEST

    if...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SSIS Mail Task

    Thx, I have a solution

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SSIS Mail Task

    No variable, yes the file is generated and stored on a folder

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Filestream on 2K8 Active\Active Cluster

    Thanks a lot:-)

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL 2005 Clustering issues

    on the very same server, without changing the startup parameters it works ok, c attached

    Now i'm not sure why

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL 2005 Clustering issues

    Hi

    Tested it on the other and starts fine whether systems 32 folder or binn folder

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Adding a new instance on a existing cluster

    Thanks All for assistance

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Adding a new instance on a existing cluster

    Thanks

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Adding a new instance on a existing cluster

    What about a new ip address and service accounts, as currently running two nodes that are active

    Thx

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Login

    It's production the db hasnt been restored

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Converting varchar to datetime

    Thanks for your help, i will try the solution in the morning.

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Converting varchar to datetime

    😀

    Please bear with me, so i'm selecting data from the developer table with incorrect data type inserting data to a table with correct data types. So how do i incorporate...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Converting varchar to datetime

    Thanks, it's just that the developer created the table with varchar type.

    Thanks once more, will try the solution.

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Enterprise SQL Job Activity Reporting

    Great article Craig, just to acknowledge your work i also modified the reports to include a graph to get a quick glance before scanning the report to check for failed...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Adding Percentage of Total Columns to Table in SSRS Report

    Thanks for your response the below expression worked with formating the cell in SSRS table to show % sign.

    =Sum(Fields!SLA_Missed.Value)/(Sum(Fields!SLA_Achieved.Value) + Sum(Fields!SLA_Missed.Value))

    =Sum(Fields!SLA_Achieved.Value)/(Sum(Fields!SLA_Achieved.Value) + Sum(Fields!SLA_Missed.Value))

    Thanks

    It's better to fail while trying, rather than fail without trying!!!

Viewing 15 posts - 31 through 45 (of 90 total)