Viewing 15 posts - 1,231 through 1,245 (of 1,366 total)
Thanks for your reply HANSHi
I want to migrate only the data .A new SQL 2005 DB have to be created having more constraits.
July 15, 2008 at 5:11 am
Is it possible to migrate SQL Server 2000 SP2 to SQL Server 2005.
TIA
July 15, 2008 at 4:01 am
Thanks to ALL
How to setup security so that noone can change the...
July 7, 2008 at 9:19 am
Both database on same instance.
Both had 2Gb of log and after i cleared the log they are telling that the issue is solved.Am sure that its not the log but...
July 7, 2008 at 7:16 am
Done using select * into...Can anyone please tell how to delete a post???I tried to delete but no use :hehe:
July 3, 2008 at 12:46 am
Hi,
Also check whether any maintenance plan is created in some other remote server to take backup of this server .
July 2, 2008 at 7:26 am
Have you delete database files???
Check whether sufficient disk space is available in the drive where the database files resides.
July 2, 2008 at 6:11 am
Thanks all
The problem is that there is not enough space in local disk and am trying to take back from a client machine to another remote machine..
But its throwing...
July 2, 2008 at 1:21 am
You created the maintenance plan for remote machine or local one????
June 30, 2008 at 5:56 am
Better take
1)full backup then
2)issue checkpoint
3)shrink datafile using dbcc shrinkfile(mdf_file_name,truncateonly) or use dbcc shrinkdatabase
3)take a transaction log backup
4)issue dbcc shrinkfile(ldf_file_name,10)
you specify how much you want to free up ...give 1Gb first...
June 26, 2008 at 11:46 pm
I found that nothing wrong with the dump ,the issue is with SQL server Result set as it can display only upto some extend....What can i do to view the...
June 26, 2008 at 2:11 am
Viewing 15 posts - 1,231 through 1,245 (of 1,366 total)