SubSonic support for SQL Server 2008 R2 - subsonic

Does SubSonic support SQL Server 2008 R2?
Regards
Sundar

I can't answer for SubSonic 3.x, but can tell you that 2.x will support both SQL Server 2008 and 2008 R2 providing that your database doesn't use any of the new 2008 data types (date, time, etc)

Yes. I'm using SubSonic 3.0 with ActiveRecord T4 templates right now, and they are awesome.

I'm almost positive that it does. Also see here: SubSonic with MS SQL 2008?

Related

Rename excel sheets with SQL Server Report Builder 2008 2.0

I know you can name excel sheets with Report Builder 2008 2.0 R2 but I was wondering there was a way to do it in Report Builder 2008 2.0? Any work arounds?
To my knowledge this isn't possible; that feature was introduced in R2 specifically in response to user requests.

Where can I get sqlcmd.exe for Windows Server 2008 R2 Standard?

I am looking to install this on a 64 bit system in order to test SQL queries against an ODBC source. The current links are Microsoft are too new. Does anyone know where I can download it from?
SQLCMD should come with Management Studio http://www.microsoft.com/en-us/download/details.aspx?id=7593 However there's no reason why you couldn't use a newer version of SQLCMD to connect to an older database.
For SQL Server 2008 R2, you want to download the files from what is called the Microsoft® SQL Server® 2008 R2 Feature Pack. https://www.microsoft.com/en-us/download/details.aspx?id=16978
From there, you are going to need 2 programs
"Microsoft® SQL Server® 2008 R2 Native Client" X64 Package (sqlncli.msi) and "Microsoft® SQL Server® 2008 R2 Command Line Utilities" X64 Package (SqlCmdLnUtils.msi) in either 32 bit or 64 bit form depending on where you are installing it. Most servers are 64 bit so if doubt, choose that version first.
Install the native client first and command line utilities second.

Restore a MOSS 2007 farm on a new server

I'm currently trying to move a single-server farm to an other server.
The old server is a windows 2003 32-bit with sql server 2005.
The new one is a windows 2008 32-bit with sql server 2008 r2 (32 bit).
Both MOSS 2007 have the same versions.
What I'm trying to do is to use a farm backup from the old server to restore it on the new one by using the restore tool on the central administration or by using the stsadm command, but it seems that it is not the best solution as the restore will fail.
In fact, what should I do on the new server ? Does it needs to exactly look like the old one ? Do I have to recreate all the web applications for instance ?
Is there any tutorial out there that could guide me step-by-step ?
Thank you for your help.
Check technet>
Back up and restore an entire farm (Office SharePoint Server 2007): http://technet.microsoft.com/en-us/library/cc262412(v=office.12).aspx

Windows Azure Sql Database Management Portal Error

I ve done some research and i can't seem to find anything similar to this.
I have an SQL Database from Windows Azure with several tables. I can log in just fine and view all the table data of all tables, except from a specific table.
When I click on the "Data" section of that specific table, my screen just goes completely blank and then I can't do nothing about it, apart from starting over. Any thoughts on this ?
(I have the latest version of Silverlight installed and I ve tried with Chrome,Firefox and Opera)
Thanks
You can use SQL Server Management Studio (SSMS) 2008 R2 for browse or what ever the task you have to do with SQL azure database as a alternative for your way of method.
Using SQL Server Management Studio 2008 R2 to Manage SQL Azure sample screen is as below.
For more information check this out Getting Started with SQL Azure Development
UPDATE
If you're going to use express edition, then you have to use SQL 2012 express with Win 8.
Check this out SQL Express Edition 2012
I hope this will help to you.

Where is path for database stored in vs2012?

I have SQL server 2008 R2 as well as SQL 2012 installed on my machine. I want VS 2012 to use SQL server 2008 R2 but for some reason its using SQL server 2012. Is there any setting inside VS2012 that i can use to specify the database i want to use?
Try a connection string in a config file.

Resources