Viewing 15 posts - 1,996 through 2,010 (of 3,061 total)
chandu.ade (5/6/2010)
Please share the best practices to be followed to cinfigure MDW. I am goint to implement MDW to capture database growth,cpu usages,memory utilization and all other paramaters.
Follow the fine...
May 6, 2010 at 1:51 pm
praviii... (5/6/2010)
hi could any one suggest me the edition that should be installed for working on sql server 2008 at work.
How about the business requirements?
What kind of operation are going...
May 6, 2010 at 1:45 pm
mashtal_et_1982 (5/6/2010)
May 6, 2010 at 1:26 pm
sturner (5/6/2010)
Put them all into one XML column. ;^)
You made my day! 😀
May 6, 2010 at 1:23 pm
About two years after starting working with Oracle is when you will start to realize how different are SQL Server and Oracle implementations of the same basic principles.
Question is, do...
May 6, 2010 at 1:18 pm
trivedi.nikesh (5/5/2010)
But I am looking for, list of those background activities, which are perform for SQL Server when is starts from scratch or restarts.
:blink: This is the "Working with Oracle"...
May 6, 2010 at 1:12 pm
hedera (5/2/2010)
Thanks to the kind people who tried to give me advice.
Glad to help - Thank you for the feedback 😉
May 6, 2010 at 1:08 pm
The good news is that a 600 Gig database is not such a large database - there should be no problems to properly maintain it; providing it is done the...
May 6, 2010 at 1:00 pm
senapathi_siva (3/23/2009)
But when I am running the specified query, I am getting the following error. 'ORA-00933: SQL command not properly ended.'
This is invalid syntax on the Oracle world - not...
May 6, 2010 at 12:48 pm
The Oracle term "materialized view" represents nothing but a table that is updated or refresh in an automatized way.
There is a plain Oracle "table" for each "materialized view"
Questions is...
- How...
April 30, 2010 at 12:51 pm
99posts (4/30/2010)
select distinct chips, salt --, datefrom SNACKS
where SNACKS .salt= 'No'
AND chips NOT IN(select distinct chips from SNACKS where salt= 'No')
order by chips asc
If what you want...
April 30, 2010 at 12:39 pm
Welcome to the wonderful world of troubleshooting.
"ceased working" is too broad of an expression...
... I'll find out if the host is alive
... I'll find out if the offending instance...
April 30, 2010 at 9:34 am
kjplreddy 85311 (4/30/2010)
were can i run thread on sql server?wat is the use of threads?
1- You don't - SQL Server does.
2- Divide app logic into multiple, concurrent execution paths.
April 30, 2010 at 9:22 am
mohan.pariveda (4/30/2010)
As per the client requirement, he want all the alerts & Databases( SQL & ORACLe) need to monitored...
April 30, 2010 at 9:00 am
GregoryF (4/30/2010)
April 30, 2010 at 8:55 am
Viewing 15 posts - 1,996 through 2,010 (of 3,061 total)