Forum Replies Created

Viewing 15 posts - 1,456 through 1,470 (of 7,164 total)

  • RE: How to call a batch file to execute from an SP

    Michael L John (3/21/2013)


    I stand corrected.

    BUT I also stand by the statement because unfortunately poor security seems to be the norm. It seems as if DBA's are so busy with...

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

  • RE: Import Excel into SQL Server using SSIS dynamically

    casanova (3/24/2013)


    Hi Experts,

    Can anyone explain me step by step how to import excel into SQL server database using SSIS dynamically and automate it (run the package on weekly basis)

    Here are...

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

  • RE: need script for space util

    The best way I have found to do this is using WMI but not from within T-SQL, from a PowerShell script. Use Get-WmiObject to read from class Win32_LogicalDisk against Windows...

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

  • RE: use of guest account

    What is the Guest account in SQL Server 2K,2k5 and above?

    Database Users > guest User

    What is the use of this account? Do we really need this account?

    You can think of...

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

  • RE: Time-out occurred while waiting... Reset to device warning

    GilaMonster (3/24/2013)


    opc.three (3/24/2013)


    DTS? What version of SQL Server are you on?

    Andres Zoppelletto (3/23/2013)


    I´m running SQL2005 since a couple of years on server...

    DTS runs fine on SQL 2005 and 2008. Deprecated,...

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

  • RE: Time-out occurred while waiting... Reset to device warning

    DTS? What version of SQL Server are you on?

    SELECT SERVERPROPERTY('Edition') AS Edition,

    SERVERPROPERTY('ProductVersion') AS ProductVersion,

    ...

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

  • RE: Best Approach to Archieve DB

    Right, BULK INSERT, or sp_OA, or SQLCLR, and maybe some other things that could be initiated from the server that I didn't bother mentioning. I still disagree with you on...

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

  • RE: Debugging stacked CTEs efficently

    Banana-823045 (3/20/2013)


    I'm curious if anyone else has figured out a good system for performing analysis on a query that may have multiple CTEs stacked. While some problems can be resolved...

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

  • RE: Data flow task consuming time due to data conversion task

    The image did not post correctly. Can you please try posting it again?

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

  • RE: SSIS ForEach Loop Container - loop through all DB's

    These may help:

    Iterate Over Databases Using SSIS – Part 1[/url]

    Iterate Over Databases Using SSIS – Part 2[/url]

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

  • RE: Running Query on Multiple Database/Servers

    Here is how you would do it using SSIS:

    Iterate Over Databases Using SSIS – Part 2[/url]

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

  • RE: Select in a view for more result

    mhmdsow (3/23/2013)


    hy !

    There is my view

    mvtDtate mvtMouvementDebCred TypemvtMouvementDebCred

    1/1/2013 154 000 D

    2/1/2013 210 000 C

    3/1/2013 654 012 D

    4/1/2013 213 000 564 C

    After more essay : And I want a result as...

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

  • RE: Optimization of dynamic SQL

    If there is more efficient way (I'm sure there is) please suggest me.

    Catch-all queries by Gail Shaw[/url]

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

  • RE: Add data file in mirroring

    gantavasu (3/23/2013)


    Here i have configured the mirroring. after that i want to add the data file to primary.

    can we add the data file?

    if we add is there any impact on...

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

  • RE: SetSPN

    Akkare (3/23/2013)


    Thanks

    When I put SETSPN - L FQDN

    I am not able to see spn for sql server (MSSQLSVC/fqdn:portno)

    But when I put SETSPN -L <sqlservice account> I could see Spn...

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

Viewing 15 posts - 1,456 through 1,470 (of 7,164 total)