Viewing 15 posts - 4,216 through 4,230 (of 9,253 total)
Russell101 (4/8/2013)
April 10, 2013 at 2:33 am
iamsam.sandeep (4/9/2013)
April 10, 2013 at 2:29 am
is this a workgroup or a domain?
April 10, 2013 at 2:27 am
There needs to be a trust relationship between the domains otherwise just use SQL Server authentication
April 10, 2013 at 2:17 am
dan-572483 (4/9/2013)
By delete the file do you mean something likeALTER DATABASE <dbname> REMOVE FILE <logical file name> ?
Yes, that's how you remove a file in a sql server database.
dan-572483...
April 9, 2013 at 10:20 am
It will be unaffected providing the log doesn't then run out of space afterwards.
April 9, 2013 at 8:18 am
i use a combination of the date last updated and the amount of data modified
April 9, 2013 at 7:26 am
you will never be able to remove the primary data and log files they must always remain.
To remove an unwanted log file use DBCC LOGINFO against the database in question...
April 9, 2013 at 7:18 am
In that case the create file operations on the principal will put the mirror session into suspended mode. Check this link for details of how to fix this scenario.
April 8, 2013 at 4:30 pm
As a default, only administrators will have ACLs to read and write files to the root of a drive. Create a folder and give the database engine sufficient permission, then...
April 8, 2013 at 7:28 am
winmansoft (4/8/2013)
1. For each file to be moved, run the following statement.
ALTER DATABASE model
MODIFY FILE ( NAME = modeldev ,...
April 8, 2013 at 7:20 am
First question is
Do the database file paths match on both servers?
So, for instance if the database files on the Principal are located in
D:\MSSQL_10.50.Prod\MSSQL\Data
Does this path exist on the mirror or...
April 8, 2013 at 4:40 am
muthyala_51 (4/4/2013)
I was not able to follow this statement, can you please elaborate--
The key to remember here is how the clustered instances will be distributed, just because you install a...
April 5, 2013 at 3:54 pm
clare.xia (4/5/2013)
but why it has Access Denied error when I used the new master database to start up SQL server?Thanks
You started the instance in single user minimal config mode?
April 5, 2013 at 3:39 pm
If all the system database files have been wiped out, you cannot start in single user mode as SQL Server expects at least the master database to be present and...
April 4, 2013 at 7:01 am
Viewing 15 posts - 4,216 through 4,230 (of 9,253 total)