Re: SQL Server backup problem

2012-08-21 Thread Rafael Copquin
Thanks for all the replies. It was a holiday here yesterday, so I was not working. I'll try your suggestions Rafael Copquin El 18/08/2012 09:43 a.m., Stephen Russell escribió: > On Fri, Aug 17, 2012 at 12:31 PM, Rafael Copquin > wrote: >> To those of you who are more familiar than me with SQL S

Re: SQL Server backup problem

2012-08-18 Thread Alan Bourke
On Sat, Aug 18, 2012, at 04:55 PM, Paul Hill wrote: > If so 2012 has a 10Gb limit instead of the 4Gb > that 2008 has. The higher 10GB limit was brought in with 2008 R2. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProF

Re: SQL Server backup problem

2012-08-18 Thread Stephen Russell
On Fri, Aug 17, 2012 at 12:31 PM, Rafael Copquin wrote: > To those of you who are more familiar than me with SQL Server. > > I have a client that uses SQL Server Express 2008 version 10.50.2500.0 > in Spanish > > In my computer I have version 10.0.1600.22 in English > > I backed up a database from

Re: SQL Server backup problem

2012-08-18 Thread Ted Roche
On Fri, Aug 17, 2012 at 6:48 PM, Rafael Copquin wrote: > OK, I got that. I could create the database and all its tables, indexes, > etc, etc. > But what about the data? "There are 'advanced options' or some such misleading caption that lets you specify 'structure and data' to be scripted." When

Re: SQL Server backup problem

2012-08-18 Thread Alan Bourke
1. Get yourself on the same version as your client or 2. Export the data from your client to CSV or something and import on yours. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: ht

Re: SQL Server backup problem

2012-08-17 Thread Rafael Copquin
OK, I got that. I could create the database and all its tables, indexes, etc, etc. But what about the data? Rafael Copquin El 17/08/2012 07:29 p.m., Rafael Copquin escribió: > I did that. Now, how do I import the script? > > Rafael Copquin > > > El 17/08/2012 05:41 p.m., Ted Roche escribió: >>

Re: SQL Server backup problem

2012-08-17 Thread Rafael Copquin
I did that. Now, how do I import the script? Rafael Copquin El 17/08/2012 05:41 p.m., Ted Roche escribió: > On Fri, Aug 17, 2012 at 1:31 PM, Rafael Copquin > wrote: >> To those of you who are more familiar than me with SQL Server. >> >> I have a client that uses SQL Server Express 2008 version

Re: SQL Server backup problem

2012-08-17 Thread Rafael Copquin
Good point, thank you! Is there much difference between 2008 and 2012? I just use the SQL Server engine to lodge the tables and stored procedures. Not any fancy stuff Rafael Copquin El 17/08/2012 03:07 p.m., Paul Hill escribió: > Hi Rafael, > > Looks like you have SQL Server 2008 R2 RTM and t

Re: SQL Server backup problem

2012-08-17 Thread Ted Roche
On Fri, Aug 17, 2012 at 1:31 PM, Rafael Copquin wrote: > To those of you who are more familiar than me with SQL Server. > > I have a client that uses SQL Server Express 2008 version 10.50.2500.0 > in Spanish > > In my computer I have version 10.0.1600.22 in English At the client site, you can use

SQL Server backup problem

2012-08-17 Thread Rafael Copquin
To those of you who are more familiar than me with SQL Server. I have a client that uses SQL Server Express 2008 version 10.50.2500.0 in Spanish In my computer I have version 10.0.1600.22 in English I backed up a database from my client's and want to restore it in my version of SQL Server, but