Forum Replies Created

Viewing 15 posts - 91 through 105 (of 322 total)

  • RE: Database Size

    timfle (1/22/2010)


    does anyone read MS documentation? Do you people even have the fainest idea what the "MODEL" database is used?

    Obviously vk kirov doesn't (although I have worked with...

  • RE: Database Size

    One more log for the fire.

    I ran a simple CREATE DATABASE mydb using SQL Query Analyzer against my 2005 Developer edition, and the size came out to 1.68 compared to...

  • RE: SQL Server 2008 Policy-Based Management

    Policies are not an item that I have worked with yet, but I do have to pass the #70-432 this year, and I'm sure knowing this is helpful.

    Thanks.

  • RE: Session Settings

    Learnt sump'n. Thanks, BitBucket!

  • RE: Server Administration

    I never gave a thought to 64 bit Windows/SQL Servers having different built in memory allocation settings than the 32 bit versions.

    In fact, I figured that Windows Server 2008 wouldn't...

  • RE: Balancing the Message

    Following an interesting thread can be worthwhile and yet take some time to do when it is many pages. I would feel kind of let-down to follow a notification back...

  • RE: T-SQL

    Steve Jones - Editor (1/7/2010)


    the answer is predicate. It has not changed. The change from

    "IN"

    to

    "columnX IN (x, y, z, ...)"

    Makes it a predicate.

    Maybe you should check it again...

  • RE: T-SQL Output Clause

    robert_edis (1/6/2010)


    I am a little confused.

    If the UPDATE statement has a WHERE clause of CategoryID = 7 but no records have been previously loaded then it cannot write any data...

  • RE: T-SQL Output Clause

    Just because the question references a (the) Northwind db doesn't mean that you have to have one to answer the question. You have to figure that the question did fit...

  • RE: SSRS 2008, using BIDS/VS 2008 for report design.

    :-)Ah yes... The old CTRL + ALT + D immediate reboot command.:-)

  • RE: Can Users Be Trusted?

    😉

    Unsecure apps are always a problem, but what makes an app Insecure? Do they come from broken homes? I don't think I would trust them either.

  • RE: SQL 2005 inplace upgrade

    If you install 32 bit ODBC client applications on the server, or any 64 bit machine, you must use the 32 bit ODBC Administrator (%SystemRoot%\SysWOW64\odbcad32.exe) to setup your DSN. You...

  • RE: All-in-one

    I think I prefer to have more smaller tools. The article made me ask myself why I still use SQL Server 2000 QA for most of my work. I think...

  • RE: Datetime precision

    peter.house (11/30/2009)


    While looking at the answer choices, my brain kept saying "Yesterday Midnight + 100ms"

    For me, Midnight today is tonight and the SQL answer is this morning at 100ms after...

  • RE: Variables, Nulls and Coalesce

    Ya got me.

    :crying:

Viewing 15 posts - 91 through 105 (of 322 total)