Forum Replies Created

Viewing 15 posts - 31 through 45 (of 446 total)

  • RE: TempDB

    Was sure about other three answers but not sure about

    Running DBCC CHECKALLOC or DBCC CHECKCATALOG

    I executed them on all SQL Server versions and it could be executed successfully on...

  • RE: Can you set a pagefile more than 4GB?

    Stanley Chan

    Sanjay,

    It doesn't matter how the pagefile defined in Clustered environment.

    e.g. Node A has a 2GB pagefile in C: only, node B has a 4GB pagefile in D: only.

    If the...

  • RE: TempDB

    this was easy.

  • RE: Can you set a pagefile more than 4GB?

    I had to change it to 6 GB from default size of 2 GB on a production server few days back. Also, by default pagefile.sys is located in C:\...

  • RE: Round up or down III

    Interesting question and good explanation.

    For a normal person 3 and 3.0 is same. programming can be manipulative.

  • RE: Duplicate value in Identity column

    Yes you can insert but should be avoided by having a unique constraint or Pkey on identity column.

    Since, it doesn't make much sense, if you want to put...

  • RE: SQL 6.5 and Y2K

    I still had one production server which is still running on 6.5 version and one on 7.0 version. Still, HR dept. wants to keep their data in 6.5 only....

  • RE: How many partitions?

    malleswarareddy_m (8/11/2010)


    Hi ,

    Is it working for sqls server 2005 or 2008?

    It's introduced in 2005 version, but partition is supported only in Enterprise edition. On other editions you will get...

  • RE: Use of IDENTITY_INSERT?

    This was easy.

  • RE: A Quick Look at the MPP World

    Very informative article. Thanks Dave for compiling it, thoroughly.

    I am sure my current company / project would not be using it in near future. But, still good to...

  • RE: Round up or down II

    Good question Hugo. I missed . in Round. Still a lot to learn.

  • RE: default schema trouble

    Good one.

    execute as Login is new to me. Hadn't tried as of yet, but would definitely suggest developers to use this while working with multiple schemas.

  • RE: VARCHAR datatype

    Nice question.

    When the length is not specified in a data definition or variable declaration statement, the default length is 1 ----- Didn't knew this. used to give length to...

  • RE: ALTER

    As the DBA was on vacation ................ Huh. No way. My manager would give me a call to make changes no matter if I am sitting in...

  • RE: Stats 10 command in backup statement works improperly

    these 10% stats works good with large databases. For small database with less than like 50 MB it will never show 10,20,......100. Try it for large DB with...

Viewing 15 posts - 31 through 45 (of 446 total)