Forum Replies Created

Viewing 15 posts - 766 through 780 (of 2,443 total)

  • RE: Exporting Data to Excel in multiple sheets

    Lutz is right, Google it and you should see lots of options. To help you narrow it down, look for page breaks. I've been having issues getting it to work...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Report with current and previous year's data

    Ok, I was waiting on something so just mocked up one example.

    bulbanos had you on the right track, in your sample table you need to join on the month...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Report with current and previous year's data

    SQLBeginner, that's a good start for your data, but you don't have any months to compare to prior year? Can you mock up some data with Feb 2010 so we...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: sql script

    Declaring the column as an identity column will allow it to continue to add sequential values when new records are added, so you probably will not want to turn it...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Reporting services "Cannot create a connection to data source"

    Does the ReportServer not have access to the data source?

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Every once in a while, I am reminded by circumstances to thank everyone here and out there anywhere who takes the time to help others out in their professional capacity....

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Pros and Cons of SQL Sever Datamining

    BOL has some good links to get you started:

    http://msdn.microsoft.com/en-us/library/ms345131(SQL.90).aspx for 2005, http://msdn.microsoft.com/en-us/library/bb510516(v=SQL.100).aspx for 2008 and

    http://msdn.microsoft.com/en-us/library/bb510516.aspx for 2008 R2.

    Other alternative to consider is the R Project[/url], free, open-source, widely used...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Pros and Cons of SQL Sever Datamining

    Duplicate post, please add all replies to http://www.sqlservercentral.com/Forums/Topic1062448-2797-1.aspx

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Koen Verbeeck (3/4/2011)


    According to this thread, some dll's should be registred to solve the error:

    http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/f64f9adf-9c97-4e3e-b7c6-9a85e8f1c383/

    Register the xml parser dlls with the below commands.

    regsvr32.exe msxml3.dll

    regsvr32.exe msxml6.dll

    Thanks Koen, I'll check it out.

    Edit:...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Brandie Tarvin (3/4/2011)


    Just to verify... You don't have any variables or expressions in these Execute SQL Tasks, do you?

    Nope. Thanks!

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (3/4/2011)


    Sounds like the Logic Class my daughter is taking in college right now.

    Tough course to take online, when the only feedback you get is correct or incorrect.

    The Why...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Brandie Tarvin (3/4/2011)


    Really? That's odd.

    What type of objects are you trying to copy? And how are you trying to copy them? Across packages in different solutions or across packages in...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Phil Parkin (3/4/2011)


    Just dive in and keep asking questions and you'll soon gain the requisite experience.

    heh...makes me think of that sig (can't remember whose at the moment) "semper in excretia,...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Jeff Moden (3/3/2011)


    Heh... or just do it all in T-SQL stored procedures. :-D:-P;-)

    How do I decide when to use subpackages vs stored procedures vs straight SQL tasks? I would have...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Can I copy tasks from one package and paste into another?

    Ok, so aside from the alternatives (sub-package/sp's), and I know you're all used to folks just asking questions without trying first, but I actually TRIED to copy/paste, and it won't...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

Viewing 15 posts - 766 through 780 (of 2,443 total)