Viewing 15 posts - 811 through 825 (of 1,166 total)
I don't think you will get the realtime high volume training any where but if you choose good training institute you be given extra knowledge of high volume manangement...
ex: Solid...
December 25, 2006 at 10:04 pm
I didn't get what you asked but..
I think you want to recover restored db...
with the following...
RESTOER DATABASE <DB NAME> WITH RECOVERY
December 25, 2006 at 9:42 pm
Mario,
Run the profiler to see what is happenning behind the scene when you create the object...
As Frank mentioned there is no other way than using undocumented proc to change the...
December 24, 2006 at 3:53 pm
Puneet,
Who is the owner of the object...Check UID of object in sysobjects table and make sure uid of the object exists in sysusers table...
December 24, 2006 at 3:44 pm
after run the dbcc commands for repair my database and nothing.
What do mean by "Repair my db and nothing"
Check the following article..
December 24, 2006 at 3:29 pm
If you can efford to be table offline, I will prefer to use initialization of subscription...
If you don't want to initialize then try chaging the profile...
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/tranrepl.mspx
December 23, 2006 at 10:57 pm
I don't think there is any way to repair mdf file...
You can try the following...
1. Backup your mdf and ldf files...
2. Rename mdf to mdf_old and ldf to ldf_old
3. Create...
December 23, 2006 at 10:33 pm
Check if any frequently executing procedure is recompiling or using incorrect query plan...
I have seen this behaviour when the procedure was not using incorrect plan...
December 23, 2006 at 10:19 pm
First check the pssdiag.ini file which carries your configuration.
Search ini file for delete word.
December 23, 2006 at 10:09 pm
Ganesh,
I believe identifier name should not start with a number...
December 22, 2006 at 4:25 pm
I don't see any problem with solution but I don't prefer SQL server replication for DR.
I will prefer Log shipping over replication if the db size above 50 GB or...
December 22, 2006 at 4:22 pm
Are you tested with 3GB or 3KB?
3KB is very small size
December 22, 2006 at 4:14 pm
I don't think Window 2003 standard edition supports cluster and
SQL server 2000 stand. Edtn also will not support cluster where SQL 2005 stand. Edtn. will support cluster...
December 22, 2006 at 4:11 pm
Here is the link for cumulative hotfix for sp4.
December 22, 2006 at 10:50 am
Best option will in this case create newdb and copy the data and rename the db...
Try applying latest service pack to see what happens after it...
December 22, 2006 at 10:48 am
Viewing 15 posts - 811 through 825 (of 1,166 total)