Viewing 15 posts - 91 through 105 (of 224 total)
We need sample data and your SP to troubleshoot more on this case. Actually recompile what I understand every time execution will create a new query plan. It can better...
April 11, 2012 at 1:58 am
Thanks for the easy question. It seems like you are very specialist in views.
Cheers !!!!!.
April 9, 2012 at 11:11 pm
Thanks for the reply.
job 1. Runs every two minutes.
begin transaction
-- adds a record with specific date the records were moved from
-- ABI_ACCOUNTS to ABI_ACCOUNTS_DS_TRACK
insert into ABI_ACCOUNTS_DS_TRACK.dbo.HISTORY_DATES_PROCESSED(PROCESSED, HISTORY_DATE)
values(0, @starttime)
insert...
April 4, 2012 at 4:08 am
Shrinking is not a good practice. Even it is for a transaction log also. You have to plan to add more space.
April 3, 2012 at 4:21 am
Just I need to understand what circumstances you want to shrink the log file. Do you have transaction log backup going on? Are you in need of space released to...
April 3, 2012 at 2:58 am
Hi Gail,
Thanks for the clarification.
April 3, 2012 at 2:37 am
High availability always comes with business nature and the budget.
SQLserver have many ways of high availability. Using cluster, replication, mirroring.
You have to choose what your business needs suits....
March 29, 2012 at 2:36 am
Why this question has to appear on high availability?
March 29, 2012 at 2:25 am
Hi Steve,
Question on SQL 2012. I guessed and guessed it wrong.
Good. to knew about contained databases.
--Babu
March 27, 2012 at 11:20 pm
Hi Bit bucket,
Thanks for the question. I would expect to attach any external reference to the question. Thought it is easier question for experienced person, it will help for...
March 26, 2012 at 9:28 pm
Viewing 15 posts - 91 through 105 (of 224 total)