Viewing 15 posts - 1 through 15 (of 17 total)
March 21, 2011 at 9:13 am
Hi,
Can you also send me a copy of the guide to my email address? It's sachinsamuel@gmail.com
Thanks a million in advance.
Regards
sachin
March 8, 2011 at 8:45 am
You can download red gate sql compare which can do this for you gracefully.
June 15, 2009 at 8:19 am
This is a runtime error from SQL Server management studio and nothing to do with the command you are executing.
If you don't have sql server 2005 service pack 2, install...
June 15, 2009 at 7:50 am
The question you asked is very generic and open ended. As per my opinion, resource (Memory, CPU utilization, space etc) manangement is the biggest challenge when you manage VLDBs.
Ofcourse...
June 7, 2009 at 12:40 am
Most of the time sql server central. This is the first website comes to my mind when it comes to sql server online community.
June 6, 2009 at 8:23 am
Or may be you can execute below query to see total number of users/services connected to db.
Select count(distinct hostname) from sys.sysprocesses;
June 6, 2009 at 7:51 am
IO error means Input Output error. There can be many reasons for this error. However when a IO is pending for more than 15 seconds or more... then sql server...
February 17, 2009 at 1:48 am
Moving temp db is simple process but it will require a restart. This is because sql server core engine is always using tempdb for all its internal process.
February 17, 2009 at 1:40 am
There are many methods you can achive this.
1) Go to run, type "perfmon". Add counter for CPU. This will give a graphical representaion of load on CPU.
2) If you want...
June 27, 2008 at 12:33 am
You can even create jobs to update statistics.
June 25, 2008 at 10:44 pm
Which database version you are running on?
Whats the service pack applied on it?
Regards
Sachin
June 22, 2008 at 2:30 am
Its fairly simple. You just need to create a user dsn and choose the provider. Visio will help you to reverse engineer the database schema to Logical model.
please check the...
June 5, 2008 at 12:23 am
Hi Victor,
Please find my reply below.
1. I am installing the SQL 2005 instance on the same physical box containing SQL 2000 instance. Are there any special precautions i need to...
February 6, 2008 at 1:14 am
Viewing 15 posts - 1 through 15 (of 17 total)