Forum Replies Created

Viewing 15 posts - 56,311 through 56,325 (of 59,067 total)

  • RE: The T-SQL Quiz

    Heh... you read into it, ol' friend... no where in the post does there say anything about a time limit. 

    [Edit] Ok, I see...

  • RE: The T-SQL Quiz

    (This is going to sound like a bit of a rant... and it probably is.   Sorry... )

    Although Grant mentioned it in the end,...

  • RE: Update SQL tables

    Heh... if you posted some data, it wouldn't have been helpful... it would have been done.

    I know you're a newbie here but ya gotta trust me on this... if you...

  • RE: How to add back the BUILTIN\Administrators group?

    From everything I could find, you just add it back in as you would any other... the caveat may be that it might be case sensistive.  It would also need...

  • RE: How to add back the BUILTIN\Administrators group?

    Heh... I'm thinking that those types of questions should be posed and answered BEFORE such action is taken.

    I'm a bit confused by your...

  • RE: 100 million rows

    Like anything else, "It Depends".  What is the table being used for?  Does it have a clustered PK or clustered index?  Is anything "time sensitive" in the table?  How frequently...

  • RE: Need Urgently

    This will do for each server... all I did was search for "database size" and about a zillion of these showed up...

    http://www.sqlservercentral.com/columnists/mnash/monitoringdriveanddatabasefreespace.asp

     

  • RE: Need Urgently

    What do you want to do with partioned files and NDF files?  And, what do you need this for?

  • RE: Query analyzer issue

    Going back to my original question... what privs do YOU login with?  If they are all created as "dbo", then unless YOU have "dbo" or "sa" privs, someone must GRANT...

  • RE: Select And Count Consecutive Numbers

    Someone could probably do this in SQL Server 2005 using row numbers and correlated subqueries... but I don't have access to 2005 and I hate correlated subqueries just 'cause...

  • RE: Can SQL Server delete a file after importing data?

    Just my 2 cents...

    Lot's of folks create a PK or Unique index with the IGNORE DUPES setting turned on.  Whether that's true or not, I've found that having a key...

  • RE: PDF storage in SQL

    Know of any URL's that'll get Nali started on that, Steve?  I thought I had a good one but can't find it, now...

  • RE: PDF storage in SQL

    And then, what?  You will still have problems getting the images out of the DB to be displayed.  Perhaps this will change your mind... there are hundreds more like it...

  • RE: Query analyzer issue

    And, what permissions do you have when you login?

  • RE: Can anyone be so green?

    Yes... it's a known fault and a chronic complaint we all have... the simple thing to do is to always remember to do a {Ctrl=A} to select everything in the...

Viewing 15 posts - 56,311 through 56,325 (of 59,067 total)