Forum Replies Created

Viewing 15 posts - 61 through 75 (of 130 total)

  • RE: Copy Data from one table to another, what is best?

    Take a snapshot of the Table and subscrib to another.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Copy Data from one table to another, what is best?

    Try using Export/Import or DTS/SSIS package.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: disk space full

    Could you please the Disk space, It seems that opartion need more space you do not have enough space. What is the DB Size? How much space occupied by Particular...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Connecting from SQL Server A to SQL Server B fails

    Check the Windows error log and try to ping the server to check for any network issues. Try to check your TCP/IP and namedpipe is enable or not too?

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: How to know sql server version through sql statment

    Select @@version will give you the server version. Server propery is the next thing.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: 2005 active/active clustering

    Good collection Brian and Simon, Thanks for giving those info.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: SQL Logins

    You can use the following script but before I want you to make sure,"Do you have the SA permission on the server or not?" If not than you should not...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: SQL Logins

    Try to use from GUI (SSMS or EM). and check for the error log if happeen.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Log file

    Perfact Wilfred van Dijk and Kendal. Try to make a note of it why you need DB in FULL Recovery mode? Itf it;s in FULL how frequently you need Tlog...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: SQL Logins

    S A (5/30/2008)


    We recently upgraded a SQL Server 2000 SP4 to SQL Server 2005 SP2 Post GDR.

    Prior to the upgrade, there were no issues with creating SQL or Windows...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Database Missing

    Auditing is the organization policy. Every organization has policy to audit the servers in a year or so. It's a DBA responsibility that he/she has to make sure to make...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Terabyte database backup/restore

    Vivien Xing (5/29/2008)


    Ed (5/29/2008)


    I use Litespeed to backup one of our 200gb databases. I also use Idera SQLSafe to backup several other multi-gb databases we have. Both do...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Database Missing

    Perfact Terry, We did not think about this minor things. Check would you have SA permission on it or not? Check the mdf and Ldf file for the deleted DB(which...

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: BREAKING SQL INSTANCE

    Why you want to go with Clone, Better to take a backup and restore it on your Laptop.

    Manoj

    MCP, MCTS (GDBA/EDA)

  • RE: Full recovery mode DB - Backup and Shrink Transaction log

    I would say before taking any action take full backup then Tlog and then use DBCC shrinkfile command. After use DBCC again take Full backup immediately.

    If possible try to check...

    Manoj

    MCP, MCTS (GDBA/EDA)

Viewing 15 posts - 61 through 75 (of 130 total)