Viewing 10 posts - 1 through 10 (of 10 total)
August 8, 2013 at 8:25 am
Activity Monitor usually tells you what resource it is waiting for. For example another process maybe trying to do massive select or update on the same tables.
August 8, 2013 at 8:24 am
You will need to change the query (yes SQL server and Oracle use different SQL language and execute it differently).
If you just want to delete on of the duplicate errors...
August 8, 2013 at 8:18 am
Hi Andreas,
I think adding new Table to existing publication will trigger snapshot.
What about creating another Replication with just a single table? Then snapshot will contain only that table and it...
August 8, 2013 at 7:49 am
Great free tool (Addin for SQL Server Management Studio 2008 / 2012) is SQL Hunting Dog
August 8, 2013 at 7:37 am
Red Gate tools are usually very good - we have been using Red gate backup and data comparison.
For everyday monitoring you probably needs something like Red Gate Monitoring or Idera...
August 8, 2013 at 7:33 am
Hi,
the basic tools are:
SQL Server Management Studio (SSMS)- for designing and administering SQL Servers
SQL Server Integration Service (SSIS) - probably to generate your datawarehouse
SQL Server Reporting Service (SSRS) - to...
August 8, 2013 at 7:30 am
Hi, for free quick search / smooth navigation Addin for SQL Server Management studio 2008/ 2012 you can look into SQL Hunting Dog.
It is free and very easy to use...
August 8, 2013 at 7:27 am
It will work with SQL2012 Management Studio as well as with 2008 (R2).
Basically it adds a new window with easy navigation - you type a couple of letter and it...
July 30, 2013 at 6:16 am
Hi Guys,
talking about plugins I have developed one - quick search for SSMS 2008 R2.
Let me know your thoughts..
July 29, 2013 at 10:26 pm
Viewing 10 posts - 1 through 10 (of 10 total)