Viewing 15 posts - 31 through 45 (of 129 total)
Paul, Please try to do it from scrach and make sure you test your SMTP/DB mail option in MSDB DB as well.
After creation of the DBtry to refresh the DB...
June 11, 2008 at 9:33 am
I do Aggree with Deepak, use sp_revlogin SP to transfer logins from one server to other. before Detach and reattach the server.
June 11, 2008 at 9:31 am
I am not sure about " identity Password". I am prety much sure that if you wanted to change your password in SQL server login use this SP...
sp_password [ [...
June 11, 2008 at 9:28 am
sp_recompile looks for an object in the current database only.
The queries used by stored procedures and triggers are optimized only when they are compiled. As indexes or other changes that...
June 11, 2008 at 9:23 am
Yes you need to run DBCC commands try to delete all orphened user which is no longer with your organization.
Microsoft provided script for transfering logins from 2000 to 2000...
June 11, 2008 at 9:21 am
Grinja, if you want to migrate replicated DB from2000 to 2005 that is very simple. Stop all the agents cerate script of the Replication, Take Backup of the DB and...
June 11, 2008 at 9:18 am
Thanks Paul Randal, I got something new from you.
June 8, 2008 at 8:27 pm
AndyP (6/4/2008)
I do have a cleanup task in my maintenance plan.
It is that task that is removing the files.
The real question is, what date does the cleanup task use...
June 5, 2008 at 7:36 am
Any Database backup file can be restore anywhere in the server. I mean in any server of SQL. but make sure that .bak file is correct. Sometimes it may be...
June 5, 2008 at 7:32 am
There is no option in SQL 2000 but in SQL 2005 you should be check in "Enforce Password policy" and "Enforce Password expiration"This will ask you to change the SA...
June 4, 2008 at 7:35 am
I agree with Cath and Terry. I do the same. Foe more clarification why you can not change the scheduled the Tlog job for every in 2 hours so.
It will...
June 4, 2008 at 7:29 am
Why everyone is giving the same answer? If answer is already posted Please DO NOT GIVE THE SAME ANSWERS.
June 4, 2008 at 7:14 am
dbhelp (6/2/2008)
June 3, 2008 at 2:19 pm
Agree with Deepak, and Take a Tlog will free your space and than Shrink the Log file.
You can use DBCC SHRINKFILE(Logfilename)
June 3, 2008 at 2:15 pm
Viewing 15 posts - 31 through 45 (of 129 total)