Viewing 15 posts - 106 through 120 (of 142 total)
The db consists of 4 datafiles and 1 log, two valid and two invalid( the offline ones ) I tried this
USE [database]
GO
ALTER DATABASE [database] REMOVE FILE [corruptedfile]
GO
ALTER DATABASE [database]...
May 12, 2011 at 11:07 am
Thank you so much!!
This is perfect!
April 7, 2011 at 1:03 pm
Hi
I am almost sure that I updated the statistics, just in case I am doing it since a couple hours ago,
I could post a query, but really you won't...
April 7, 2011 at 11:01 am
I already tried downloading it again, same problem
October 21, 2010 at 8:03 pm
Actually I am pretty sure i have the right media, I use it to install another server
October 21, 2010 at 4:07 pm
The machine is a fresh install of Windows server 2003 R2
October 21, 2010 at 2:50 pm
9.00.1399.06RTMStandard Edition
I used this same installer, on another server and it installed enterprise version, I downloaded the installer again and got the same results, ideas????
October 21, 2010 at 2:15 pm
Thank you guys,
Now I have what I needed 🙂
October 6, 2010 at 8:59 am
Thank you
but.. what happen when I get this after running sp_lock:
spid__dbid__ObjId__indId__type__resource__mode__status
545___6_____0_____0_____DB_____________S____GRANT
There isn't an objectid....
October 5, 2010 at 5:41 pm
on a diferent db I ran that query and one of the results says this:
name_______impact_____________seeks_ scans_equalitycolumn_inequalitycolumn___included
table1______229918.581387738___2080___0____[pronumber]___NULL_____________NULL
but I do not have a column named pronumber on that table, any Idea of...
September 23, 2010 at 11:37 am
The book is "SQL Tuning" Dan Tow
September 23, 2010 at 8:55 am
Thank you All
I found a really good book about best practices and such
With my sproc i just ran a query for missing index, modified on index to add some included...
September 22, 2010 at 5:13 pm
Actually I didn't post that info on purpose, I just wanted to show a case where the best practices aren't the bes, and the question at the final part of...
September 21, 2010 at 8:39 am
Already did that test
Part A, original sproc 14 minutes/New sproc 15 minutes
September 20, 2010 at 12:20 pm
Viewing 15 posts - 106 through 120 (of 142 total)