Viewing 15 posts - 3,796 through 3,810 (of 4,745 total)
rishgup (3/24/2009)
here is the link http://support.microsoft.com/kb/918992
in the remarks it said
"If server A and server B are in different domains, you have to modify the output script....
---------------------------------------------------------------------
March 24, 2009 at 8:06 am
mine would also work in both 2000 and 2005 if you replaced the master.sys.sysdatabases with master..sysdatabases
its the reference to the sys schema and the column recovery_model_desc that are 2005 specific
---------------------------------------------------------------------
March 24, 2009 at 6:54 am
Cobra,
what do you mean by this?
Okie Dokie!! I'll see if I can release space by deleting some temp data.
deleting data in the database itself wont wrap round the log file,...
---------------------------------------------------------------------
March 24, 2009 at 3:35 am
it would be possible once the mirror database had been bought online.
---------------------------------------------------------------------
March 23, 2009 at 4:39 pm
noeld (3/23/2009)
I don't think is possible to run that sp on standby mode.
which SP?
---------------------------------------------------------------------
March 23, 2009 at 3:46 pm
To avoid having to use sp_change_users_login transfer the logins to server 'S' using MS supplied proc sp_help_revlogin. google that you will find it easy or go straight to technet.
---------------------------------------------------------------------
March 23, 2009 at 2:26 pm
or
select name, DatabasePropertyEx(name,'Recovery') as model
from master.sys.sysdatabases
where dbid > 4
order by 2
this is fun. Next.
---------------------------------------------------------------------
March 23, 2009 at 2:16 pm
I cannot remember if there was an option to shrink files via EM in SQL 7 as I always did it via QA. If there is is I would think...
---------------------------------------------------------------------
March 23, 2009 at 7:58 am
Mohit, you might have your terminology non-standard. see http://msdn.microsoft.com/en-us/library/ms191456.aspx
Mohit (3/22/2009)
---------------------------------------------------------------------
March 23, 2009 at 4:37 am
tracey - previous post edited (SQLCMD)
---------------------------------------------------------------------
March 21, 2009 at 9:24 am
TRACEY (3/21/2009)
---------------------------------------------------------------------
March 21, 2009 at 7:49 am
yep, its the replacement for rebuildm.exe in SQL2000.
I prefer not to be totally reliant on either of them!
---------------------------------------------------------------------
March 21, 2009 at 7:15 am
look up running setup from the command line in BOL, but basically you are telling the setup program you want to replace the system database files (In the case of...
---------------------------------------------------------------------
March 21, 2009 at 7:07 am
mirroring is at the database level so yes an instance can be principal for some databases and mirror for others. I do a simialar thing but with log shipping.
seems to...
---------------------------------------------------------------------
March 20, 2009 at 1:21 pm
BlackHawk (3/20/2009)
I've been reading BOL and sites on the web but have yet to find answers that make me feel 100% sure that I understand whether or not you...
---------------------------------------------------------------------
March 20, 2009 at 1:11 pm
Viewing 15 posts - 3,796 through 3,810 (of 4,745 total)