Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,253 total)

  • RE: Waht stratergy shoud be follow while migrating in the same version

    Hi

    There is a article in BOL which tells how to upgrade within a existing version of sql server. check that out.

    search "editions of SQL Server" in BOL.

    As far as a...

    "Keep Trying"

  • RE: Removing database holes

    Hi

    there is nothing like compacting a db in that sense of the word. U can do frequent log backups to keep the log file size in check. Also you...

    "Keep Trying"

  • RE: Does aliased table cause a problem?

    Hi

    At first glance i dont think giving a alias name will casue any issues ( i may be wrong).

    Is the value u r passing in "sChk " a...

    "Keep Trying"

  • RE: switch table to partition

    Hi

    staging table should have the same check constraints as the production tabble.

    "Keep Trying"

  • RE: Optimal architecture for property management

    Agree with steve there. If your atributes are least like to change then you can have them as columns. Otherwise you can keep then user definable. Keeping them user definable...

    "Keep Trying"

  • RE: Debugging an SP

    HI

    When u debug are u stepping into the IF loop?

    Put the break point before the IF loop just to check.

    "Keep Trying"

  • RE: Debugging an SP

    Hi

    Is the break point inside some condition?

    "Keep Trying"

  • RE: Always recursive query

    Hi

    CTE's do have performance implications. If your CTE is going to return huge volume of data then performance can come down.

    "Keep Trying"

  • RE: Data Checks

    Hi

    Kenneth seems to right. you will be able to do this only if the production db and the db where you are going to restore is the same..... whihc means...

    "Keep Trying"

  • RE: New folder creation

    you can install the sql once more , give a different instance name than your existing instance.

    While installing it will ask whether you want to upgrade existing instance or add...

    "Keep Trying"

  • RE: Performance Issue!!Please help me

    Hi

    Your best bet is to created a varchar (8000 or less) column if that is possible. then create a index on that.

    "Keep Trying"

  • RE: Slow Connections to SQL 2000

    Has ur network become slower ? Are there any heavy duty processes running on your db server.

    "Keep Trying"

  • RE: Problem while restoring master database

    Hi

    My comment "You mean to say you want to bring the db in single user mode? " was intended for Maddy. 🙂

    "Keep Trying"

  • RE: Message System

    hi

    Iam also working on a similar thing. Are u planning to use notification services or dB mail etc..

    Please give more details so that we can understand better.

    "Keep Trying"

  • RE: Problem while restoring master database

    Hi

    You mean to say you want to bring the db in single user mode?

    "Keep Trying"

Viewing 15 posts - 1,036 through 1,050 (of 1,253 total)