Forum Replies Created

Viewing 15 posts - 391 through 405 (of 4,272 total)

  • RE: create batch file in SSIS using sql

    While I question the whole methodology I would probably do this as a data-flow task.

    The source would read the table and format the data for the ending result.

    The destination would...

  • RE: create batch file in SSIS using sql

    Abs-225476 (3/21/2012)


    Hi, thanks for your reply.

    I want to be able to schedule this ssis package to run everyday.

    The sql script will look at new records created in a...

  • RE: Attracting Talent

    Jeff Moden (3/21/2012)


    Nope. But that would certainly have set a better tone for the interview.

    Been there as well, had a case where it was apparent within 2-3 minutes of...

  • RE: TempDB in RAM

    They are not part of RAM but they require a certain amount of RAM to function properly, or so I am told.

    CEWII

  • RE: Find and Replace SSIS Package

    sam.dahl (3/20/2012)


    You can of course just do your work in notepad and save it as per any file.

    SSMS shouldn't be any different.

    P.S. In my experience, whilst template packages work well...

  • RE: create batch file in SSIS using sql

    I would likely do such a thing from a script task..

    However, I have a wider question, what is it that you want to accomplish in the end?

    Why do...

  • RE: Attracting Talent

    GSquared (3/20/2012)


    Many job-seekers mirror this by expecting that "I know how to spell SQL, .NET, and I really, really need this job" will land a job. I've seen falsified...

  • RE: Attracting Talent

    jfogel (3/20/2012)


    Resume reads:

    "I am a master of Sequel Server"

    Yeah uh okay.

    RAISERROR ......

    Ah, a little SQL humor..

    CEWII

  • RE: What security context is a sub procedure run under?

    Because it is not you writing the file it is SQL. There are several instances of this such as backups. The backup itself is generated by the SQL...

  • RE: SQL Cluster - Multi Instance

    You can only have one named instance per virtual name. As of SQL 2008R2 you couldn't add a second instance to an existing virtual name.

    Keep in mind the various...

  • RE: Is sql server using all cpus?

    Using WMI oyu can check this. When I do this manually I like to use an app called WMI Explorer.

    If you look at the class Win32_Processor it will list...

  • RE: Attracting Talent

    I've said this in other posts but I will re-iterate it here.

    Participating in online forums is a great way to show over time your demeanor, your process, your skills, and...

  • RE: Error starting debugging. (Microsoft.DataTransformationServices.VsIntegration)

    I'm gonna ask a dumb question, and I'm sorry ahead of time..

    Have you done a restart of your machine?

    Sometimes it helps..

    CEWII

  • RE: SQL Server Backup Question

    The only obvious answer is that there was a bunch of data deleted.

    Since this is SQL 2005 I don't think backup compression is available in any version.

    CEWII

  • RE: Find and Replace SSIS Package

    You could probably edit the XML directly but don't do a replace all, I'd do a replace and look at each one just to be sure but it would still...

Viewing 15 posts - 391 through 405 (of 4,272 total)