Viewing 15 posts - 46 through 60 (of 63 total)
Well, am not sure if foreign key references another table in a different database but as a workaround, you may try the linked server options. By linking 2 DB server,...
March 29, 2006 at 10:53 am
use DBCC options to shrink the database.
March 29, 2006 at 10:50 am
Check this..but for temp tables
http://www.sql-server-performance.com/nb_avoid_bottlenecks.asp
February 21, 2006 at 8:54 am
Hello Folks,
I'm interested to know if someone has cracked it and how did the exam look like. Can a sql 2000 stud come thru this exam ? Thanks...
February 14, 2006 at 1:40 am
You may try more other options
- Restart the server, start the sql server via EM
- Look at the services and try starting all sql related services
- Try detach/attach master db.
Hope...
February 13, 2006 at 3:23 am
Well, please look at the MS/ articles.
http://support.microsoft.com/kb/239885/en-us
February 8, 2006 at 10:21 pm
Just a look up @ eventid.net
See if this helps : http://www.eventid.net/display.asp?eventid=107&source=
-Hth
February 8, 2006 at 10:47 am
Take that DB offline.
Move the files to different location.
Detach and then attach using sp pointing to the file location
February 5, 2006 at 10:09 pm
Hey Andy,
It was simple- straight forward and a top notch article.
Thanks for the same !
Rgds, Arul.
January 12, 2006 at 6:21 am
Hello Jyoti,
Look @ :http://www.informit.com/articles/article.asp?p=23574&redir=1
January 8, 2006 at 4:56 am
Hello Geetha,
You may have a look at the below articles to enable auditing.
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlc2.mspx#EGAA
http://www.databasejournal.com/features/mssql/article.php/3399241
Hope this helps !
Regards, Arul.
January 5, 2006 at 3:57 am
The database could be brought online via QA when u get such error message from EM.
Please use the below command within the 'master' DB:
sp_dboption 'pubs','offline','false'
- change the parameter false/true...
December 21, 2005 at 9:57 pm
Hi there,
u can shrink the db/table to get avail your space.
-A
December 20, 2005 at 9:04 am
Will this help you?
exec sp_revokedbaccess 'username'
December 20, 2005 at 8:40 am
well...u dont need to have sa rights to run a job.
But u got to use the server service account configured to make sure the jobs are running... It would be...
December 15, 2005 at 6:59 am
Viewing 15 posts - 46 through 60 (of 63 total)