Viewing 15 posts - 151 through 165 (of 1,539 total)
Thanks Gail for this one. And thanks once more for writing those 2 articles on analyzing performance on simple talk. I have used it several times in the past. 🙂
November 12, 2010 at 1:33 pm
SKYBVI (11/12/2010)
then the database2 will have all the objects same as in database1 ( at time of backup)...
November 12, 2010 at 12:59 pm
I would say a mix of both. mostly ad-hoc (hard-coded in the application).
November 12, 2010 at 12:55 pm
the new database (after restoration) will contain everything that your full backup had. nothing more nothing less.
November 12, 2010 at 12:37 pm
Yes i am supporting 3rd party apps. I was trying to figure out a way to track such queries at database level which don't complete because of timeouts. The application...
November 12, 2010 at 12:15 pm
That's what i was thinking but it doesn't look so simple to me.
for every statement start i need to find matching statement end. if i dont find one, it means...
November 12, 2010 at 9:54 am
are you sure you want to delete data older than x days? does all tables have same column name for date?
one way to store table names and column names(date) in...
November 12, 2010 at 8:37 am
I cant paste the code. Not sure if it's considered a good practise to paste someone else's code elsewhere.
November 12, 2010 at 8:16 am
In my previous company we had HP OVO agent that were deployed on each servers and alerted us for wide ranging issues right from blockings, deadlocks, backup failure, disk space,...
November 12, 2010 at 7:58 am
GilaMonster (11/12/2010)
Please note that this thread is well over a year old. Grant was awarded MVP in April 2009.
:w00t: Didnt see the time of the post.
November 12, 2010 at 7:50 am
something like this?
http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
The code in the link searches all tables. You'll need to limit that to one table.
November 12, 2010 at 7:01 am
Congrates Grant for the MVP award.
Got your book on execution plan today. Amazing stuff. 🙂
November 12, 2010 at 6:58 am
srinadh.ramineni (11/12/2010)
November 12, 2010 at 6:01 am
Viewing 15 posts - 151 through 165 (of 1,539 total)