Forum Replies Created

Viewing 15 posts - 13,651 through 13,665 (of 22,213 total)

  • RE: backup and restore problems, please help me

    On #3, if you change the data type on existing data, you face the possibility of data loss, which, for most businesses, is a bad thing. So when do this...

  • RE: cpu bottleneck

    As much as I love people reading my book, I'm not sure that one will help.

    What will happen when the CPU is maxed out? Processes start to wait for CPU...

  • RE: T-SQL and Multiple Processors

    SequelSurfer (1/11/2011)


    sqlbuddy123 (1/10/2011)


    MAX Degree of Parallelism is not recommended for OLTP Systems until and unless there are some very specific requirements. It cause 100% CPU utilization peaks for very short...

  • RE: Point in Time restore versus Full Restore

    Donalith (1/10/2011)


    It doesn't use any disk space? Is it faster or slower than a regular, disk-using, restore?

    Restore time is about the same as the regular restore because most of that...

  • RE: Select statement of view stays 5 hours to return results......

    JMSM (1/10/2011)


    Hello again,

    I'm really but really sorry, but i'm completely lost and hope that anyone explain me what should i do like if i was a donkey :crying:

    Sorry but i...

  • RE: Select statement of view stays 5 hours to return results......

    Craig Farrell (1/10/2011)


    Grant Fritchey (1/10/2011)


    This results in a merge join on just a few records. From what I can see, I'd try an index on the PastExperience table on the...

  • RE: Blocking in SQL server

    Blocking is caused when a process takes an extended lock on a resource, a page, row, table, database, that other processes needs. The other processes are blocked until the resources...

  • RE: How can i recover my table

    True. Something like Red Gate's Virtual Restore allows you to access the data on a backup directly without even restoring the database.

  • RE: Select statement of view stays 5 hours to return results......

    JMSM (1/10/2011)


    Hello again,

    I've attached the execution plan and the code of both views, the oldest and the new one.

    I've change yet the column names, and the tablename on both views.

    Thanks...

  • RE: SQLServer2008 Administration Certification - Dumps

    You do know that hiring managers can perform searches for people's names. If this comes up on a search, you're guaranteed to not get the job because no one is...

  • RE: How can i recover my table

    It depends so much on what you have available. There are lots of things you can do, but without knowing what you have, what the situation is... There's no way...

  • RE: Exception error

    hemanth T (1/9/2011)


    when i tried to execute chained state of stored procedures.

    system encountered exception error no:266

    with following message.

    Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is...

  • RE: Parameterize all your queries using the sp_executesql - what does it mean

    They had to have been referring to ad hoc, client side code. A parameterized query or a stored procedure are basically the same thing, so you're already on the right...

  • RE: Try...Catch with transactions

    Who knows. Could be anything. Maybe it's a nested transaction and starting another one causes an error. I'd just place it inside the TRY statement, just in case. One example,...

  • RE: I may be in the wrong line of work

    I wouldn't necessarily jump off a building yet. There is specialization, and this product is so absolutely huge, that no one is going to know everything. But you can be...

Viewing 15 posts - 13,651 through 13,665 (of 22,213 total)