How can we help you today? How can we help you today?
ehuna

Activity overview

Latest activity by ehuna

Nick, I understand you need to prioritize features depending on the popularity of the platform or device your code is targeting. That's one of the reasons so many developers are writing iPhone apps. But if you had to bet on a platform related to SQL Server, I think SQL Azure is a safe bet. Microsoft has invested over 2 billion dollars already on Azure and it's creating 5 data centers in the US that are over 500,000 square feet each. There's a similar data center being built in Dublin, Ireland as well. Only the SQL Azure CTP is available and hundreds of thousands of invitation tokens have been sent. Check out the SQL Azure CTP forums and you'll see dozens of threads each day - and the CTP was released less than a week ago! As mbaladi mentioned - SQL Azure works on port 1433 - it's TDS! That should minimize your efforts to make a version of SQL Compare that works with SQL Azure. Check out for example my two blog posts on scripts for SQL Azure: Cleaning up scripts for SQL Azure http://blog.ehuna.org/2009/08/cleaning_up_scripts_for_sql_az.html and Windows PowerShell commands to clean up scripts for SQL Azure http://blog.ehuna.org/2009/08/windows_powershell_commands_to.html I also opened a thread on the SQL Azure forums to share cleaning tips with other developers: http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/thread/2e72f8a8-7e25-4149-98e6-2fd6c1506159 I spent 20 minutes and created the above PowerShell scripts that handle 90$% of my issues when cleaning up the generated scripts from SSMS for SQL Azure. I'm sure it wouldn't take you that long to come up with an integrated solution in SQL Compare. Of course I can't make you fix SQL Compare so it works with SQL Azure - but even today you would make a lot of money from folks upgrading their old versions of SQL Compare to streamline their SQL Azure development. Seems line a no brainer to me. / comments
Nick, I understand you need to prioritize features depending on the popularity of the platform or device your code is targeting. That's one of the reasons so many developers are writing iPhone app...
0 votes
Support for SQL Azure?
The SQL Azure CTP has been released; I received an invitation token and I've been following the labs in the training kit and playing with it. Right now, there's a lot of manual steps to clean up SQ...
9 followers 14 comments 0 votes
Setting up Log Shipping - stuck on "Restore database"
I am setting up Log Shipping using the SQL Backup UI (not the command line or extended stored procs directly). When I get to the "Performing tasks" step, the first step works, but it now seems stuc...
2 followers 3 comments 0 votes
I meant the log backup is configured by SQL backup. And therefore since the NO TRUNCATE option is not used, the space is recovered automatically (by SQL Server itself indeed). / comments
I meant the log backup is configured by SQL backup. And therefore since the NO TRUNCATE option is not used, the space is recovered automatically (by SQL Server itself indeed).
0 votes
Thanks Peter, that's excellent info. I will attempt not to shrink the LDF files and see how that goes. Since the space is recovered after every log backup (configured through SQL Backup) we should be ok. / comments
Thanks Peter, that's excellent info. I will attempt not to shrink the LDF files and see how that goes. Since the space is recovered after every log backup (configured through SQL Backup) we shoul...
0 votes
Truncating the logs?
I have a question on whether I should attempt to truncate the SQL logs if I'm using SQL Backup both for full backups and log shipping. Here's our current setup: 1) Full backup at 2:00 AM. 2) Hourly...
2 followers 6 comments 0 votes