Viewing 6 posts - 1 through 6 (of 6 total)
Hi there,
One of my coworkers have used them and found them useful.
Couple of sites I can recommend are:
http://www.sqlserver2012tutorial.com
http://www.sqlskills.com/sql-server-training/online-training/
Kashef
September 13, 2013 at 11:27 am
Also you may have a situation where the data is broken by geo-location.
You could create a specific sequence per db per location.
Kash
Senior DBA and Trainer
June 12, 2013 at 12:44 pm
Hi Steve,
Thanks for the updated article.
For me, I have also used this to find the correct version.
SELECT SERVERPROPERTY('productversion')
10.50.1600.1
Kash
Instructor
SQL Server Tutorials
May 21, 2011 at 6:46 am
I would say copy the database to development and test with the following events:
-RPC:Completed
-SP:Completed
This blog discusses the topic well.
http://social.msdn.microsoft.com/Forums/en/sqltools/thread/0c922a7f-f782-4179-a42c-3b7310652463
Also this is mentioned in the sample video from this...
January 22, 2011 at 3:00 pm
I found some more here, however these are on SQL 2008:
http://www.learningsqlserver2008.com/member.htm
The free ones are on Profiler, Installation, Data Compression and Performance Tuning.
November 6, 2009 at 7:20 am
Viewing 6 posts - 1 through 6 (of 6 total)