Viewing 15 posts - 46 through 60 (of 131 total)
hiii ramesh
query provided by u is not fulfilling the requirement ,
just read above posts
& suggest soln
Thanx in advance
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 24, 2010 at 1:03 am
hiii Rbarry
got error
Msg 8120, Level 16, State 1, Line 1
Column 'db_size.dbname' is invalid in the select list because it is not contained in either an aggregate function or the GROUP...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 23, 2010 at 11:34 pm
hiii dan
i want O\P in foll. format
dbdate dbname datasize_MB
====== ======== ...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 23, 2010 at 8:57 pm
fire
select @@version
and post the output here
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 22, 2010 at 12:38 am
GilaMonster (2/19/2010)
sanketahir1985 (2/19/2010)
because in first query both the table will be scanned only for condition a.name=b.name
In second query whole table2 will be scanned then it will...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 19, 2010 at 5:02 am
best way is to run upgrade advisor
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 19, 2010 at 5:01 am
just go thru attachment
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 19, 2010 at 4:58 am
Obviously first one
because in first query both the table will be scanned only for condition a.name=b.name
In second query whole table2 will be scanned then it will be compared...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 19, 2010 at 2:45 am
Have u changed any sp_configure settings?
sply min memory,max memory
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 19, 2010 at 2:42 am
Hii
Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.
2ndly run the perfmon in peak hrs...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 17, 2010 at 11:43 pm
many options are avasilable
use import export wizard(for one time movement)
u can use ssis package too(For daily moving data)
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 16, 2010 at 5:11 am
thats what i replied
first query gives u windows operating system service pack
second query gives u sql server service pack.
why?
thats how microsoft has liked to do the things.
if u r...
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 16, 2010 at 3:20 am
Or if u want to do manual work,then foll. script will collect all the data from ur sql server.
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 16, 2010 at 3:11 am
go thru attached rtf to create rdl for preparing reports, u will get some idea
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 16, 2010 at 3:06 am
fire Sp_updatestats on the database (considering this is test server)
then use database
Try to find out the queries which are taking more IOs using profiler
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
February 16, 2010 at 3:02 am
Viewing 15 posts - 46 through 60 (of 131 total)