Viewing 15 posts - 15,751 through 15,765 (of 39,901 total)
I never restart instances unless there are patches and I need to. The log has nothing to do with restarts, as mentioned.
Read Gail's link and manage your transaction log.
June 24, 2011 at 10:17 am
You are correct. You gain nothing preserving it on SQL Server. Now depending on server memory, load, and the data set, it's likely in memory on SQL Server so it's...
June 23, 2011 at 5:38 pm
wait, wait, wait.
I think you're confused about what is happening. When you start (before page 1), you have:
SQL Server: dataset needed for user 1 + other data
Web server: no data
Client:...
June 23, 2011 at 3:53 pm
Did you grant "log on as a service" to the account?
I might set up a new domain account (base user, no rights), then use Config Manager to assign this to...
June 23, 2011 at 3:09 pm
Saw three movies in the last two weeks, a record for me since I think I've only seen 3 or 4 the whole year before that.
- Hangover 2, ehhh, OK
-...
June 23, 2011 at 2:53 pm
Can you let us know what it is? just in case someone else hits this thread.
June 23, 2011 at 2:39 pm
David.Poole (6/23/2011)
June 23, 2011 at 1:31 pm
You backup the tail of the log if you are having issues with your database and are about to restore. It's a normal log backup.
This should help: http://msdn.microsoft.com/en-us/library/ms179314.aspx
June 23, 2011 at 1:21 pm
Monitoring solely off an iPad, Xoom, etc isn't the use case. It's an additional way to monitor, which can be handy if you aren't near a desktop/laptop.
June 23, 2011 at 1:16 pm
Hoping Comicon comes to Denver sometime.
June 23, 2011 at 1:11 pm
Probably. I'm not sure it hurts to be there, but I can understand it being annoying.
If you open a case, would like to know how you remove it.
June 23, 2011 at 9:54 am
So can you post all the code? REPLACE by itself doesn't change things. You would have to do this:
update mytable
set col011 = replace( col011, CHAR(10), '')
June 23, 2011 at 9:41 am
are there quotes in the name of the server?
Maybe this?
sp_dropserver '''ServerA; UID=DEVAccount;PWD=DEVPwd'''
June 23, 2011 at 9:40 am
Are you saying this doesn't work?
replace( col011, CHAR(10), '')
June 23, 2011 at 9:31 am
Viewing 15 posts - 15,751 through 15,765 (of 39,901 total)