Viewing 15 posts - 18,181 through 18,195 (of 59,069 total)
Grant Fritchey (3/7/2016)
The main thing is that there are no additional trace events being added.
BWAAA-HAAAA-HAAA!!!! That means that it's finally stable! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2016 at 12:20 pm
Grant Fritchey (3/7/2016)
You shouldn't be using Profiler anyway. Instead, use extended events.
Heh... I strongly agree... to disagree. 😛 Maybe it's just the bad taste in my mouth left...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2016 at 8:05 am
astrid 69000 (3/7/2016)
Sorry it took me long to answer.
First of all, thanks to everyone who took the time to help.
I have read and part I did understand, part I didn't....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2016 at 7:55 am
Ed Wagner (3/7/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2016 at 7:49 am
tony28 (3/5/2016)
I did backup and restored to test..
bak file has about 13GB.
database has allocated mdf file for 40GB and log file for 5GB... I wanted shrink this mdf, because there...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 7:24 pm
RUNNERSQL (3/6/2016)
Do we need to make it to notnull and redo the partitiotion ? OR any other options...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 6:15 pm
RUNNERSQL (3/6/2016)
we have partitioned a table based a column datatype 'null'.
we have partitions created on all non-clustered indexes.And we didn’t create the partition column in the primary...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 4:35 pm
Hugo Kornelis (3/2/2016)
First, thanks for not including surrogate keys in your ERD. They are an implementation choice, so they should never ever be in any ERD.
That's one opinion. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 4:25 pm
Eirikur Eiriksson (3/6/2016)
ganapathy.arvindan (3/6/2016)
Please Help me Query/Performance Tuning Steps with out help of profilerQuick suggestion, get Grant's book on execution plans[/url]
😎
+1 Million to that. Profiler can help but not...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 4:12 pm
Sergiy (3/6/2016)
bismsit.29 (3/3/2016)
Thank you very much for replying back so early.
Its sort of a business requirement that's why i want to reuse them also this value can hold till...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 3:35 pm
@bismit29,
I still need answers to the questions in my last post so that I or anyone else can help you wrap this up.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2016 at 3:33 pm
Ed Wagner (3/4/2016)
This has nothing to do with the question that's already been answered.
Actually, I wonder if the question has been answered. 🙂
I wonder if it's a "security" feature kind...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2016 at 6:39 am
Here's the upcoming danger of "algorithms"...
http://www.imdb.com/title/tt0119177/plotsummary
Too far fetched for you? How about a dose of reality, then.
http://www.eyeondna.com/2007/05/19/want-a-job-submit-your-dna/
As idiotic as they normally are ...
http://www.eyeondna.com/2007/04/26/victory-for-genetic-information-nondiscrimination-act-gina/
Unfortunately, it's not airtight and genetic discrimination...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2016 at 4:20 pm
Gary Varga (3/4/2016)
Steve Jones - SSC Editor (3/4/2016)
Gary Varga (3/4/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2016 at 1:28 pm
mandymvn (3/4/2016)
used this in WHERE clause as:
where Qtr >=DATEADD(qq,DATEDIFF(qq,0,GETDATE())-3,0) AND Qtr < DATEADD(dd,DATEDIFF(dd,0,GETDATE())+1,0)
i tried to convert but still getting the error
and getting conversion error :Conversion failed when...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2016 at 1:20 pm
Viewing 15 posts - 18,181 through 18,195 (of 59,069 total)