Viewing 15 posts - 166 through 180 (of 237 total)
What index fill factor did you use?
March 28, 2014 at 8:42 am
Grant Fritchey (3/28/2014)
JoshDBGuy (3/28/2014)
New Born DBA (3/28/2014)
JoshDBGuy (3/28/2014)
March 28, 2014 at 8:36 am
New Born DBA (3/28/2014)
See the attachment.
Couple issues.
Your database settings aren't optimal, I would set the growth to something closer to 1000 MB. 1 MB will cause frequent DB autogrowths...
March 28, 2014 at 8:34 am
New Born DBA (3/28/2014)
JoshDBGuy (3/28/2014)
March 28, 2014 at 8:18 am
vigneshkumart50 (3/28/2014)
select '$ '+ CONVERT(varchar,CONVERT(decimal(10,0),CONVERT(money, Amt_Value)),1) as [Amount]
from Products
How can I sum this column values and need to set a validation like the column has null values it has...
March 28, 2014 at 8:15 am
If it's simple recovery, after a transaction has been fully committed the space used should be reused. If it's in full recovery, you need to run t-log backups for the...
March 28, 2014 at 8:10 am
Just so I understand your question. Your log file is filling up, meaning the % free space is decreasing at around the same time every other day? You're also asking...
March 28, 2014 at 7:44 am
Great, glad I could help.
March 27, 2014 at 2:39 pm
Did you check the history of the job to see how it was invoked? Usually you'll see something like "The job succeeded. The Job was invoked by Schedule XXXX...
March 27, 2014 at 1:15 pm
The fact that it's sporadic is weird. Are there other jobs that run, that could trigger this job to run as well, after they are complete using an EXEC Sp_start_job...
March 27, 2014 at 12:58 pm
WebTechie38 (3/26/2014)
I want to thank all of you for your responses. I am in constant learn mode with SQL Server. From asking one question,...
March 26, 2014 at 1:26 pm
Timestamp should be the same. I'm guessing the application is reporting it wrong.
March 26, 2014 at 12:43 pm
Huh, maybe that really isn't a deadlock which makes me worried about the app. I see a lot of entries here going back a couple weeks, but nothing that correlates...
March 26, 2014 at 11:59 am
SQLRNNR (3/26/2014)
If your system_health session is running, then you can query the ring buffer (the default output of that session) and maybe find the deadlock.
Could you provide more detail as...
March 26, 2014 at 10:52 am
Viewing 15 posts - 166 through 180 (of 237 total)