Forum Replies Created

Viewing 15 posts - 4,441 through 4,455 (of 7,164 total)

  • RE: SQL 2008R2 just keeled over

    C3PO's twin (4/18/2012)


    Yeah I know that. But has SQL Server matured enough to be an Enterprise DBMS that can up for more than 6 months?

    I would have to qualify the...

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

  • RE: How to find differnce between two dates

    mahinder.singh.chauhan (4/18/2012)


    Hi to all i have a query how to find the result between two shifts.

    like one shift is start from 06:00am to 2:00pm and other shift is start...

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

  • RE: How to revert New_Column_Name to Old_Column _Name ?

    It's good business to provide the schema name as well to avoid any issues with scope where default schema names can get involved.

    Also, do not provide square brackets in the...

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

  • RE: FTP RELATED SSIS

    For a simple process like this you can do everything in SSIS using a variable to build the file name and then use that variable in both your Data Flow...

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

  • RE: use print statement in stored procedure

    patrickmcginnis59 (4/17/2012)


    Eugene Elutin (4/17/2012)


    zojan (4/17/2012)


    If you want log steps of the SP_ you can use loging into log_table.

    ...

    Not good option for SQL Server as there is no direct equivalent to...

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

  • RE: Password protect Backup files

    Lynn Pettis (4/18/2012)


    opc.three (4/18/2012)


    george sibbald (4/18/2012)


    no thanks. despite your moral high tone you are just looking for confrontation. It would be a waste of time.

    Suit yourself. You were the one...

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

  • RE: Filtering rows from one table.

    The_Mo (4/17/2012)


    By the way what does DDL stand for? what does it mean?

    DDL stands for Data Definition Language

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

  • RE: Sql Server 2005 navarchar to IN

    No problem...happy you got it sorted.

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

  • RE: Password protect Backup files

    george sibbald (4/18/2012)


    no thanks. despite your moral high tone you are just looking for confrontation. It would be a waste of time.

    Suit yourself. You were the one who purported to...

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

  • RE: Sql Server 2005 navarchar to IN

    You are on the right track with using dynamic sql to deal with the IN portion of the query.

    The error you're receiving means the engine cannot find a column...

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

  • RE: Password protect Backup files

    george sibbald (4/18/2012)


    How about the thread? 🙂

    opc, you are still insulting me, I resent and refute your last post.

    'nuff said.

    I am pretty sure we have reached an impasse, you know...

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

  • RE: start sql agent 2005 with t sql

    That's a chicken-egg problem. If the Agent is not started your job won't start, and therefore won't be able to check and start the service 🙂

    If you want to check...

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

  • RE: OPENROWSET Access denied error

    jchappell 92664 (4/18/2012)


    Running into an issue. I have a stored proc that's trying to bulk load a data file that's located on another server. SQL Server Agent is...

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

  • RE: Maximum connections.

    It means there can be 32,767 user connections at any given time. This is not to say that millions of people could not use the same database server within the...

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

  • RE: Password protect Backup files

    george sibbald (4/18/2012)


    THE-FHA (4/17/2012)


    Guys what i am actually trying to achieve is to avoid .bak files from being restored elsewhere by someone who got access to the backup file. So...

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

Viewing 15 posts - 4,441 through 4,455 (of 7,164 total)