Viewing 15 posts - 31 through 45 (of 131 total)
I think that these approaches were written with only redgate in mind and not a pure approach.
In a truly secure environment, the only changes to the schema or procedures...
June 28, 2007 at 9:42 am
It was the first thing that I checked.
Great minds think alike....
Eric
April 26, 2007 at 1:17 pm
You may need an account on the 2000 server that is for accvess only.
Then setup the linkserver security to use that account.
April 26, 2007 at 11:58 am
Also if your using the online, go to the options page and replace the file names there.
Dont forget to use the replace option (SQL) or overwrite (GUI) options when...
April 26, 2007 at 11:54 am
What about using SQL Server 3005 Snapshots? That is if your running Enterprise Edition.
April 26, 2007 at 11:52 am
I dont know if this is what your looking for, but worth a try
Registered servers. Create your registrations. When login, you will see a list of registered servers. I registerd...
April 26, 2007 at 11:48 am
Use DBCC shrinkfile with the EMPTYFILE option to migrate all data from the specified filegroup.
This will migrates all data from the specified file to other files in the same...
April 26, 2007 at 11:39 am
No problem.
Create your database on the new server and make sure the compatibility mode is set to 80 ( SQL Server 2000)
Then copy your backup file to the...
April 26, 2007 at 11:32 am
#4 I was refering to the BUILTIN\Administrators login.
Have you tried booting the DomainControler and the SQL box????
Eric
April 19, 2007 at 10:00 pm
try going the manual approach
RESTORE
DATABASE Ten
FROM DISK = 'C:\Backup\Ten_data.bak'
WITH
...
April 19, 2007 at 9:53 pm
Are you running this thru the GUI or with a script.....and if a script..can you post the script that your running to restore the database and log?
April 19, 2007 at 3:37 pm
Ok, several things here to look at...many of which I am sure that you have already done....
April 19, 2007 at 3:31 pm
The one thing no one is talking about here is why the file grew so quickly.
I usually find that when my log file jumps in size, someone is running...
April 19, 2007 at 3:09 pm
I believe your talking about Physical Files as related thru "file groups' to the SQL Server
The primary data file contains the startup information for the database and points to the...
April 19, 2007 at 2:50 pm
What ID is your SQL Server Agent running under?
It should be the same as your SQL Server.
Eric
April 19, 2007 at 11:52 am
Viewing 15 posts - 31 through 45 (of 131 total)