Viewing 15 posts - 13,471 through 13,485 (of 49,552 total)
Zeal-DBA (4/15/2013)
what if i create so many indexes in a database, on each and every table small or large...?
You slow down data modifications, increase the size of the database,...
April 15, 2013 at 11:52 pm
Did you look online for that?
http://msdn.microsoft.com/en-us/library/bb500435%28v=sql.100%29.aspx (SQL 2008)
http://msdn.microsoft.com/en-us/library/bb500435.aspx (SQL 2012)
April 15, 2013 at 11:45 pm
New persopn (4/15/2013)
1) what is the difference between current execution plan and actual execution plan
Depends what you mean by 'current execution plan', as that's not a common term
2) on which...
April 15, 2013 at 11:42 pm
To expand on that, I've seen a database's performance dramatically decrease after an upgrade from a single processor server to an 8-core with lots more memory. The code was riddled...
April 15, 2013 at 11:41 pm
Could simply be that the hardware wasn't the bottleneck in the query performance.
April 15, 2013 at 2:28 pm
IgorMi (4/15/2013)
April 15, 2013 at 2:20 pm
You would be correct, option 2 is prone to bad plans
http://sqlinthewild.co.za/index.php/2009/09/15/multiple-execution-paths/
April 15, 2013 at 1:36 pm
Please note: 7 year old thread
April 15, 2013 at 5:03 am
The windows logs showing a loss of connectivity to the drives certainly indicates some problem with the storage, specifically that the drives went away temporarily. If SQL's system databases were...
April 15, 2013 at 4:32 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic1442104-1550-1.aspx
April 15, 2013 at 3:54 am
Right, that's a good hint.
SQL's system databases are on one of those drives? If so, with connectivity lost to a drive, SQL will fail immediately, no way around that.
Can...
April 15, 2013 at 3:53 am
Windows event logs?
Without some log of something it's going to be near-impossible to even tell what happened, let alone why.
April 15, 2013 at 3:32 am
pankaj2.kumar (4/15/2013)
This query can also be answered without using escapeThe query is shown below:
select * from accounts where accname like '%OLD%'
Except that would also match entries such as 'Jet...
April 15, 2013 at 3:22 am
Viewing 15 posts - 13,471 through 13,485 (of 49,552 total)