Viewing 15 posts - 16 through 30 (of 139 total)
LOGIN login_name
Specifies the SQL Server login for which the database user is being created. login_name must be a valid login in the server. When this SQL Server login enters the...
March 5, 2010 at 1:59 am
Thamizh (3/4/2010)
presently what happen is that took long time on its first execution after that its running normally.But once its modified again running long on its first execution....Any idea...?
The time...
March 4, 2010 at 11:16 pm
kkapferer (3/4/2010)
Thanks for your response. This is a non-critical production system, so I will be able to recycle the instance in the off hours today. I'll also look...
March 4, 2010 at 8:20 am
vbprogrammer1986 (3/4/2010)
March 4, 2010 at 4:59 am
to restore the diff backup you should restore full backup first.
but in your case if you've already installed day 1 full backup and then
restored day 2 diff backup on...
March 4, 2010 at 3:20 am
You can use the undocumented procedure described here:
March 4, 2010 at 2:55 am
gmamata7 (3/3/2010)
We have sql server 2005 enterprise edition with SP3 and all the storage is from SAN and all drives are RAID 10. We are getting high disk queue length...
March 4, 2010 at 2:38 am
Never got such exposure but try google 😉 you can find the step by step too
like this one:http://msmvps.com/blogs/shane/archive/2009/04/29/install-guide-sp2-for-sharepoint-wss-v3-and-moss-2007.aspx
ALL D BEST
March 4, 2010 at 2:34 am
crainlee2 (3/3/2010)
I'm logged on as "sa".
Now, I can't access the database. Can anyone give me any...
March 4, 2010 at 2:20 am
create a login on one server and use sp_help_revlogin to script the login and use the output of the sp to recreate it on another server
visit this link for more...
March 4, 2010 at 12:51 am
If the server is not business critical restart the SQL service and it will recycle the error log.
is there any anti-virus running on the server, if so, make exceptions for...
March 4, 2010 at 12:47 am
Hi Bhuvnesh,
that worked like anything.
which method are you using to script out the login?
theres one catch to this, scripting the login and recreating the login on another server will only...
March 4, 2010 at 12:34 am
Bhuvnesh (3/4/2010)
March 4, 2010 at 12:16 am
Bhuvnesh (3/4/2010)
Refresh means resetting the password with same characters.
No, you don't have to reset the password, the moment you script out the login, it captures the password along with login.
--...
March 4, 2010 at 12:09 am
sqlquery-101401 (3/3/2010)
March 3, 2010 at 11:55 pm
Viewing 15 posts - 16 through 30 (of 139 total)