Forum Replies Created

Viewing 15 posts - 29,296 through 29,310 (of 39,771 total)

  • RE: How to shrink the size of database device in Sybase?

    You might want to repost the question in here as the subjects get cut off sometimes when people get to the post.

    Not sure about the question. Doesn't sybase have a...

  • RE: The Social Contract

    It's not quite as simple as we'll buy something else. Many companies have expertise in areas and it's a big decision to switch technologies as people may not want to,...

  • RE: The Daily Routine

    Thanks for the complement and glad you like the site. It's as much Jeff, Matt, and others as me here making things work.

    My co-host in the middle was Khali. She's...

  • RE: The Daily Routine

    My one dog doesn't like peanut butter. First dog I've seen like that. American cheese folder around the pill works well.

    giving a horse aspirin is a pasty material. We've tried...

  • RE: Bad Meetings

    My comment in the meeting was that it's cheaper for SQL Server, which to some extent means that it's perceived as less valuable. You spend $100k on an Oracle install...

  • RE: The Daily Routine

    glad to hear someone likes the chaotic atmosphere of development. I definitely prefer the routine, mostly boring, occassionally exciting work.

  • RE: how to see server logins

    sql_logins only gives you some of the logins for the server.

    All logins are in server_principals./

  • RE: Bookmark lookup

    You want to avoid bookmark lookups if you can, but you cannot avoid them. They are a part of every system, since you can't index for everything, and you don't...

  • RE: SQL Server Triggers- Help Needed-New Person

    You are welcome and please feel free to post more questions if you have them.

  • RE: Moving SQL System databases

    You use the trace file to move the other system databases, not master. Master cannot be moved while SQL Server is started.

    If you read the instructions carefully, moving the master...

  • RE: Create table with number of columns in a parameter

    Moved to 2000

  • RE: Restricting loag file growth in DB properties

    I tend to agree with what's listed above, but I think you need to understand how SQL works. All changes (new, updates, deletes) to data are written to the transaction...

  • RE: Database Performance

    Yes , you need to clarify a bit more what you are looking for. It's too open-ended a question.

  • RE: best way to delete two million rows

    I agree with both above. I typically use batches to remove small amounts of rows since I can't always move the data and truncate the table, but that would be...

  • RE: SQL 2005 Paging File Available Memory

    SQL could cause the pagefile to grow. It depends on how you have the OS configured. DBCC does take a lot of memory and disk to run.

Viewing 15 posts - 29,296 through 29,310 (of 39,771 total)