Viewing 15 posts - 211 through 225 (of 326 total)
Gail
You mean to say even if there are objects with no stats e.g. table variables ni proc, still both estimated and actual plan will be same?
I remember somewhere I saw...
April 9, 2012 at 4:04 am
Well , I understand that Estimated execution plan might be giving just "estimates" but actual execution plans should have more accuracy.
In my question, I was referring to atual execution plan...
April 9, 2012 at 3:02 am
I understand that app or developers shouldn't be updating the tables directly. But this is a dev server and there are some master tables for which we don't have any...
April 5, 2012 at 7:40 am
A bad update can be anything that makes the data which it should not be. e.g. someone running update statement without where clause or someone updating incorrect values e.g. 'b'...
April 5, 2012 at 3:36 am
Thanks. it helped a lot. Sorry for not putting sample data.
April 3, 2012 at 8:35 am
Then what should be the best way to trace a hostname?
GilaMonster (4/3/2012)
mathew.walters (4/3/2012)
April 3, 2012 at 7:43 am
Got it....thanks.....had to expand the options.......
GilaMonster (4/3/2012)
mathew.walters (4/3/2012)
True, but then you could also delete audit data if you wanted to, I assume that it's not malicious.
Deleting audit data requires permission...
April 3, 2012 at 7:41 am
Gail, I dont see the screen you pasted in sql server 2008. Is it for sql server 2008R2 only?
April 3, 2012 at 7:08 am
Thanks So much Grant! Good to see big guys helping out "lesser knowns" 🙂
Grant Fritchey (4/3/2012)
April 3, 2012 at 6:08 am
This one sounds really exciting and elegent...And new to me 🙂
Can you pls tell which events I can use or any reference link you have?
I understand I can google for...
April 3, 2012 at 5:56 am
This is exactly what I did 🙂
Only difference is I created a copy table with these 2 extra columns an dpopulated it for update/delete.
sqlnaive (4/3/2012)
April 3, 2012 at 5:43 am
There are rare updates/deletes in this table. So performance is not an issue.Moreover it's a dev server.So no issue of performane again...
April 3, 2012 at 4:35 am
The development happens on local machines.I am finally thinking of going with trigger. I thought of using CDC, but that won't give hostname which is the main thing for...
April 3, 2012 at 4:20 am
Hi
Here are the answers:
1.BIDS is from original SQL Server licensed install. It is no trial version.
2.This is a server.
3.Edition: 2008 R2 (SP1) - Enterprise Edition on Windows NT 5.2...
March 29, 2012 at 2:19 am
It was really surprising to know that cast is internally implemeted as Convert!!!!
March 28, 2012 at 9:00 am
Viewing 15 posts - 211 through 225 (of 326 total)