Viewing 15 posts - 181 through 195 (of 457 total)
So the job that takes the backup, there is nothing in there that pops the db in single user node, takes the backup, then pops it back into multi_user mode?
If...
December 30, 2009 at 4:49 am
Is it definately single_user not restricted user? I know you can leave a database in restricted mode when preforming a restore but when i try to specify single_user SQL throws...
December 30, 2009 at 4:22 am
Looks to me that your winfas user is infact the database owner, which is why it is aliased to the dbo user.
December 29, 2009 at 5:52 am
Does the job definately not exist? It does not exist in the agent?
Is it possible that the job is there but the schedule is not set correctly?
I guess you can...
December 29, 2009 at 5:39 am
It really depends on the the data type of the column in question.
December 27, 2009 at 9:23 am
I was chatting about clustering with Robert Davies and a few other Microsoft guys over on linkedIN (Also Alan Hirt agrees in his book), who are not happy with the...
December 27, 2009 at 7:23 am
A log backup failure will get logged in the error log... You can query the log to get this info with the following code:
*/
CREATE TABLE #ErrorLog (
LogDate...
December 23, 2009 at 4:57 am
As you said you can also get this information from the server properties in Management Studio.
December 20, 2009 at 2:17 pm
The account that is running the restore will need permissions on the share to access the file.
November 1, 2009 at 3:13 pm
Sounds like homework.
If you actually research/google each question you asked the first search returned on each questions gives an explanation and answers your questions...This should help you learn and then...
October 24, 2009 at 2:39 am
How do we think the Cloud will affect the 'employability' of the DBA?
Do we think it will reduce the amount of DBA jobs available? (as a results of adavantage 'Free...
October 22, 2009 at 3:44 am
PS I'm guessing you will struggle to run the SSIS copy logins ssis package at the time of failover...I'm guessing that the reason for the failover recovery will be...
October 21, 2009 at 3:40 pm
Logins are not logged shipped. They live in the master database.
User are located in the user database and will be logged shipped....Thus creating orphaned users.
so in this case i guess...
October 21, 2009 at 3:36 pm
SP3 has been out for a while...i guess the best answer is 'it depends'
If your test environment needs to replicate your production environment. In most cases a test environment would...
October 21, 2009 at 3:22 pm
You will need to recreate the logins on the secondary log shipped server so the sids of those login match the users in the database.
The users in the database (which...
October 21, 2009 at 12:13 pm
Viewing 15 posts - 181 through 195 (of 457 total)