Forum Replies Created

Viewing 15 posts - 331 through 345 (of 5,685 total)

  • RE: Just curious, what are your SQL pet peeves ?

    Just because I want to see DBTIMEWARP get used:

    The number line is not a line, it's a circle, proven by the Divide by 0 asymptote. You just have to...

  • RE: Interview Questions

    Q1 is simple enough and is simple join techniques, I wouldn't expect to see any issues there.

    Q2 requires people to know about SARGability. While a definite skill I'd like...

  • RE: Trigger or SP?

    The procedure is triggering the trigger. You need to figure out which table it's on. Insert/Update/Delete will cause it.

    However, you don't want to randomly drop a trigger, you...

  • RE: execute process task fails

    venkat5677 (6/4/2014)


    It's only a copy command inside this cmd file.

    " Error: 0xC0029151 at ReportsToUsers, Execute Process Task: In Executing "C:\NewFolder\AAA.cmd" "E20070815" at "", The process exit code was "1" while...

  • RE: Just curious, what are your SQL pet peeves ?

    Koen Verbeeck (6/3/2014)


    That is fine during design time, but I'd like the full error at runtime. I've had cases where the actual error was cropped off because the error message...

  • RE: How to capture data flow component name dynamically while package SSIS package is executing?

    The data flow doesn't work like a query, or like typical programming logic.

    Don't think 'steps', think 'places in a stream'.

    The data flow streams data from the source, through all the...

  • RE: Just curious, what are your SQL pet peeves ?

    Koen Verbeeck (6/3/2014)


    Regarding the alternate error logging: before SSIS 2012, the standard error logging was inadequate in my opinion. It was hard to retrieve the number of rows transferred, sometimes...

  • RE: Just curious, what are your SQL pet peeves ?

    Sorry, ;WITH is ingrained into my head at this point. You're stuck with it if you chase me in my code.

    I agree with a decent amount of what's been...

  • RE: SubQuery not working

    Glad you found it Tom, good luck. 🙂

  • RE: SQL Server Reporting 2008 R2 Help!

    nivedita talukdar (6/2/2014)


    The one which I attached above is an individual report. I did have installed VS 2010 shell and able to view the datasets and upon trying to view...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (6/3/2014)


    Evil Kraig F (6/2/2014)


    So, I've been... busy. 🙂 Hi guys, what's new?

    I met Grant in real life. I still have nightmares.

    I'd heard he's a bit scary. ...

  • RE: View Server State permission

    Luis Cazares (6/2/2014)


    On another server, where we have the permission, I've found a lot of issues that can be improved. However, I wouldn't mention that as it's not part...

  • RE: SQL Server Reporting 2008 R2 Help!

    You'll need to get some hands on experience at this point with SSRS and the VS2008 studio (you need the right version of VS or BIDS for each version of...

  • RE: SubQuery not working

    Without seeing the data? Nearly impossible to troubleshoot directly.

    What's the rowcount in VES?

    What's the rowcount in EHR?

    What's the DISTINCT SSN Count in both?

    When you join the tables (instead of...

  • RE: Index columns

    ramana3327 (6/2/2014)


    Please correct me if I am wrong

    Usually it is better to include the columns in the index that are in where clause, select list and join.

    I am thinking that...

Viewing 15 posts - 331 through 345 (of 5,685 total)