Forum Replies Created

Viewing 15 posts - 766 through 780 (of 844 total)

  • RE: The Geek Christmas Poll

    Maybe some kind of electrical shock device, like a tazer, I could use on the plane when the person in front of me decides to lean their seat back into...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: The Geek Christmas Poll

    I thought about the Samsung watch/phone, but you have to have carry around the smart phone. At least that is what I understood. I just want the watch to...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Union Join between 3 SQL Queries

    Without more detail it is hard to help, see Sean's post.

    As I said I would think the union's would work but without data to test it I can't be sure....

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Union Join between 3 SQL Queries

    What results are you getting? There is syntax errors in your posted SQL, commas before the from, I assume you removed some fields for the post.

    Formatting the SQL will...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Union Join between 3 SQL Queries

    I recently worked on a process that had about 10 different fields I needed to check, all were had 'Y' or 'N' as the value. If any one of...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Not receiving daily newsletters

    I was also having problems last month getting mine, I went in and unchecked the button to get the newsletter and saved it. Then went back in later and...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: How to create variable for @startdate and @endDate in SSIS Execute SQL Task

    Just an FYI if you are using the CONVERT with 112 you don't need the REPLACE statement the 112 does not return the results with the slashes(yyyymmdd).

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: It Starts with Version Control

    Steve Jones - SSC Editor (11/21/2013)


    below86 (11/21/2013)


    Version Control? What is this novel idea you speak of? Just joking. 🙂

    Currently we don't really have anything in place to do...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: SSIS: Finding Table Used in Other Package(s)

    yayomayn (11/21/2013)


    BI Documenter from Pragmatic Works is pretty good and would do what you need. It will set you back a cool $595 though :ermm:

    In SQL 2012 you have the...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: SSIS: Finding Table Used in Other Package(s)

    This speaks to a bigger question I have at times. "What all uses this table?" It would be nice to know every SSIS package, .SQL file or stored procedure...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: SSIS: Finding Table Used in Other Package(s)

    We have ours stored as .dtsx files on our server. I can use a Ultra Edit to search just the *.dtsx files for the table name I'm looking for.

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: It Starts with Version Control

    Version Control? What is this novel idea you speak of? Just joking. 🙂

    Currently we don't really have anything in place to do this here. I would love...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: execution log info from a stored procedure

    Thanks, Gail. That is what I was thinking but wanted some else's opinion.

    If I execute the stored procedure from the bat file will I still be able to direct...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Any way to see or view the results of an execute sql task ?

    Koen Verbeeck (10/30/2013)


    below86 (10/30/2013)


    ...

    osql -S %1 -E -d %2 -i "%3%4.sql" -o "%3%4.log" -b

    ...

    Just for your information:

    osql is deprecated (and it has some issues. I remember it not working with...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

  • RE: Any way to see or view the results of an execute sql task ?

    We have the following in a bat file:

    REM This BAT file uses the userid and password of the account that is running the BAT file.

    REM %1 = SQLServer name

    REM %2...

    -------------------------------------------------------------
    we travel not to escape life but for life not to escape us
    Don't fear failure, fear regret.

Viewing 15 posts - 766 through 780 (of 844 total)