Viewing 15 posts - 31 through 45 (of 169 total)
Thank you Michael, Excellent article, this is definitely a article to add as part of DBAS collection.
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 30, 2006 at 11:06 am
It is not necessary to have Backup of Model DB if you have not created/added any object to model DB that you wish to be part of every user DB...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 30, 2006 at 9:23 am
Chris,
One friendly an truely generous note.
When you are requesting details and members are trying to help you
with their thoughts and experience in this great knowledge base, I request
you...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 24, 2006 at 9:47 am
Hi Christian,
Welcome to DBA community.
After...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 23, 2006 at 11:48 am
Why does the transaction log get so big?
Answer to this question in its simplest form is
Transaction log grows bcz. there are more transactions taking place in DB i.e. Database is...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 15, 2006 at 9:28 am
Right Click Maintenance plan in Enterprise manager
MP History is 9th step in wizard, one after Report generate.
Select Write history to MSDB.dbo.sysdbmaintplan-history table
Select 1000 or whatever # or rows for this table.
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 11, 2006 at 3:07 pm
Check this microsoft article
http://support.microsoft.com/default.aspx?scid=kb;en-us;q315062&sd=tech
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 11, 2006 at 2:53 pm
Aaron I agree with your thoughts.
use of table variable or temptable for subqueries is good option. I thought I will come to that level in next post.
Thanks,
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 11, 2006 at 2:20 pm
First thing you need to check here is appropriate
clustered and non clusetered index.
You need to consider the size of your table and
then if feasible create a non clustered covering...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 11, 2006 at 1:24 pm
Instead of regular reboot to fix the problem.
Try to Restore DB with good DB Backup.
If this is problem with your user DB then keeping user db on primary
drive C...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 8, 2006 at 8:15 am
Hi Diego ,
I will send you email in next few min.
I am Sql Server DBA-Developer with more
than 5 years of experience.
You can look at my 125 + posts in...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 7, 2006 at 11:59 am
Microsoft has confirmed this problem.
Complete detail and workaround is provided
by Microsoft in following link.
http://support.microsoft.com/kb/303287/
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 2, 2006 at 8:43 am
In this case better use temp table to store the output
of resultant row after inner join...
...like this
Select col1, col2,.....
into #temptable
From table1 A inner join table2 B
on .......
where ......
then apply...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 2, 2006 at 8:33 am
Probably problem with Sql Server Agent.
Most of the time Stop and Start of Agent clears issues such as this one.
Hope this helps,
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 1, 2006 at 2:53 pm
Create trace using Profiler for specific period of time with events tsql and SP.
Then collect the trace data in table and check with like on textdata column.
This is one way to get...
Kindest Regards,
Sameer Raval [Sql Server DBA]
Geico Insurance
RavalSameer@hotmail.com
August 1, 2006 at 2:43 pm
Viewing 15 posts - 31 through 45 (of 169 total)