Forum Replies Created

Viewing 15 posts - 13,171 through 13,185 (of 39,818 total)

  • RE: Outsourcing Jobs

    djackson 22568 (8/27/2012)


    Companies used to have/show loyalty to employees. As a result, employees were loyal in return. For a very long time companies have thrown loyalty out the...

  • RE: Ten Million Lines of Code

    Antares686 (8/27/2012)


    This is great if your source is 10 million lines of code, but they still have to trace out the changes that caused the failure via the coders who...

  • RE: Outsourcing Jobs

    Abrar Ahmad_ (8/27/2012)


    [font="Verdana"]

    Good pick and debatable topic!

    ...

    Also the trend/need to switch towards cloud computing may also leverage jobs in big DWH etc to equate the Layoff of small offices?

    [/font]

    Thanks, but...

  • RE: Outsourcing Jobs

    GSquared (8/27/2012)


    OWA? I found several definitions, none of them make sense in this context. Outlook Web Application, Open Wireless Architecture, Oracle Web Application, and so on.

    I believe David...

  • RE: Ten Million Lines of Code

    ddriver (8/27/2012)


    I don't think that Quickbooks should be held up as an example of quality software or quality software processes. I am really not surprised that they took ten million...

  • RE: MDF File of MS SQL Server 2008 is Corrupted

    As Gail noted, you haven't given any details.

    Have you run a DBCC CHECKDB? (DO NOT run the repair with data loss option).

    Are there errors in the error log or from...

  • RE: dead connection detection

    How does the client grab a lock? If your application is built to hold locks on tables, even for seconds, you are killing concurrency.

  • RE: SQL Server 2008 R2 - completed with errors

    If there was a warning or non-critical error, things might work.

    SQL Server is rock solid on this stuff. I never worry about this losing data from the server. Now my...

  • RE: dead connection detection

    There are timeouts for clients, and when a client has a query running, there is some communication back to the client. I'm not sure that the timeouts are, but if...

  • RE: SQL Beginner

    shikhar_0511 (8/25/2012)


    Actually the data consist of tonnage from each and every origin to each and every destination .... For the return trip from Texas a tonnage value of 0 will...

  • RE: microsoft certification dba

    If you mean when you register, how long do have? No idea. I've rescheduled exams and pushed them out 6 weeks or so, and I imagine that you could continue...

  • RE: Use a variable as a column name - without dynamic SQL?

    Not really. You can use a CASE type expressions as

    ...

    If @item = 'Job'

    then

    select

    JobID = OrderID

    ...

  • RE: SQL Server 2008 R2 - completed with errors

    It might not be something in red. I asked because the messages window in your image shows a long, small, scrollbar to the right, so there should be lots and...

  • RE: CDC(Change Data Capture)

    Did you read the Books Online section on CDC? This is so open ended, it feels like you haven't done research.

    We are happy to help with specific questions, but...

  • RE: Server Capacity Planning

    Keep in mind that 3200 people connecting to your application (web or thick client), don't mean 3200 connections to SQL Server. Usually those connections come and go.

    However user connections don't...

Viewing 15 posts - 13,171 through 13,185 (of 39,818 total)