Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: SQL Server Installation Issues

    It's not allowing to install default instance as it is getting conflict with named instance... while at the time of installation of default instance it getting failed with permission issue...

  • RE: SQL Server Installation Issues

    Bhuvanesh

    thanks i have checked the services, its showing SQL server(MSSQLSERVER) but in stopped state. But i dont understand how it connecting to the exisiting named instance as default if the...

  • RE: Data Import

    I just want to import data from oracle to sql server.....

    i got an error on this... can you just me to rectify this error...

    TITLE: SQL Server Import and Export Wizard

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

    Could...

  • RE: Data Import

    Thanks for your reply. Is there any other way to do this... Else can you suggest me some sites from where i can get good suggestions regarding this?

    Regards,

    RSK...

  • RE: Index Fragmentation...

    Here is an article about index fragmentation

    http://msdn.microsoft.com/en-us/library/ms189858(SQL.90).aspx

    You can use DBCC CHECKTABLE command to check index of that tables...

    Here is an script to reindex all tables in Database

    Script...

  • RE: Need script to move logins and users for SQL Server 2000

    You transfer logins and passwords from SQL Server 7.0 to SQL Server 7.0.

    You transfer logins and passwords from SQL Server 7.0 to SQL Server 2000.

    You transfer logins and passwords between...

  • RE: restore failed: 1130(Not Enoughserver storage space)

    Mak

    Check whether your test server has enough drive space. If yes then copy the Backup file from production and paste it in test server and then restore it.

    If your script...

Viewing 7 posts - 1 through 7 (of 7 total)