Forum Replies Created

Viewing 15 posts - 13,381 through 13,395 (of 39,818 total)

  • RE: Periodic e-mail

    On the list. It's a surprising amount of development work, so it hasn't been a priority. I have been thinking of these options:

    - immediate

    - never

    - every hour

    - every day

    For the...

  • RE: Create trigger Error

    A couple things:

    First, you might want to use .data, and not .query (that returns XML).

    Second, XML is case sensitive, so "posttime" will not work. "PostTime" is needed.

    Not entirely sure where...

  • RE: delete backups after restore

    Is Server C a SQL Server? If so, use a maintenance plan to delete old backup files. Very simple.

    If not, then you can search on this site for "delete old...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/23/2012)


    Hey, guys. I am getting absolutely no response on the fundraising for the wildfire & flood victims. Any suggestions on how I can sweeten the pot to get...

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

Viewing 15 posts - 13,381 through 13,395 (of 39,818 total)