Forum Replies Created

Viewing 15 posts - 3,316 through 3,330 (of 5,109 total)

  • RE: Precedence Constraints and Config Files

    I assume it's running from some kind of Agent task? Could you set up a parameter instead, say CurrentDayNum. In the job you can set the value of the parameter...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Encyrption - hide definitions

    Adam Sandler - Thursday, August 10, 2017 5:02 AM

    They really only need access to read write data, execute sps, functons. Thats their...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: sql script backup

    Thom A - Thursday, August 10, 2017 5:35 AM

    premkuttan - Thursday, August 10, 2017 5:29 AM

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: sql script backup

    premkuttan - Thursday, August 10, 2017 5:29 AM

    Thom A - Wednesday, August 9, 2017 9:32 AM

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Allow Multple Values parameter - how to send an empty array

    When SSRS passes a set a values, it doesn't use an array. Arrays don't exist in SQL Server. Values for Multiple Values Parameters are passed as a delimited string. So,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SQL server 2014 SSIS package execution using job Error

    Unfortunately there seems to be language barrier here, but I don't understand what your question is.

    You firstly seem to be saying you have a SQL Agent job that...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Encyrption - hide definitions

    Adam Sandler - Thursday, August 10, 2017 4:21 AM

    Whats the best way of securing all design from a logon with lesser rights....

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Precedence Constraints and Config Files

    When you say you want to change the check, what do you mean exactly? Will the value of the @DayNum need to be a different value to evaluate to TRUE,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Using parameters in Execute SQL Task

    Scott In Sydney - Thursday, August 10, 2017 1:48 AM

    One more question:  is there a way to run all the packages...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSRS Subscriptions

    Is it just for a specific subscription, or all of them? We have it set up on Exchange so that all emails sent our SSRS service account have specific text...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Just new to SQL server error

    marcm22 - Wednesday, August 9, 2017 8:05 PM

    thanks for the reply, we dont have a DBA.
    can you point me to a link...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Allow Multple Values parameter - how to send an empty array

    Boris Pazin - Wednesday, August 9, 2017 3:42 PM

    Hi Thom, 
    First, thank you very much for looking into this issue.
    I have a...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Allow Multple Values parameter - how to send an empty array

    Boris Pazin - Wednesday, August 9, 2017 11:34 AM

    I have to send an empty array.
    So, there is a parameter which allows multiple...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Allow Multple Values parameter - how to send an empty array

    What would your NULL value represent? If you are supplying a list of items, what would you expect a list of no items to return?

    I ask as, for...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: sql script backup

    Create a variable with the date value and pass that in your statement. For example:
    DECLARE @CurrDate varchar(8) = REPLACE(CONVERT(varchar(10), GETDATE(), 104),'.','');
    ...
    ... DISK = '

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

Viewing 15 posts - 3,316 through 3,330 (of 5,109 total)