Forum Replies Created

Viewing 15 posts - 7,096 through 7,110 (of 14,953 total)

  • RE: trying to return all tables except the system talbes from a given database

    One of the most fundamental rights any human being has (or has been denied) is the right to choose with whom to associate. If Lynn, or anyone else, chooses...

  • RE: Quick Question. Could be silly

    There isn't a built-in function for that, so far as I know.

    However, does this give you enough for what you need?

    select serverproperty('machinename'), serverproperty('instancename');

  • RE: trying to return all tables except the system talbes from a given database

    Oh, and as for stumping the gurus: It's pretty easy to stump just about anyone when you can only provide half of your problem-space definition.

    You can be just as proud...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (2/9/2010)


    I think the only method to exclude those two tables (sysdiagrams and dtproperties) is to hard code them into the query. Anybody else have any other ideas?

    That would...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/9/2010)


    J-F Bergeron (2/9/2010)


    Lynn Pettis (2/9/2010)


    I guess it's time for me to start a personal black-list

    Ehh, I wish I would've seen that comment before I posted the solution,

    Why be...

  • RE: trying to return all tables except the system talbes from a given database

    BaldingLoopMan (2/9/2010)


    ...I still havent figured how ensureing the table doesnt exist in the ext prop table omits the sys tables however i've been busy defending myself. ...

    It's not guaranteed to...

  • RE: DBCC Timewarp

    GilaMonster (2/9/2010)


    george sibbald (2/9/2010)


    I've never been more serious in my life. At last I can join in a discussion on an area where I am a real self-appointed expert.

    Expert? Yeah...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (2/9/2010)


    GSquared (2/9/2010)


    Alvin Ramard (2/9/2010)


    Oh oh. Someone is asking for documentation or white paper for the "command". :w00t:

    Gus, wipe that smile off you face! πŸ˜€

    (Desperately tries to...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (2/9/2010)


    Oh oh. Someone is asking for documentation or white paper for the "command". :w00t:

    Gus, wipe that smile off you face! πŸ˜€

    (Desperately tries to attain a straight...

  • RE: DBCC Timewarp

    mehmetburak.akkus-832492 (2/9/2010)


    hi guys πŸ™‚

    is there a full description or a white paper for this command ?

    There isn't yet, but if you plan on storing the future document into a filestream...

  • RE: DBCC Timewarp

    The Dixie Flatline (2/8/2010)


    Michael Valentine Jones (2/8/2010)


    Has anyone figured out the parameter sequence to restore a database that doesn’t exist from an alternate timeline where it would have existed if...

  • RE: DBCC Timewarp

    Lowell (2/8/2010)


    you guys have show some great examples of using a future backup to fix todays data, but I've got a question along a similar vein:

    somehow I've forgotten to create...

  • RE: trying to return all tables except the system talbes from a given database

    sys.tables, by design, only returns user tables. BOL says that right at the top of the description, and I just tested it and confirmed it on two servers. ...

  • RE: An Administrative Security Hole?

    EdVassie (2/9/2010)


    Problem is, they're local admins--they can get round stuff like that!

    True for NT4, don't know for Windows 2000, but not true for Windows 2003 and above. There are...

  • RE: Measures and Rules

    Standard measures and rules of that sort are of incredible value (in most cases) to people who are first learning a subject. Once one really knows the subject and...

Viewing 15 posts - 7,096 through 7,110 (of 14,953 total)