Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: import data problem in SQL server 2008

    Brandie Tarvin (7/23/2012)


    ali.mahmoud.habib (7/23/2012)


    PaulB-TheOneAndOnly (7/23/2012)


    Do not use export/import wizard, script your data load - first do your parent tables then your child tables as defined by Referential Integrity constraints.

    An alternative...

  • RE: import data problem in SQL server 2008

    PaulB-TheOneAndOnly (7/23/2012)


    Do not use export/import wizard, script your data load - first do your parent tables then your child tables as defined by Referential Integrity constraints.

    An alternative would be to...

  • RE: import data problem in SQL server 2008

    PaulB-TheOneAndOnly (7/22/2012)


    ali.mahmoud.habib (7/22/2012)


    I want to import data from one database to another , the destination I don't have permission to resotre a backup file to it, so I have only...

  • RE: get the actual password from aspnet_memberships

    Steve Jones - SSC Editor (6/4/2012)


    You cannot do that. The point of a hash is a one way function applied to a password. It's possible there are multiple passwords that...

  • RE: DTS problem

    Greg Charles (3/16/2010)


    sa won't be able to access files since it's a SQL Server login. Just grant permissions on the file to FNS\SYSTEM.DTSRun.

    I created user FNS|System.DTSRUN and give him...

  • RE: DTS problem

    drew.allen (3/15/2010)


    ali.mahmoud.habib (3/11/2010)


    Executed as user: FNS\SYSTEM. DTSRun:....

    I don't know why give access denied, while when running it manualy use enterprise manager work very well

    When running it manually, you are using...

  • RE: DTS problem

    Greg Charles (3/11/2010)


    You're probably using Windows Authentication in your Transform Data task. When you run the package it uses your login and you have permission to access the flat...

  • RE: Select distinct question

    lmu92 (2/17/2010)


    ali.mahmoud.habib (2/17/2010)


    lmu92 (2/17/2010)


    You could add "ORDER BY MIN(Serial)" to your SELECT clause.

    Serial --> is not included in my select

    Select description from x

    any other idea please

    You might not...

  • RE: Select distinct question

    lmu92 (2/17/2010)


    You could add "ORDER BY MIN(Serial)" to your SELECT clause.

    Serial --> is not included in my select

    Select description from x

    any other idea please

  • RE: Select distinct question

    GSquared (2/17/2010)


    It looks like the only difference is the sequence. Is that correct? If so, you'll need to specify how you want it ordered, otherwise SQL just gives...

  • RE: Question relate to sql profiller

    GilaMonster (7/22/2009)


    The audit login event occurs when someone logs in to SQL. The audit logout event occurs when someone logs out of SQL.

    What do you mean by 'affects performance'?

    I mean...

Viewing 11 posts - 1 through 11 (of 11 total)