Forum Replies Created

Viewing 15 posts - 11,971 through 11,985 (of 39,896 total)

  • RE: Stunned

    phonetictalk (8/28/2013)


    djackson 22568 (8/28/2013)


    First, groups that support a single gender, race or ethnicity are just as bad when it comes to continuing prejudice, and for those people who are ignorant...

  • RE: Stunned

    chappellc (8/28/2013)


    Steve,

    I would hope that you would at the very least forward this forum link to the person in question. Perhaps a solid verbal bashing by a growing group...

  • RE: Stunned

    Vera-428803 (8/28/2013)


    It's not a matter of finding the right man for the job, it's about finding the right PERSON for the job.

    I sometimes speak at schools to stimulate girls...

  • RE: Stunned

    dean.giberson 64357 (8/28/2013)


    ...

    I agree with all that you stated with one possible exception. I am torn on whether groups like "women" in technology are a good thing...

  • RE: Stunned

    craig.schlieve (8/28/2013)


    Steve,

    I am incredibly disappointed in you. This article is disgusting. You are advocating that groups form that will cause fractures in the community to do the...

  • RE: Stunned

    summer_rocks (8/28/2013)


    Unfortunately, I've encountered similar situations where some folks don't believe a woman could be technically savvy. Usually once I help them through a technical problem, they realize that,...

  • RE: LOG_BACKUP status not clearing in sys.databases

    glennhill (8/27/2013)


    Thanks Gail for the response.

    Checkpoint makes no difference.

    Certainly in one case, there is NO activity on the database; it is database that I set up to test mirroring and...

  • RE: List of DataBase Name for associated Table used in Stored Procs.

    you can look in sys.depends, but it's not reliable. There are tools, like Red Gate's Dependency Tracker (http://www.red-gate.com/products/sql-development/sql-dependency-tracker/) that can give you exact listings.

    Disclosure, I work for Red Gate

  • RE: log shipping, database already restored.

    You can't put a database in norecovery. You have to restore it WITH NORECOVERY (or WITH STANDBY).

  • RE: Can you please help me??

    Don't use loops if you can avoid it. If you have a specific issue, as Jeff mentioned, we can help you find a way to do it without a loop.

  • RE: Do we have possibility to update system tables in SQL..

    Both good explanations above. In SQL 2000 and prior, you could. AFAIK, you can't know, precisely because most of the "tables" you query are actually views, not tables. They are...

  • RE: calculaing percentage Increase or Decrease

    Make sure you consistently decide how to perform the increase. Are you using the current price as the basis or the oldest price? It can make a difference.

    3 -> 4.

    Is...

  • RE: LOG_BACKUP status not clearing in sys.databases

    As I flip through some dbs, I see some set with this state. Never noticed this.

    Not sure if there's an issue here, but I agree it's disconcerting. I found this:...

  • RE: Data Sync between two Applications on different Database servers and sync should be done on set up tables data on both sides

    Are you updating on one side only? If so, transactional replication. If both sides, bi-directional transactional or merge replication might be needed.

  • RE: NEWID()

    Sean Lange (8/27/2013)


    ningaraju.ne 46825 (8/27/2013)


    Actually we have used newid() in order by clause to do shuffling.But My Manager is asking me to get the algorithm used for that clause and...

Viewing 15 posts - 11,971 through 11,985 (of 39,896 total)