Viewing 15 posts - 19,036 through 19,050 (of 19,564 total)
pbyrum (11/24/2009)
Current version of Backup Exec on the server is 12 rev 1364?
Do you know what version Backup Exec is in the SP3? I can run updates for Symantec...
November 24, 2009 at 11:40 am
I would also suggest reading the Articles posted here at SSC. Some articles are geared toward training, while others may be more in-depth. Pick a topic, read an...
November 24, 2009 at 11:34 am
Here is a blog a podcast that should get you on your way.
http://www.brentozar.com/archive/2006/12/dba-101-using-perfmon-for-sql-performance-tuning/
November 24, 2009 at 11:27 am
GilaMonster (11/24/2009)
jmartinez-847815 (11/24/2009)
Another item to note is when I run the query analyzer with the 2848 data it suggests I delete ALL indexes within these three tables.
I assume...
November 24, 2009 at 11:20 am
It could very well be a large project. However, it could prove very useful. If it could ensure accurate testing, reduce development time due to an environment more...
November 24, 2009 at 10:40 am
Lowell (11/24/2009)
I simply...
November 24, 2009 at 10:30 am
What version of BackupExec? Is BE updated to the latest patch?
Those pieces of information are also necessary to try to find a matching resolution for you.
November 24, 2009 at 10:26 am
Thanks for the update. Glad I could be of some help.
November 24, 2009 at 10:06 am
Definitely agree with the others - thanks Bob for taking that initiative.
November 24, 2009 at 10:01 am
http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
The site has a script and a discussion about it.
November 23, 2009 at 4:50 pm
I setup some tables with test data based on your query
minor change
, ROW_NUMBER() OVER (Partition by e.emp_code ORDER BY SUM(are2.balance) DESC ) AS [Rank]
This might be a little closer to...
November 23, 2009 at 3:42 pm
Bob,
Why not make it 3? I can review it too if you want a 3rd set of eyes.
November 23, 2009 at 3:39 pm
You should be able to manipulate the query to be able to get your desired results.
The idea of the CTE is to make the code more readable and less complex....
November 23, 2009 at 12:04 pm
Viewing 15 posts - 19,036 through 19,050 (of 19,564 total)