Forum Replies Created

Viewing 15 posts - 13,486 through 13,500 (of 39,919 total)

  • RE: SQL Server 2012 Beta Exam Results

    Nope, just passed on all mine. No scores.

  • RE: Security is Improving

    I'm probably being optimistic. Hopefully I'm wrong.

  • RE: Cut down Updation time 4 Updating 3 Lacs record's 10 columns with different-2 functions

    As mentioned functions are a bad idea. Code reuse in SQL Server doesn't work very well.

    If you show some code and DDL, we may be able to help rewrite...

  • RE: DB Backups taking more time

    Are they going to the same I/O system?

  • RE: SQL connection error 53 ?

    We really need the entire error message, as noted above. 53 is generic, but there should be something with it to explain things.

    Are you sure that your client is connecting...

  • RE: memory leak

    I've never seen CESH written. Knowing the URL would help.

  • RE: i am a newbie . help me to learn sql server

    The Stairways are a great way to learn about particular topics.

    Your question about learning SQL Server is more like "how do I learn about government" than "how do I learn...

  • RE: litespeed full bakcup job

    You can also use the tools from Sysinternals to find out if the file has a lock on it.

  • RE: Full Backups

    jeff.mason (7/20/2012)


    Steve Jones - SSC Editor (7/20/2012)


    There was a slight typo in the original question, and I mistakenly added another in fixing it. It should have been:

    12:10 AM - Transaction...

  • RE: Data transfer solution

    Perhaps not. Replication can work, but it's a lot of administrative overhead. AlwaysOn is easier to administer, but $$. Depends on your resources.

    If you want to go to the cloud,...

  • RE: Full Backups

    krystian (7/20/2012)


    The question was which transaction changes will be contain in the full backup?

    In my understanding all transaction changes until the point where backup finish are recorded in the backup...

  • RE: Full Backups

    There was a slight typo in the original question, and I mistakenly added another in fixing it. It should have been:

    12:10 AM - Transaction 1 on QotDDatabase begins

    12:11 AM -...

  • RE: Data transfer solution

    2) you have the backups, so you have HA. They can be restored on another instance.

    3) replication can provide the HA if you have all the data replicated. There's no...

  • RE: Time Zones

    paul.knibbs (7/20/2012)


    Steve Jones - SSC Editor (7/19/2012)

    I'll trade you this for making everyone drive on the right side of the road :w00t:

    But if we did that, how would we keep...

  • RE: SQL server back up

    AFAIK, the tool comes with the Litespeed install. Unless things are changed, there was a converter to move compressed->native that was a .exe in the folder where you installed it....

Viewing 15 posts - 13,486 through 13,500 (of 39,919 total)