Viewing 15 posts - 211 through 225 (of 429 total)
patla4u (8/29/2011)
I am working with 20 tables with Inserting and Deleting database .....
Size almost 25-30 GB.
Now I have check size of database ...so It's go to 30...
August 30, 2011 at 1:06 am
kramaswamy (8/29/2011)
August 29, 2011 at 1:34 pm
Hi,
Thanks for your kind attention.I am not a developer so sorry for asking stupid questions.
My query is a follows:
SELECT 11, tmp.AdjustedArrivalDate, sbp.info_Date, datediff(hh, tmp.AdjustedArrivalDate, sbp.info_Date) 'ActualTAT', 32,
case
when dateadd(hh, 32,...
August 29, 2011 at 1:10 pm
GilaMonster (8/26/2011)
In a read-only database, no locks will be taken ever. SQL doesn't need to, it knows nothing can ever change data (it's defined read-only)
sorry. By read only, I mean...
August 26, 2011 at 6:12 am
LutzM (8/25/2011)
chandan_jha18 (8/25/2011)
sorry for not understanding your idea.I apologize. So do you suggest that i should take the select statement with like operator out of the where clause, write it...
August 25, 2011 at 7:59 am
LutzM (8/25/2011)
chandan_jha18 (8/25/2011)
you are right about a table variable holding many rows. I will try to switch that into a temp table with some index on it.
I agree that like...
August 25, 2011 at 6:54 am
GilaMonster (8/25/2011)
chandan_jha18 (8/25/2011)
August 25, 2011 at 6:30 am
I am waiting for the monster to come and give her advice. I will combine all everything coming from all 3 of you and try doing something good for me....
August 25, 2011 at 6:24 am
LutzM (8/25/2011)
1) it looks like a catch-all query to cover partial results from a LEFT OUTER JOIN and an INNER JOIN. I would...
August 25, 2011 at 6:22 am
Dave Ballantyne (8/25/2011)
Hi ,you should find this post interesting
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
Thanks. This page is bookmarked in my browser and will read it again today. For smaller experieced DBA like me who started...
August 25, 2011 at 6:15 am
GilaMonster (8/25/2011)
Can you post the query please
I am posting the part of the query which is causing the issue. Sorry but this is too big to read.
If you go through...
August 25, 2011 at 5:43 am
GilaMonster (8/25/2011)
Please post table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
you might have seen a similar execution plan 2-3 days back. But I request you to drill down...
August 25, 2011 at 5:28 am
GilaMonster (8/25/2011)
An index scan won't have a seek predicates property, only index seeks can have seek predicates.
Seek predicates are what the seek looks for in the...
August 25, 2011 at 5:04 am
TST1 (8/25/2011)
I have this strange login problem where I'm getting login failed even though the service account that the job runs under has sysadmin permission! The schema was created...
August 25, 2011 at 4:53 am
Use the DTS exec utility to execute the package and see what errors it gives. you can also take help of output log files as well as profiler on the...
August 25, 2011 at 2:37 am
Viewing 15 posts - 211 through 225 (of 429 total)