Forum Replies Created

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

  • RE: SQL 2008R2 just keeled over

    Perry Whittle (4/18/2012)


    opc.three (4/18/2012)


    With VAS being such a limiting factor on 32-bit instances large contiguous blocks can become hard to come by after being up for a while and the...

  • RE: Stored Procedure Nesting Error

    This is a shot in the dark because I cannot see what you see, but sometimes when compiling procedures additional code slips into the procedure definition if your batches are...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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

  • RE: Sql Server 2005 navarchar to IN

    No problem...happy you got it sorted.

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

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