Forum Replies Created

Viewing 15 posts - 29,341 through 29,355 (of 39,818 total)

  • RE: The Social Contract

    As far as feedback goes, especially with Connect being the main source of bugs/issues with all MS products, here are a few items.

    Items (all status, open or closed) with >...

  • RE: SQLserver.com clock wrong?

    I believe this is because there is old code here that changes DST at a later time in the UK. I'll have to see if we can get this patched.

  • 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.

Viewing 15 posts - 29,341 through 29,355 (of 39,818 total)