Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,079 total)

  • RE: SQL Server Maintenance Plan

    I would not suggest doing it, I may be wrong but I don't see any way of simply copying a maintenance plan...even if you could you look at challenges around...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Are the posted questions getting worse?

    Schadenfreude-Mei (6/22/2010)


    I think this one qualifys:

    Seriosly, how do these people get to a point where they are even alowed to look at a live server :crazy:

    Adam, I don't quite get...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: time taken to perform etl process

    Have to agree with Paul.

    ETL for a whole db doesnt really make sense.

    Backup and restore would be a good idea.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Interview Questions

    Check out Brent Ozar's blog...

    http://www.brentozar.com/sql/sql-interview-questions/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL 2008/2005 - Moving SSIS between DEV,TEST,PROD

    Have you tried importing the DTSX packages from one SSIS instance to another?

    Ensure you add encryption on them should there be stored passwords etc in them.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: T-SQL Logic

    Hi Hugo, yes, looking at the last where statement, it was easy to determine the answer.

    But, look at the wrong answer rate - 19 so far.

    This question was purely to...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: sp

    Yes, it's called a backup.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: list of files

    Vijay, how about trying a script posting us your effort, and then we'll see where we can assist.

    There was a long thread about people just asking for scripts, instead of...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: ssis package implementation

    start of with creating a table with an ID column, and a column with your server/db names.

    use the row ID's to get the server names in each loop, with a...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: renaming SA account caused SQL Server Agent Jobs to fail

    Even though your jobs reflect the new name, did you change the run as account as well?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Formatting and Readability

    Fully agree.

    Bad formatting is almost as ugly as bad coding. When handing over your code/work you should

    feel confident that any developer can look at it and be able...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Profiler Availability in SQL Server 2008 R2 Express edition

    Read up at

    http://msdn.microsoft.com/en-us/library/ms144275.aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: change data type in all the tables

    http://www.sqlservercentral.com/Forums/FindPost937448.aspx

    please don't post duplicates.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Non Disclosure Agreements (What's the point?)

    They can sue you, and the company who paid/hired you to steal the information, and prevent the "thieves" from using the information.

    They will also ensure you never work at any...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: change data type in all the tables

    This might not necessarily be the easiest or most correct, but my own thoughts...

    script out the "Drop and create" whole database structure, but before creating, change the data type!

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 751 through 765 (of 1,079 total)