Restoring A Db From A Remote Location

Oct 13, 1998

We have one development server and another production server. I am trying to restore a production dat file to the development server. I can get as far as adding the path name of the remote file (e.g. serverd$directoryfilename), but I can`t seem to enable the "Restore Now" button. The file actually displays in the Devices and Files section, but when I click it, nothing happens.

There happens to be another pre-existing device that does respond to my click - the device is added to the "Backup Information" section of the screen, and the Restore Now button is enabled - but that isn`t really the one I want to restore from.

Is there a step I`m missing?

Thanks in advance,

Lisa

View 1 Replies


ADVERTISEMENT

Restoring Master To A Different Location

Aug 20, 2007

I am trying to restore master to a new server but location of data and log files is different in this new server. The previous location was 'D:Program FilesMicrosoft SQL ServerMSSQLdata" the current location is in the C: Drive; when trying to restore using MOVE:

RESTORE DATABASE master FROM DISK ='\PfileserversqlbackupMDFfilesmaster_db_20070 8170121.BAK' WITH RECOVERY ,
MOVE 'master' TO 'C:Program FilesMicrosoft SQL Serverdatamaster.mdf',
MOVE 'mastlog' TO 'C:Program FilesMicrosoft SQL ServerMSSQLdatamastlog.ldf'

I get the following error message:

The system database cannot be moved by RESTORE

Is there a way you can restore master to a different location?

Thanks,

Carlos

View 1 Replies View Related

Restoring Database To A Different Name And Location

Jan 22, 2004

Can someone please tell me what's wrong with my script below? I am trying to restore a database backup to a different database name and location.

RESTORE DATABASE test
FROM 'C:mybackup.bak'
WITH MOVE 'h_data' TO 'C:Program FilesSQL2000MSSQLDataTest_data.mdf'


Thanks

SHK

View 7 Replies View Related

Restoring Tables To Alternate Location

Oct 29, 1998

How do I restore a table to a location other than the table as it exists now?
Did that make sense?

View 1 Replies View Related

Restoring Master Db To New Location: Sysnsobjs Err

Jun 15, 2007

I am attempting to restore a master database backup to a new location
(new_masterdb) and am getting the following error:

System.Data.SqlClient.SqlError: There is already an object named 'sysnsobjs' in the database. (Microsoft.SqlServer.Smo)

There is empty so I am not sure why it is finding this object. How can I get around this?

View 7 Replies View Related

SQL 2012 :: Bulk Insert From Remote Folder Location

Jan 20, 2015

SQL Server 2012 running under a domain Managed Service Account. (Server A)
File located on a Windows 2012 server in a directory which has been shared to user A. (Server B).
User A is a domain account and is using his laptop, (laptop C) which is using SSMS to run a bulk insert command.

User A (Bulk Insert from laptop SSMS Client) --- > SQL Server (server A) --- > File Server (Server B)

The command fails and is returning Access denied to the file/folder share on Server B.

Running the same command on the SQL Server (Server A), the command works fine, so this is a double hop kerberos issue.

If I use a SQL Login from Laptop C, then the command works fine as the SQL Server will use the SQL's Managed service account to connect to the file share, which is set up for delegation and impersonation.

I am struggling to work out why a domain user cannot bulk insert a file from a remote location. I have checked that the user is connected with Kerberos authentication and they are. All articles seem to talk about setting up SPN's for the SQL Server so that SQL Login authentication can work over remote bulk insert, and just say to set up the file share properties properly if using a domain account.

What I am missing to allow domain accounts to bulk insert remotely, from a remote file share?

View 2 Replies View Related

Can't Save And Access Images In External Folder From Remote Location

Jun 9, 2014

I have developed on winodws based application using C# in .NET. I am connecting from my database using internet, means my database kept on remote location. I have to save images in DB because I can't save and access images in external folder from remote location. In this situation my DB is growing very fast. Is there any other alternative to work on this requirement or compress image in any format so that I can reduce DB size.

View 1 Replies View Related

Replication :: Replicate All Data From Remote Locations To Central Location

Aug 29, 2015

there are several remote locations where sql is running, my company has asked me to find a way to collect all the data from the remote locations to a central location automatically,for example day to day data should be synced at night time from 2am to 7 am and it should be compressed automatically before data transfers to the central location. NOTE there is no domain only standalone workstations

View 3 Replies View Related

FAQ: Are There Any Whitepapers About Building A Disaster Recovery Site At A Remote Location For SQL Server 2000

Sep 9, 2006

Hi,

Sorry for the wide distribution.

I'm trying to find any useful whitepapers about how to effectively build and operate a disaster recovery site at a remote location for SQL Server 2000. Does anyone know where to find such information?

I also know that one good option for my customer is using the Mirroring feature of SQL Server 2005. What are the other options? Is Replication an effective one for a mission-critical database (online banking)?

Thanks in advance

View 3 Replies View Related

Restoring From Local BAK Onto Remote Server

Apr 27, 2006

Hi all, I have moved hosting companies and am trying to get my website and MSSQL database sorted on the new server. I am using an enterprise type tool and can connect to the database the new hosting company has created on their SQL server with no problem. I now want to upload the data I had in the database previously. All I have to do this from is .BAK and .TRN files on my local hard drive. Using the restore option from the menu, I tried to select the .BAK file I have saved to restore from it, and got the following error:

"EXECUTE permission denied on object 'xp_availablemedia', database 'master', owner 'dbo'."

I also tried the advice given in this post as the problem seems similar and follows the same pattern: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=40841

but there are loads of users listed for sp_who - it seems to be the users for all the databases on the host's server so I didn't follow the next step to disconnect them!

Any advice as to what I need to do would be much appreciated.

Cheers

Lisa

View 2 Replies View Related

SQL Server 2008 :: Restoring A Database / Server Using A Remote Server As The Service Call?

Jan 4, 2013

if you can restore a database to Server B using Server A as the service. Meaning we would issue the command on Server A but somehow point to Server B as where we want the restore to happen.

The backup file would be in a location independent of both servers.

View 4 Replies View Related

Restoring Database Leaves Me With (Restoring...) Message

Jan 9, 2007

I did a full backup of a db from one server(Express2005) and trying to restore it to a different instance of SQL2005 on the same development machine. (Also had some fulltext columns if that means anything)

Many failures but finally got it to report all was successful except the icon in Object Explorer shows (Restoring...) with no indication of any real activity going on. It's a tiny database with hardly any data in it.

Just not sure what the heck is going on there. It also won't let me into the database until this the (Restoring...) goes away.



Any advice on how to get this thing finished out?

View 3 Replies View Related

Remote Access Server Configuration Option And Remote Query Timeout?

Jun 2, 2015

- When I disable "allow remote connections to this server" from server properties>connection page, I can still remotely connect to the server from SSMS...so what is the impact of enable/disabling it?

- what is the impact of changing the remote query timeout (on the same page) from default value?

View 4 Replies View Related

Remote Connections Enabled, But I Still Get Error That Remote Is Not Configured - Sql 2005

Aug 23, 2006

Fellow Devs,
I have an instance of SQL Server Express 2005 running on another box and I have Remote Connections enabled over both TCP/IP and Named Pipes, but on my other box I keep getting the error that the server does not accept Remote Connections.
Any ideas why this might be happening? Is there some other configuration?
 
 

View 25 Replies View Related

SQL Remote Connection Not Being Seen, Though Remote Connections Allowed

Oct 11, 2007

HiI'm going insane.I have a club starter kit on my local server which is working fine.I have migrated the database to my remote host and seems to have transfered ok.For a brief period I was able to connect to the database remotely, but now I cannot I get the following, even though SQL Server Surface Area Config is set to accept remote connections.An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)This is my connection string;<add name="ClubSiteDB" connectionString="Data Source=xx.xxx.xx.xx,xxxx; Network Library=DBMSSOCN; Initial Catalog=tets; User ID=sqladminbob;Password=sqlbob4398;" providerName="System.Data.SqlClient="/>I hav also tried to use  aspnet_regsql.exe to add the remote provider but I get the same message. Thanks 

View 3 Replies View Related

Error 15185: There Is No Remote User 'sa' Mapped To Local User '(null)' From The Remote Server 'DTS_FSERVER'.

Nov 10, 2006

I am trying to add a linked server from a AMD x64 server (Windows 2003) with SQL Server 2005 64 bit to a Server running SQL 2000. These are not in the same domain.

I can create a linked server using the option "Be made using the login's current security context" but can not when trying to specify the security context, i.e. sa and the sa password. When I try I get the following message:

Msg 15185, Level 16, State 1, Procedure sp_addlinkedsrvlogin, Line 98
There is no remote user 'sa' mapped to local user '(null)' from the remote server 'DTS_FSERVER'.

I have several other x64 server that I have no problem creating a linked server and specifying sa and the sa password.

The problem with using "the login's current security context" option is that I get an error when trying to run any Jobs against the linked server. The job fails withe the following error:

Executed as user: NT AUTHORITYSYSTEM. Access to the remote server is denied because no login-mapping exists. [SQLSTATE 42000] (Error 7416). The step failed.

I'm sure the two errors are related. Any ideas what is going on?

View 7 Replies View Related

Sql BackUp Location

Oct 19, 2006

 It is very intersting to find out that when we are backuping a database we are not able to specify a shared folder .Why?Is it because security concern or it is idenfied as bug or is there any work around.Only thing we are able to specify is that it points to the local drive of the particular server. Help would be more appericated. 

View 7 Replies View Related

Location Of .MDF And .LDF Files

Mar 27, 2007

Does anyone know where a good article pertaining to where you should locate your Data and Log files (in SQL Server 2005)?
I read an article several years ago stating that Log files should be on a seperate RAID 1 and Data on a seperate RAID 5.
Anyway, any help is appreciated.

View 1 Replies View Related

Error Location?

Apr 10, 2007

I am getting this error when i run my aspx project..Server Error in '/' Application.

Incorrect syntax near '.'.



Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Incorrect syntax near '.'.

Source Error:





An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.







Stack Trace:




[SqlException (0x80131904): Incorrect syntax near '.'.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857354 System.Data.SqlClient.Sql is there anyway that i can get the line number ,file or any other information regarding location off error.. i got abt 3 aspx files..so i dont really know where to look for the error..  

View 2 Replies View Related

Data Location

Jun 16, 2008

Hi Guys,
 
I'm actually a beginner in SQL Server and I got use to a database called "Cache" where the Data itself is stored separately from the tables (Table definition), and I'm wondering if its the same in SQL Server where the Data is stored in a deferent location then the Table definition, and if so, where it could be stored?
 
Thanks.
 

View 3 Replies View Related

Install Location

Feb 20, 2001

Can someone tell me what the default installation location
is for SQL 2000? Is it different for the default instance
compared to a named instance? What about the tools? It
seems to me I read something about the tools defaulting
to the program filesmicrosoft SQL Server directory.

I guess I'm more concerned about each instance and the
location of those files. I don't necessarily like the
idea of each instance installing to the program files
directory, if that's the default.

Can anyone help me out?

Thanks
Toni

View 1 Replies View Related

Location Of &#39;tempdb&#39;

Jul 14, 2000

Hello,

Can anyone tell me how to change the location of 'tempdb.mdf'

It locates in C drive but I want to move to D drive because D has much more space than C in my computer.

Thanks,

Mike

View 1 Replies View Related

Default Db Location

Feb 17, 2000

Hi,

currently, the default location for new db is c:msqldbdata and I want to change it to another location.
anyone know how?

Thanks.

View 1 Replies View Related

Tempdb Location

Jul 24, 2007

We have three separate disks for our sql server.
Disk c : system
Disk d : data
Disk e : logs

A couple of months ago our IT manager moved the tempdb database from the c drive to the d and e drives because it had grown to 9Gb and the c drive had run out of space. When I discovered this, I shrank tempdb back to it's specified size of 1.9Gb and now I want to move it back to the c drive because I believe we will see better performance with the system + tempdb together than with the data/logs + tempdb together. Am I correct?

A couple of notes. Server is used exclusively by SQL server. We have three large databases (40Gb, 20Gb, 15Gb), three databases around 4Gb databases and around 15 smaller databases. Most of them are accessed exclusively from a web application.

View 5 Replies View Related

Log File Location

Jun 3, 2008

Easy question, I hope We are setting up an active active sql cluster. The management have done everything the wrong way around and purchased the hardware already.

We are planning on having 2 databases 1 in each instance. We will place the transaction log files for each database on their own cluster "physical disk" resource. We only have 4 disks availalbe for the transaction log files. To make things a little more complicated I have been given no information on the expected transaction use other than they should be no larger than 50GB

Here are my options

1. 2 Mirrored raid arrays one for each sql instance
2. 1 Raid 10 array with 2 logical drives (so the transaction logs are sharing the same disk spindles)

What would you do? seperate the disk spindles or share them and go for fast disk performace.

Thanks in advanced

View 1 Replies View Related

Searching From And To Location

Nov 7, 2007

Hi all,

I hope someone can give me some tips on how to implement a nice solution.

I need a table to store distances between 2 locations.

First thought was to make a table like this
- id
- fromid
- toid
- distance

However distances can be used in both directions.
So a search to get distance between xx and yy would be: select distance where (fromid = xx and toid = yy) or (fromid=yy and toid=xx)

A unique index (fromid, toid) would make sure no double entries are made, but this still doesn't deny anyone from changing from and to and entering a distance in the other direction (from yy to xx)

Any suggestions for a cleaner db design ?
Ideally one where searches don't need the or, or where the db design can restrict people from entering a distance in the other direction ?
I could force something in business logic to sort locations alphabetically but that also seems like a dirty trick..

Aeneas.

View 4 Replies View Related

Backup Location

Jul 30, 2005

Hi again,I am able to schedule a backup and default it to the server. However, isthere an option or a way to locate the backup somewhere else on the network?regards,gilbert

View 2 Replies View Related

Location Of Dbases.

Jul 1, 2006

Hi!



When I'm looking at the properties of my dbases I see there are at c:program filesms sql server etc..



But I want to put ALL my current and future databases to E:.



Can somebody tell me how to achieve that?

View 2 Replies View Related

System DB's Location

Oct 2, 2007

I have an installation of SQL2005 SP1 configured as follows:

Dell Poweredge 2650 with 4 GB RAM
c:, d: and e: are all on the local host and f: and g: drives are on a SAN. I have the system db's on the e: local disk and the Team Foundation Server databases and logfiles on the SAN disks. SQL2005 is installed to the E: disk.

We are migrating VSS to TFS and our times are very long for a simple 1 GB migration.

I need to know if I need the application databases and logfiles and system databases on the same disk because I see a lot of disk thrash and the tempdb is getting large, 3 GB today.

SQL architecture - should the system db's be on the same disk as the application db's?

Thanks

View 1 Replies View Related

SQL CE Installation Location

Jul 17, 2006

Hi,

When the battery dies the SQL Ce installation vanishes. Especially the following dlls which were copied into the Windows directory during installation are getting vanished when the battery dies.

sqlCese30.dll
sqlCepqp30.dll
sqlcemme30.dll
sqlceer30EN.dll

I guess this is because of the fact that RAM content vanishes when the power goes off.

Is there a way i could install the SQL CE in the Storage Card?

I can install the Compact Framework in the Storage Card but not the SQL CE.


I have installed the CF, My application in the Storage Card. Just because of this SQL CE does not allow me to choose the installation directory, i have to install the SQL CE everytime the battery dies out.

View 4 Replies View Related

Snapshot Location

Apr 10, 2007

Can anyone tell me where the data for a snapshot is kept at?

R

View 1 Replies View Related

Server Location II

Mar 12, 2007



Can SQL Server be installed onto a file server...if so, how?

View 8 Replies View Related

Db Location Of Sql Express.

May 10, 2007

How do you know what exactly to use as the database name?



In school the prof says he is not exactly a database programmer but gave us some code he had from an old one. That code worked fine if you want to actually connect to the database at school but I want to send everything right through sqlexpress on my own machine so I can work on the programs at home.



The following is the code to connect to the school database, how would I change it to connect through sqlexpress instead?








Code Snippet

using System;

using System.Data;

using System.Data.SqlClient;

using System.Drawing;

using System.Collections;

using System.ComponentModel;

using System.Windows.Forms;



namespace Database

{

/// <summary>

/// Summary description for Class1.

/// </summary>

public class Class1

{

SqlConnection connection;

public Class1()

{

}//closes constructor

public void connect(string computerID)

{

connection = new SqlConnection("Data Source = " + computerID +

"; Initial Catalog = test; Integrated Security = SSPI");

try

{

if(connection.State == ConnectionState.Closed)

connection.Open();

}//closes try

catch(Exception ex)

{

MessageBox.Show("connection no" + ex.Message.ToString());

}//closes catch

}//closes connection method

public void Write(string Name, string ID, string Grade, string Average)

{

string add = "INSERT INTO Example VALUES('" + Name + "', '" +

ID + "', '" + Grade + "', '" + Average + "');";

try

{

connect("DNV-WS-RM336INS");

SqlCommand command = new SqlCommand(add, connection);

command.ExecuteNonQuery();

}//closes try

catch(Exception ex)

{

MessageBox.Show(ex.Message.ToString());

}//closes catch

this.connection.Close();

}//closes write mehtod

public string Read()

{

string Info = "";

SqlCommand command = new SqlCommand("select * from Example;", connection);

SqlDataReader reader = command.ExecuteReader();

try

{

while(reader.Read())

Info += reader.GetString(1).ToString() + " " +

reader.GetString(2).ToString() + " " +

reader.GetString(3).ToString() + " " +

reader.GetString(4).ToString() + "";

}//closes try

catch(Exception ex)

{

MessageBox.Show("read Method " + ex);

//Console.WriteLine("Error retrieving data.");

}//closes catch

reader.Close();

return Info;

}//closes read method

}//closes class

}//closes namespace



What I tried was replacing the dialog for the school database with just the text sqlexpress but that certainly didn't work.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved