Viewing 6 posts - 16 through 21 (of 21 total)
At my old job we used to have problems with TempDB log continuously growing. We never got to the bottom of it, but it only started happening after we...
July 11, 2007 at 10:31 pm
Yep I've been using web data admin for years - very handy
One thing tho - Be warned that if access this web app...
June 26, 2007 at 10:42 pm
Hi Bajan,
One problem I can see with what you are doing is the table name that is in @t_name will not have quotes around it - so you should add...
March 21, 2007 at 2:33 pm
a much MUCH better way is to use the INFORMATION_SCHEMA views
try these to get an idea of what you can do:
select * from information_schema.tables
select * from information_schema.columns
you can filter...
March 20, 2007 at 8:36 pm
Someone told me a joke the other day: Why is oracle like an onion?
Because the more layers you peel back, the more you want to cry.
December 14, 2006 at 4:01 pm
I've never used mysql, and from what I've read about it, I hope I never have to.
I'm sorry, but I don't think its really a viable database engine to put...
December 13, 2006 at 2:43 pm
Viewing 6 posts - 16 through 21 (of 21 total)