Forum Replies Created

Viewing 15 posts - 15,301 through 15,315 (of 39,902 total)

  • RE: Fantasy football

    It's on!

    Starting a new thread in this forum for Fantasy Football 2011.

  • RE: user must change password at next login greyed out

    If you could check the option, you're forcing a password change, however that's a security risk. Imagine the password is compromised. You check the box, the hacker logs in first,...

  • RE: Are the posted questions getting worse?

    I have seen a concert at Red Rocks (John Mayer/Maroon 5) and also been there a few times with family to walk, but haven't fun the steps. Not sure my...

  • RE: Are the posted questions getting worse?

    mtillman-921105 (9/1/2011)


    I'm moving to Colorado! :smooooth:

    'Can't wait. Memphis just isn't were I want to be anymore. I have some family and friends here, but most have moved on....

  • RE: user must change password at next login greyed out

    It looks that way on mine, but if I change the password, I can then check the box. You can't force a password change without changing the password.

  • RE: Issue with Join ...

    Without seeing the DDL for the tables and knowing the keys, it's hard to give you the exact.

    In terms of conditions, use them in a WHERE, something like

    WHERE dbstatusID !=...

  • RE: Are the posted questions getting worse?

    jcrawf02 (9/1/2011)


    Wow, this is a great idea. Someone should do this for SQL

    http://www.foxepractice.com/healthcare-hashtags/%5B/url%5D

    Interesting. I think we're not consistent, but I do see a lot of

    - #sql

    - #sqlserver

    - #sqlhelp

    - #sqlsat

    - #sqlpass

    -...

  • RE: Where Do You Park?

    I used to park in a parking garage at one job and often hit the top floor because I was a late arriver and knew there would be spots. I...

  • RE: My Tempdb is Full

    Dewes van Lohuizen (9/1/2011)


    A few weeks ago I had the situation that the logfile from the tempdb was full.

    I was not be able to log on again and we restarted...

  • RE: schema and security

    Roy is completely correct. Most of the high profile stories on the Internet take place through SQL injection, which mostly works because developers don't use stored procedures. They think writing...

  • RE: schema and security

    Assigning permissions to a role is a one time thing. It might seem intensive, but it's not much work and it can easily be scripted. There are scripts on this...

  • RE: schema and security

    I agree with Roy that I might not use db_datareader/writer. If you have exceptions, you get into DENYs in roles and that gets confusing.

    Create your own two role and assign...

  • RE: My Tempdb is Full

    You can easily add space to tempdb by right clicking the database in SSMS and changing the size of files if you don't have autogrow set.

  • RE: SSIS Linked Server or Replication

    any of these could work. I tend to like replication since it picks up by itself if the connection is down or delayed, but you need to administer it a...

  • RE: Help on SQL query

    Was just about to post what Gus did. You're confusing rows and columns a bit.

    Since you have multiple rows with points, you get those results as rows returned if you...

Viewing 15 posts - 15,301 through 15,315 (of 39,902 total)