Viewing 15 posts - 481 through 495 (of 557 total)
GilaMonster (1/22/2013)
ben.brugman (1/22/2013)
CheckDB effectively destroys the cache. (Why?).
Because it reads every single allocated page in the database and, like all other operations, reads them through the buffer pool. Unless you...
January 24, 2013 at 8:40 am
mickyT (1/21/2013)
January 24, 2013 at 5:51 am
Alexander Suprun (1/22/2013)
ben.brugman (1/22/2013)
I do not think normal disk IO...
January 24, 2013 at 4:58 am
Additional, we now saw the PLE drop from a few thousand to 7 within the 30 second time frame.
Size of the cache at that moment was 8 Gb.
This means that...
January 22, 2013 at 10:07 am
Because off another thread I thougth about this puzzle.
Because the puzzle is solved mainly using a lot of REPLACE functions.
Analytical I had allready determined that there would never be a...
January 21, 2013 at 1:35 am
Hello,
Take the advise of Gail Shaw (Gilamonster) seriously.
Read the article.
Very probably setting your database to simple en regulary make backups will work for your requirements.
(Steps 1/2/3 in my previous post).
Simple...
January 20, 2013 at 4:59 am
purushottam2 (1/19/2013)
Thanks for your promptness,
Only 20 users are using my application, and there is no frequently use of database interaction. And this log file increased up to 96 GB...
January 19, 2013 at 5:05 am
Hello I am going offline, but want to give some help.
So I am going to assume that you have a maintenance window where NOBODY is using the database.
1. Make a...
January 19, 2013 at 4:53 am
My assumption is that the log file has the size it has because of maintenance actions. This could be scripts you have run or for example ONLINE clustering.
First question is,...
January 19, 2013 at 4:42 am
Only saw your second post after anwsering.
Your log file is so big because is logs all datachanges in the database. A write takes about one size of the space of...
January 19, 2013 at 4:37 am
What is the size of the datafile('s), and what is the size of the logfile('s).
Maybe the log file is growing and taking up space. In that case backup the logfile....
January 19, 2013 at 4:28 am
Spoiler alert, Here is the solution to the puzzle.
Spoiler alert, Here is the solution to the puzzle.
ben.brugman (1/18/2013)
-- Puzzle.
--
-- Using SQL I wanted to see what happend with the following...
January 19, 2013 at 3:59 am
dwain.c (1/17/2013)
Special_replace2 ain't so hard:
see above
Ain't gonna win no performance contests though! 😛
46 seconds for the 25 000 rows.
About 2 hours for me...
January 18, 2013 at 8:37 am
dwain.c (1/17/2013)
Special_replace2 ain't so hard:::::Code::::
Ain't gonna win no performance contests though! 😛
Thanks for your solution, tried to study the solution,
'DelimitedSplit8K' is missing.
So I could not try the solution.
Also I have...
January 18, 2013 at 1:57 am
ScottPletcher (1/17/2013)
For that, I would use a function with PATINDEX to retain only the desired chars.
First I used the replace to find which were the undesired chars.
Next I used the...
January 18, 2013 at 1:48 am
Viewing 15 posts - 481 through 495 (of 557 total)