Forum Replies Created

Viewing 15 posts - 6,166 through 6,180 (of 9,715 total)

  • RE: Log Shipping db copying and restoring failing

    The Spartans (3/29/2011)


    Hi,

    i have created the Log Shipping in my system.it taking backups of transaction logs and working fine and in the secondary server the backups are not moving and...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (3/28/2011)


    GilaMonster (3/28/2011)


    Not trying to start any bashing or pile-ons, but this has to rate high on the list of most useless replies: http://www.sqlservercentral.com/Forums/FindPost1084783.aspx

    This is a nice example of a...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: NEW SEQUENCE NUMBER DAILY?

    I recommend adding logging to the SQL Job.

    Edit Step 1 and highlight Advanced on the left. It'll change from the code screen to the advanced screen.

    In the Output File box,...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: NEW SEQUENCE NUMBER DAILY?

    Gail gave you all the code you need. Now you have to create a job with a T-SQL task. Do you have any other DBAs on the team that can...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: NEW SEQUENCE NUMBER DAILY?

    Hmm. Point taken. I can see that working.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: NEW SEQUENCE NUMBER DAILY?

    GilaMonster (3/28/2011)


    That's actually very simple.

    Set up a SQL Agent job scheduled to run at midnight. The job step needs a single line of T-SQL

    DBCC CHECKIDENT (CALLS, RESEED, 0)

    Needless to say,...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: NEW SEQUENCE NUMBER DAILY?

    Here's an article link on how you can post your code (and questions) so we have enough information to assist you.

    http://www.sqlservercentral.com/articles/Best+Practices/61537/%5B/url%5D

    Your question doesn't sound very complex, but it would help...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Login failed for user 'sa'. (Microsoft SQL Server, Error: 18456)

    I hate to say it, but this might be a case of "Call Microsoft." I certainly can't think of why your connection would fail out of the blue if nothing...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Temp DB

    [Jim].[dba].[Murphy] (3/27/2011)


    Also, even though tempdb is recreated each time SQL Server starts, unlike a brand new user database, the new tempdb file settings, including it's size is taken from...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Shrink Database in Simple Recovery Mode

    Sachin Nandanwar (3/28/2011)


    But just one last confusion if you can clear me on that.When the data is written to the disk in middle of a transaction and a checkpoint occurs...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: CTE vs Derived Tables

    DOH. I knew there was a reason I asked this question and I got so caught up in getting my DDL together that I forgot the most important part.

    Rephrase: Not...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Login failed for user 'sa'. (Microsoft SQL Server, Error: 18456)

    Checking for triggers or logon scripts is a good idea. Also, check the application code to see if it has a way of altering the SA password or the SA...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Login failed for user 'sa'. (Microsoft SQL Server, Error: 18456)

    GSquared (3/25/2011)


    Sounds like the sa password got changed.

    Maybe, but I don't think restarting the server would have resolved a changed password issue.

    I do agree that SA should not be used...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: slow performance in sql server 2005

    deba_20032004 (3/25/2011)


    So there is no way to improve performance.

    Unless I'm misreading your comment, it sounds like you've already made up your mind that we can't help you.

    Take a deep breath....

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Sql 2005 Cluster Configuration Question

    We have an active / active / active / passive setup. So, yes, definitely possible. Use virtual names when possible so when your servers reach EOL, you're not changing a...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

Viewing 15 posts - 6,166 through 6,180 (of 9,715 total)