Forum Replies Created

Viewing 15 posts - 181 through 195 (of 220 total)

  • RE: Is it Possible ?

    Yes my friend this is possible :

    let me give you an example :

    create table mytestdb

    go

    create table test (t1 int)

    create table test1 (t1 int)

    create table test2 (t1 int)

    then i...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: is it required maintanence plan ReportserverTempDB

    Or we can say like this (i shoudl have modified my sentence in the begening itself ).The only reason to backup the reportservertempdb is to avoid having to recreate it...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Check DB MSDB

    also check the error logs and copy the errors here if any ......

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Check DB MSDB

    totally agreed to what Paul says ...

    When you run checkdb its gonna create a sparse file so that msdb can be used by users while checkdb is running ..

    Latch waits...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: is it required maintanence plan ReportserverTempDB

    you asked the question and gave the answer as well ...;-)

    in short Its not needed ...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Cluster Index.. Insert update operations Vs Performance in MS SQL 2005

    give us the query and the columns on which the indexes have been defined ...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Issues in Database mail

    Do you have the profile/account created .above all do you have outlook on your machine ..

    If not it will not work .

    You need to be able to access your exchange...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: RESTORE DATABASE is terminating abnormally

    The error itsself gives you the hint 🙂

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: RESTORE DATABASE is terminating abnormally

    I did the repro :

    CREATE DATABASE TEST;

    CREATE TABLE test1

    (t INT)

    CREATE DATABASE test1 ON

    ( NAME = test1, FILENAME = 'E:\TEST_1.SS' )

    AS SNAPSHOT OF TEST;

    GO

    CREATE TABLE test2

    (t INT)

    CREATE DATABASE TEST2 ON

    ( NAME...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: how to enable SQL CMD MODE using t-sql script

    So you want to run :connect ...got it (if i have not let me know :-))

    -> create your script as usual including :connect commands and save it as .sql file...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: increase memory allocated above 2gb on 32 bit installation

    Analysis Services can address a maximum of 3 GB of memory on any 32-bit version of Windows, regardless of the amount of actual memory that is installed on the computer.Normally...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: how to enable SQL CMD MODE using t-sql script

    Step 1:

    create a batch file : for eg sqlcmd_start.bat and enter these lines :

    cd "Program Files"\"Microsoft SQL Server"\90\Tools\Binn

    sqlcmd.exe -E -Sabhay\Orion -q "use master"

    The above lines are 2 lines and not...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Integrity Check Error: Check Catalog Msg 3853, State 1

    keith ,

    actually the metadata for you data got corrupt .

    I have a question .you said that the there are 2 objects : a view and the SP ...does the...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Backup to remote server location

    Agreed ..........

    Never backup on network share ......

    copy it locally and then take it to share or tape .

    This is the best practice across all database engines ...be it Oracle ..

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: increase memory allocated above 2gb on 32 bit installation

    Let me correct this statement :

    [[[[[[Microsoft will not recognize >16gb with the 3gb switch enabled. For sql server you do not want /3gb enabled. ]]]]

    when you enable /PAE the...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

Viewing 15 posts - 181 through 195 (of 220 total)