Forum Replies Created

Viewing 15 posts - 12,361 through 12,375 (of 39,896 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/14/2013)


    ***************************************************

    I am officially going to Afghanistan!

    I leave for IRDO at Camp Atterbury in Indiana on Sunday, June 23rd. All should go well there with me leaving there...

  • RE: Need a help in backup Encyption Certificate

    It should complete by itself. Has the progress changed at all?

    If not, then I think you are in trouble. I'd backup the database, or copy out all data/schema and my...

  • RE: Indexing

    Thanks for the correction, Hugo. Moving too fast today.

    Not sure why you would disable a clustered index then. Perhaps it was included to keep consistent syntax for all indexes? Seems...

  • RE: sql 2000 jobs

    It still isn't quite clear. The exact error and exact steps are needed, but you can debug this yourself as well.

    run a trace on the 2000 server and watch what...

  • RE: Questions on resources and removing instances

    That makes more sense. I'm not familiar with terminal services licensing, but can you have 2 or 3 terminal servers under the same licensing? Is it by CAL or is...

  • RE: Indexing

    Luis Cazares (6/14/2013)


    The question is interesting but I do wonder why would someone would disable a clustered index?

    ETL loads is one reason. It can be faster to load without indexes...

  • RE: sql 2000 jobs

    It's not quite clear what you mean, or what you did for access.

    What did you do to grant access.

    When you say he gets an error, do you mean he...

  • RE: Indexing

    My apologies. I think I cut and pasted the drop in the wrong spot when this was proofed. It definitely ran correctly when it was tested.

    I will award points back...

  • RE: Are the posted questions getting worse?

    wolfkillj (6/14/2013)

    You got close, Rod, and we'll give you a pass since you're not American.

    Here's the lineup:

    1st base: Who

    2nd base: What

    3rd base: I Don't Know

    Left field: Why

    Center field: Because

    Pitcher:...

  • RE: Need a help in backup Encyption Certificate

    First, you probably should have someone else responsible for setting this up or working with you. Encryption is serious business and if you lose keys, you lose data. Microsoft...

  • RE: Need a help in backup Encyption Certificate

    There is a percent complete column, where you can get the progress. In terms of the rate, you'd have to just watch this and calculate something.

    SELECT

    db.name,

    ...

  • RE: Fragmented pages in tables not changing

    Do you have lots of free space in your databases?

    In terms of the object, what's the way that it's structured? Is the row size significant compare to page size? Fill...

  • RE: Need a help in backup Encyption Certificate

    #1, why use tempdb? It's like you are trying to make this more complex first instead of getting it working.

    Do it WITHOUT ANY PATH first. Get the backup working correctly.

    Then...

  • RE: Phase of Recovery (Log Shipping)

    Roll forward - transactions committed in the log, but not written to the data files are pushed there.

    Roll back - uncommitted transactions are undone from the data file.

  • RE: Data Vision

    Visualizations are a great place to start, but not sure they're often good for decisions. Better to dig in further to the data itself and verify with the details. however...

Viewing 15 posts - 12,361 through 12,375 (of 39,896 total)