Forum Replies Created

Viewing 15 posts - 3,661 through 3,675 (of 19,564 total)

  • RE: Snapshot Agent

    Thanks for the question

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (2/17/2014)


    Cody K (2/17/2014)


    Michael Earl-395764 (11/18/2008)


    Is it me, or are the posted questions getting worse these days?

    It's not just you.

    People can't research to avoid their problems in the first...

  • RE: restrict a specific login for a specific amount of time?

    Grant Fritchey (2/17/2014)


    I think Jason's approach is better, but you could just disable the login from a SQL Agent job and then have another at the scheduled interval to disable...

  • RE: Today's Random Word!

    BWFC (2/17/2014)


    Ed Wagner (2/14/2014)


    SQLRNNR (2/14/2014)


    Revenant (2/14/2014)


    TomThomson (2/14/2014)


    JAZZ Master (2/14/2014)


    crookj (2/14/2014)


    SQLRNNR (2/14/2014)


    breakfast

    Missed

    Avoided

    Evaded

    Sneak

    Attack

    Destroy

    Seek

    Hide or

  • RE: Property IsLocked is not available for Login

    They were probably expiring at the same time because they were created at the same time.

  • RE: T-sql help

    Looks like you have no valid means to join the tables (see Jeff's comment).

  • RE: 15 minutes Interval from Hours - Please Help

    dwain.c (2/16/2014)


    zulfansari (2/16/2014)


    Thank you VERY MUCH for the quick solution, I will test this as soon as I get back in the office on Monday..

    OK I'll bite. What's a...

  • RE: restrict a specific login for a specific amount of time?

    There are a few ways to do that.

    1 would be a server logon trigger.

    Another (better imho) method is to use an AD account. Then place login restrictions at the...

  • RE: T-sql help

    What is the table definition for each of these tables?

  • RE: 15 minutes Interval from Hours - Please Help

    dwain.c (2/16/2014)


    If you don't have a numbers table at your disposal like Jason does, this will also work.

    DECLARE @sometab TABLE (Person INT, [Date] DATE, [Hours] DECIMAL(12,2))

    INSERT INTO @sometab

    ...

  • RE: Finding fragmentation in all databases.

    Jeff Moden (2/16/2014)


    I believe that a part of your problem is that you've hardcoded the database ID in your code at the following line.

    from sys.dm_db_index_physical_stats ([font="Arial Black"]5[/font], null,null,null,'Limited') S

    Yeah, that...

  • RE: Finding fragmentation in all databases.

    vanessa4biz (2/16/2014)


    I am trying to defrag indexes on user databases. I don't believe heap tables have indexes.

    Heap tables can have indexes. Heaps can become fragmented too and should be...

  • RE: Finding fragmentation in all databases.

    you are joining to sys.indexes which will cause the results to only be returned for the current execution database.

    You will need to run the same thing against each database. ...

  • RE: While Lop in Place of Cursor

    Do you have sample data and table structures for us to use? This will significantly improve your chances of getting a viable answer.

  • RE: Valentines Day

    Koen Verbeeck (2/15/2014)


    Happy Hallmark Valentine's Day!

    I think you had it right before the strike through.:-D

Viewing 15 posts - 3,661 through 3,675 (of 19,564 total)