Forum Replies Created

Viewing 15 posts - 6,871 through 6,885 (of 8,760 total)

  • RE: SSIS (FORLOOP)

    Duplicate post, respond here

    😎

  • RE: for loop (SSIS 2008 r2)

    challakarthik (10/5/2014)


    Hi ,

    I have a scenario like ........I have 6 flat files(Country1,Country2,Country3,.......Country6) in the source and i need to fetch the records of Country1 flat file to Country1 table in...

  • RE: db created in sql server 2005 to Attach in sql server 2008?

    armm1388 (10/4/2014)


    Hi

    I created a database in sqlserver 2005 . now I wants to attach it in sqlserver 2008. But I would be face to error:

    Failed to retrieve data for this...

  • RE: How to show rows in column

    desperadomar (9/28/2014)


    @Eirikur Eiriksson

    Just a quick question.

    You used the MAX(wan)<>MIN(Wan) instead of COUNT(wan)>1

    When I checked the estimated execution plan there is one less operator(compute scalar) in the first operation...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (10/4/2014)


    Eirikur Eiriksson (10/4/2014)


    Is it just me or does this smell like a spam? A quick search returned few similar postings referencing the same vendor on...

  • RE: Long running MERGE

    Luis Cazares (9/19/2014)


    I need to wait for some maintenance tasks to complete (including moving the instance to a not-shared node). After everything completes, I'll give it a try. That was...

  • RE: how to shutdown ?

    ...or from a command promt

    net stop "instance name"

    😎

  • RE: Help Needed to Convert Numeric Value to CHAR(7)

    samp.silvercreek (9/23/2014)


    Eirikur Eiriksson (9/22/2014)


    More for fun, here is an alternative "solution", set to return six digits and the decimal separator.

    😎

    I like this solution because it handles the "dangling decimal point"...

  • RE: FreeText Query - Contains

    Quick thought, full text search is not going to perform (or even work) when searching for a suffix, probably better off using the LIKE operator here.

    😎

  • RE: Are the posted questions getting worse?

    Is it just me or does this smell like a spam? A quick search returned few similar postings referencing the same vendor on other sites.

    😎

  • RE: Help with slow running update.

    thomashohner (10/4/2014)


    I just did that and I am currently running a 50-55 second query vs 8+ minutes. I just don't understand why such a small thing made such a huge...

  • RE: Create XML file from AS400 stored procedure returning multiple datasets

    vinaygambhir (10/4/2014)


    Thanks.. But the problem is I have to 1st use the below command:

    EXEC ('CALL GETENROLLMENT() ')At serverName which returns the two data sets.

    I do not know how to...

  • RE: How can I show "type" in XML using SQL Server?

    Meatloaf (9/30/2014)


    Hi,

    Also, how can I do nesting?

    Here is a quick nesting example

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    ;WITH SAMPLE_DATA(Location,Building,RoomName,Habitant )AS

    (SELECT * FROM (VALUES

    ('USA','White House','Oval Office','Mickey Mouse')

    ,('UK','Whitehall','24hour Lounce','Donald Duck')

    ) AS X(Location,Building,RoomName,Habitant)

    )

    ,LOCATION_DETAIL(Location,LocationType) AS

    (SELECT...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (10/4/2014)


    Definitely the weekend. I guess it is time to take a break from SSC.

    Yet another spam-tastic weekend:angry:

    😎

  • RE: How to perform security assessment for any application

    vsamantha35 (10/4/2014)


    Hi,

    I need some help on security. Checking if any Security experts can guide me here.

    How to do a Security assessment for an database application?

    What are things to have...

Viewing 15 posts - 6,871 through 6,885 (of 8,760 total)