Viewing 15 posts - 1,336 through 1,350 (of 1,366 total)
am having sql server 2000 enterprise when i tried to connect to sql server 2005 express its showing access denied..
December 4, 2007 at 10:28 am
Hope ur database is in restoring state....Try Restoring the database with recovery option....
December 3, 2007 at 11:20 am
Thanks to all
I find the solution in DB level by giving sp_msforeachtable @command1="alter table nocheck constraint all"
Regards
Ratheesh.K.Nair
November 30, 2007 at 5:31 am
You are on the right path ...also change the compatibility to 90.
November 27, 2007 at 4:00 am
Check the installation once again ...hope u have Installed in C drive only...
November 19, 2007 at 4:56 am
Try executing create table statement one by one..
November 7, 2007 at 6:21 am
Marcus is right i think ..either the path doesn't exists or u dont have permission in that.
November 7, 2007 at 3:54 am
Thanks Tommy that was really nice ............
November 6, 2007 at 11:08 am
If u have time change password by using a login having SA privileage.
November 6, 2007 at 8:22 am
Hope you have made replication.Certificates are automatically generated when you create replications.
November 6, 2007 at 6:33 am
Hi,
We are on the design stage and we are planning to have 7 tables in that database.Approximately 2-3 email per month to 5million clients....
October 31, 2007 at 5:07 am
Better try to find out the reason as Maverick said ,If ur sole aim is to shrink the log the best way is
change ur database recovery model to...
October 23, 2007 at 8:09 am
Viewing 15 posts - 1,336 through 1,350 (of 1,366 total)