Forum Replies Created

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

  • RE: SQL Performance tuning question

    [font="Verdana"]Do the below steps and see:

    1.Goto Enterprise Manager.

    2.Right click on the servername

    3.Goto properties

    4.Click on 'memory' tab and see if 'Dynamically configure SQL Server memory' radio button is selected.

    If 'yes' then,...

  • RE: Add an AD group to SQL Server

    [font="Verdana"]You should be able to see it, from SQL Server itself. When adding a new login, click on browse and search in the whole directory. you should be able to...

  • RE: Database growth

    madhu.arda (12/10/2008)


    and do we need to run DBCC UPDATEUSAGE for all the remaining databases?

    [font="Verdana"]Run it. Schedule it as a weekly job if you are monitoring space to make adjustments...

  • RE: Connect between SQL Server and Sybase without using ODBC

    [font="Verdana"]Don't want to sound like an idiot but, why can't we install ODBC drivers on a cluster? I thought, as long as the drivers were available...then the DTS will work....

  • RE: SQL Server has encountered 1 occurrence(s) of IO ????

    [font="Verdana"]How to increase size of database (Enterprise Manager)

    http://msdn.microsoft.com/en-us/library/aa197143(SQL.80).aspx

    HTH :)[/font]

  • RE: LiteSpeed Backup Error

    [font="Verdana"]Hmmm...interesting. Did not think about the scenario you detailed. But, it is always good to know these sorta things. Thank you :)[/font]

  • RE: Script to get an alert\email notification when a dead lock occurs

    [font="Verdana"]I don't think so. See the following extract.

    ----------------------------------------------

    http://doc.ddart.net/mssql/sql70/sp_ae-az.htm

    ----------------------------------------------

    The effect of sp_altermessage with the WITH_LOG option is that it changes the logging behavior of an existing message.

    If a message has...

  • RE: LiteSpeed Backup Error

    [font="Verdana"]

    --CODE PROVIDED AS IS.

    SELECT BS.SERVER_NAME,

    BS.DATABASE_NAME,

    CASE BACKUPTYPE =

    WHEN BS.TYPE = 'D' THEN 'DATABASE'

    WHEN BS.TYPE = 'L' THEN 'TRANSACTION LOG'

    WHEN...

  • RE: Unable to Transfer Jobs from one instance to the other?????

    For Transferring maintenance plans between servers:

    http://www.sqlservercentral.com/Forums/Topic614875-5-1.aspx

  • RE: how to transfer maintenance plans from one instance to other in sql server 2000

    [font="Verdana"]I found this while browsing couple of days ago. Did not test it but, I hope it helps.

    Original Location:

    http://www.dbforums.com/archive/index.php/t-883004.html

    Request you to, not remove the Author comments on top. If...

  • RE: Deadlock occured?

    [font="Verdana"]You have two locks. One is an eXclusive(X) lock for the insert and the second an Intent eXclusive(IX) for the update. These lock types are incompatible( Search BOL: LOCK COMPATIBILITY)...

  • RE: Error while registering a server in Analysis Services

    [font="Verdana"]I could be wrong but, this looks like a permissions issue. Maybe, you don't have rights to access the registry key. Just check and see.[/font]

  • RE: Upgrading SQL2000 to SQL2005

    Mr J (12/4/2008)


    Thats great, will that keep all the orginal instances too ??

    Cheers

    [font="Verdana"]

    If you run the SQL2K5 setup on a box that has SQL2000 instance(s) on it, and choose to...

  • RE: Upgrading SQL2000 to SQL2005

    [font="Verdana"]What kind of upgrade are you trying to do? In-place or Side-by-Side? If you are doing a Side-by-Side upgrade, the easiest way would be using the copy database wizard and...

  • RE: I am getting the below error.

    Sanaullah (12/3/2008)


    its located on the remote computer and i am accessing this using linked server

    [font="Verdana"]

    I think we all missed this 🙂 He is using a linked server to access...

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