Viewing 15 posts - 151 through 165 (of 609 total)
I dont want to do on multiple instances, to get better performance we have isolated these servers. Looks like there is no other go,i may have to get another...
November 30, 2010 at 5:52 pm
yes, i applied SP3 and even during SP3 installation it gave me a warning message about compatability, do you guys think that is fine. thanks
November 30, 2010 at 1:15 pm
what do you mean by "update before runnig" , do i have to update OS to 2003 from 2008? I would like to install SQL 2005 on Win 2008 machine,...
November 30, 2010 at 11:20 am
what are the limitations i have to observe if i want to use developer edition on my stage for my purpose and what is the cost of Dev edition?
November 30, 2010 at 11:14 am
any other recommendations for my scenario to cut down the cost?
November 30, 2010 at 10:58 am
OK, here is what i am going to do with DEveloper edition, please let me know if i am voilating anything.
I have a stage server where in i will pump...
November 30, 2010 at 10:50 am
I am trying to make 8 files just so i have better performance. Yes there are lot of activities on tempdb, my users insert millions of records into temp tables...
November 22, 2010 at 10:27 am
doubt.. if i configure 8 files each with 10GB and once the 1st file get filled does to jump to the second file or does it grow 10% on the...
November 22, 2010 at 8:26 am
yes, i need all columns and empcode is not indexed but many of the columns in the distinct are indexed and i cant change anything, is there any other simple...
November 18, 2010 at 8:12 am
i understand the 1st part, can you please explain the part that deals with NULL ?
November 17, 2010 at 3:36 am
I have updated my comment above.
Also is it possible that there is a NULL when you select distinct values of a columun which allows NULL ?
November 17, 2010 at 3:05 am
does this mean the query will never end in such scenario?
actuallly empid is not a PK but it is pulling from a view (select distinct empid) which allows null ans...
November 17, 2010 at 2:32 am
does anyone here compared these 2 features practically.
November 17, 2010 at 2:20 am
am i doing something worng here.
select distinct name from master.sys.databases s
inner join empdb.dbo.ldt a on s.name=a.dbname
where is_read_only = 0
and dbname in(select dbname,ntile(4) over (order by planid) as...
November 12, 2010 at 12:27 pm
Viewing 15 posts - 151 through 165 (of 609 total)