Viewing 15 posts - 16 through 30 (of 108 total)
if I have 30 items and agent runs every second - it will still take 30 seconds. If I have 100 items - it will take 1.5 minutes. If each...
July 15, 2017 at 4:39 pm
I use the index for other queries as well. Can I create a new filtered index? How do I make the function use the new index? To...
July 25, 2016 at 12:17 pm
Unfortunately, your suggestion is greek to me. Can you explain a bit more? And yes, it is killing performance.
Thank you.
July 25, 2016 at 11:44 am
Thank you all.
I did a DBCC SQLPERF and found out that the log is only using .99% of the 700+ GB file. Later tonight, I will do a...
September 25, 2015 at 11:39 am
Yes, we are doing t-log backups every 24 min.
Also, I don't understand something about logging... doesn't a checkpoint command clear all dirty log issues? What is in a transaction...
September 25, 2015 at 9:07 am
Sean Lange (9/15/2015)
mike 57299 (9/15/2015)
What is the difference between using a view and creating a calculated virtual column?Mike
The main difference is that to use a computed column you would have...
September 15, 2015 at 1:54 pm
What is the difference between using a view and creating a calculated virtual column?
Mike
September 15, 2015 at 1:34 pm
We use the onorder to help in other areas of calculation like shipability - is the order shippable based upon current orders. That is why I am considering a...
September 15, 2015 at 1:12 pm
Thank you for the info.
In your opinion, which is better - full every night or full once a week and differentials?
Mike
August 27, 2015 at 9:20 pm
Yes, we store the total for the order. I have many small calculations that are done by the app. I want to move them to the DB but...
July 16, 2015 at 8:55 am
This solution will work great!
Thank you.
February 18, 2015 at 3:44 pm
Work to put the log back to a normal size. 400+% is not normal.
December 8, 2014 at 9:31 am
I get the following error with the code from Ten Centeries:
Msg 515, Level 16, State 2, Line 1
Cannot insert the value NULL into column 'scancode', table 'Solovue_Homart.dbo.scancode'; column does not...
August 4, 2014 at 10:00 pm
Viewing 15 posts - 16 through 30 (of 108 total)