Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 7,164 total)

  • RE: SSIS import multiple csv files by name

    My understanding is the file names, while showing similar patterns, change from day to day.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS import multiple csv files by name

    SSIS OLE DB Destinations are using the same API that BULK INSERT would. The only difference here is that SSIS can access the file system natively whereas xp_cmdshell would have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS import multiple csv files by name

    I re-read the original post this morning and realized I had misread an important requirement so I removed my last post which was way off the mark.

    I do not think...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Output multiple SQL query result into excel using SSIS

    Do the 30 scripts deliver the exact same shaped resultsets, e.g. exact same number and type of columns, or are there some variations from one to the other?

    Do you want...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How Check string of Boolean expression is return true or false

    Is this SQL Server code? || is not a valid logical operator in T-SQL. Why do you want SQL Server to evaluate a passed in logic statement in this way?...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Query for find bdetails for Job Name - Enabled - Schedule of job

    Look in msdb for tables dbo.sysjobs, dbo.sysjobschedules and dbo.sysschedules. Those three have what you need.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: ETL Testing Tools

    If you're moving to a different structure then I would not trust anything to validate that anyhow. Chances are you will need custom methods to validate your custom transformations. Common...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: stop/start SQL services

    I meant so that a job is not killed midstream by the service stopping. Also keep missed schedules in mind while the service is down.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS import multiple csv files by name

    - removed -

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: stop/start SQL services

    log shipping will be fine. clustering and mirroring need more attention due to failover scenarios. also check for running Agent jobs.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Relationship between tables

    m.rajesh.uk (2/9/2013)


    is it necessary to have primary key on each table.

    i am confused related to primary key and clustered index.

    I recommended in SQL Server to begin with the idea...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: missing index already exists

    It could be old news too. Have you recycled your server since you added the index?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: MS SQL to Postgres ETL / Replication / Synch

    My guess is that the pulling of the data from SQL Server is not the bottleneck in this scenario it is the inserting of data into Postgres as 5000 rows/second...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to send an Email

    Assuming you already have Database Mail setup with a default profile in place you could do something like this. Just replace the use of the CTEs I created to bring...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Separate Groups by Sequential ID

    gmaendel (2/8/2013)


    Hi All,

    First time posting to SQLservercentral.

    I have a table called DataLogging that looks like the picture attached.

    I would like to get only the Data where "StartSwitch" AND "Wet/DrySwitch"...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,056 through 2,070 (of 7,164 total)