Viewing 15 posts - 76 through 90 (of 139 total)
Are you using SQL Server 2000 or 2005?
February 4, 2009 at 12:45 am
george sibbald (2/3/2009)
February 3, 2009 at 7:28 am
Hari (2/3/2009)
Hi Rajesh,How can you do the manually.
I have only one mdf file,20 ldf files. how can you attach....please explan step by step
Using GUI
--------
1. Open Enterprise manager or SSMS -->...
February 3, 2009 at 7:10 am
Hari (2/3/2009)
how can you attach more than 20 ldf files in sql server
While attaching when you select the .mdf file If that .mdf file had 20 ldf files automatically it...
February 3, 2009 at 12:47 am
Thanks for the reply, I will try and let you know.
Could you please explain me how no_truncate will increase the fragmentaion level.
January 27, 2009 at 8:59 am
You can do it in different ways
1. write the query to insert the data using linked server and schedule this queriy using sql server agent.
2. SSIS package and schedule...
January 24, 2009 at 1:01 am
WOW it is good to hear from you.
Nice Thread.
January 22, 2009 at 5:57 am
Hi All,
Thanks for your reply, While rebuilding the index log file will be used or data file will be used.
I understand that it will use only log file not...
January 22, 2009 at 12:50 am
Singh,
What is the reason you are not running backup log with truncate_only.
If you run the backup log with truncate_only, I am sure your log file will be shrinked.
January 21, 2009 at 11:22 pm
It will complete in 2 to 3 min, it is not taking much time.
December 27, 2008 at 11:14 pm
I did changes on server itself not from client.
December 27, 2008 at 10:42 pm
yes that is right you performed a striped backup, you can't restore until you find another file.
December 26, 2008 at 8:43 am
Suresh B. (12/26/2008)
use postnet
go
alter index all on TempLan_Details rebuild
The below will drop and recreate the index.
DBCC DBREINDEX (TempLan_Details , '', 70)
December 26, 2008 at 3:24 am
There is problem with the table 'postnet.TempLan_Details'
Run DBCC CHECKTABLE on TempLan_Details' with REPAIR_REBUILD or REPAIR_FAST
After this still if you are facing the problem,
1. Drop and recreate the...
December 26, 2008 at 12:30 am
Viewing 15 posts - 76 through 90 (of 139 total)