join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Browse by Tags - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Browse by Tags

All Tags » Urgent..!!! (RSS)
  • Secure master database.

    Hi What considerations I need to follow to secure my master database in SQL Server 2005?
    Posted to Forum by Brijesh on 06-12-2010
  • Index consideration using execution plan

    I have a table having 84000+ records, I am planning to consider index on this table. I am putting few details of execution plan below: - When table has no Index: - Select * from TABLE name; Table scan happens, Estimated I/O cost = 0.517278 Estimated CPU cost = 0.0930076 Estimated operator cost = 0.610285...
    Posted to Forum by Brijesh on 06-12-2010
  • Recovery from .ldf file.

    Hi I need to recover data from .LDF file whereas I have lost my .MDF file. My database was in Full Recovery Mode, I have full backup of a day back, but no transactional backup. Having full backup of Thursday, changes made in database on Friday. I dont have any backup of Friday, I need to recover till...
    Posted to Forum by Brijesh on 06-11-2010
  • Disadvantages of Index

    Hi, Can anyone tell me the disadvantages of Index ? How do many Indexes on a table degrade the performance ? Thanks in advance.
    Posted to Forum by Brijesh on 06-07-2010
  • How B-tree works ?

    Hi, Can anybody tell me about B-Tree, how it works ? How it searches data, deletes data, update data ? Thanks in advance.
    Posted to Forum by Brijesh on 06-07-2010
  • Indexing in SQL Server 2005

    Hi, When to use Clustered Index and when to use Non-Clustered Index ? Please help me to understand this question with suitable examples. Thanks in advance.
    Posted to Forum by Brijesh on 06-02-2010
  • Index fragmentation values.

    I have an index on a table in sql server 2005. When I run this statement dbcc showcontig (CropSubVar) it showed me the following result:- DBCC SHOWCONTIG scanning 'CropSubVar' table... Table: 'CropSubVar' (821577965); index ID: 1, database ID: 6 TABLE level scan performed. - Pages Scanned...
    Posted to Forum by Brijesh on 05-29-2010
  • Index scan vs Index seek.

    Can anybody give me some example on Index scan vs Index seek ? Is there any difference between Index scan & Table scan and Index seek & Table seek? Please give me some solutions.
    Posted to Forum by Brijesh on 05-29-2010
  • General question asked in interview.

    If Yesterday, on the Server T-SQL statement was running fine but today it’s taking too much time. What is the reason? I don't know the relevant answer for this question. Can anybody give me the answer ?
    Posted to Forum by Brijesh on 05-29-2010
  • Master db damaged

    Hi I am unable to start my SQL Server 2005 as its master db has damaged. I tried to rebuild & restore master db but failed every time. Please help me out I have backup of all system's Databases. How can I rebuild & restore the master db.
    Posted to Forum by Brijesh on 05-27-2010
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »