Viewing 9 posts - 1 through 9 (of 9 total)
Late reply to an old post but Talend is worth a look. Its free (Open Source) it runs in Java can talk to any JDBC source and a whole load...
December 20, 2013 at 9:41 am
When you run the stored proc in SQL Server Management Studio with menu option
Query -> Include Actual Execution Plan
Does the plan show a recommended index to add?
What parts of the...
September 23, 2013 at 7:49 am
I know this thread is old (very old but it may help someone else)
But with a high log flush I would look at the autogrowth settings. SQL 2008...
November 19, 2012 at 4:33 am
You see
Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
When you apply a service pack
May 24, 2012 at 1:59 am
Hi,
Have a look at
http://support.microsoft.com/kb/216399
I've used Java awell in the past to convert from EBCDIC to ASCII. You can also get JDBC drivers for the AS400 and push to SQL...
January 17, 2011 at 3:01 am
The Activity Monitor In SQL 2008 will show you the most expensive queries.
Cheers
September 29, 2010 at 6:43 am
No normal master database entries are added to aid recovery but when I run
backup database thedatabase to disk='c:\thedatabase.bak' with copy_only
I still get a up to date last backup date in...
August 10, 2010 at 7:05 am
Are you calulating fields in your CLR stored procedure? If all you are doing is calling stored procedures from a stored procedure then TSQL should be enough if you configure...
June 14, 2010 at 6:52 am
Hi ,
I have not heard of the term
SQL Farm
I think they are talking about clustering. Not Active Passive but Active Active with more than two nodes requiring SQL 2005...
May 19, 2010 at 6:35 am
Viewing 9 posts - 1 through 9 (of 9 total)