Viewing 15 posts - 3,361 through 3,375 (of 7,503 total)
What Windows version and edition are you on ?
(x86 / x64 / ia64)
October 28, 2009 at 8:42 am
repent_kog_is_near (10/27/2009)
so if I reset the errorlog, then I should be able to see the setting/option for LPIM in the erorrlog right after...
October 28, 2009 at 1:31 am
I know it is on x64, I haven't enabled it on 32bit.
October 27, 2009 at 10:24 am
This info is written at sqlserver startup time.
To prevent ending up with xMB of errorlog file size, many choose to recycle the errorlog file using the commands I posted.
If the...
October 26, 2009 at 11:40 am
http://technet.microsoft.com/en-us/library/ms190730%28SQL.90%29.aspx
states:
The Windows policy Lock Pages in Memory option is disabled by default. This privilege must be enabled to configure Address Windowing Extensions (AWE). This policy determines which accounts can use...
October 26, 2009 at 10:29 am
You will not find this info is the errorlog has been rolled over.
e.g. using "EXEC sp_cycle_errorlog" or "DBCC errorlog"
You should find it after a fresh start of the sqlserver instance.
Else...
October 26, 2009 at 9:04 am
"Introduction
As a part of ensuring that they've created a secure environment Windows administrators often need to know what kind of accesses specific users or groups have to resources including files,...
October 26, 2009 at 8:53 am
Indianrock (10/26/2009)
October 26, 2009 at 8:48 am
Jay_dba (10/26/2009)
Thank you ALZDBA, Jeff .ALZDBA,
I am getting an error on @x.nodes('/i') x(i) . can you please check.
Jeff,
Thanks for the article. its too good.
But my problem still exists
Aaarchh ......
October 26, 2009 at 2:15 am
Jeff Moden (10/25/2009)
Oh... be careful, Johan... XML splits are relatively slow compared to many other methods.
Indeed, I copy/pasted the wrong example code out of one of my test...
October 26, 2009 at 2:03 am
ravikanth. (10/25/2009)
we can do it through services....is it not preferable?
It is not perferable !
Using EM it does take care of all needed authorization.
So .... EM is the easy way.
October 26, 2009 at 1:58 am
check SSC for a split (table valued) function .
e.g.
/*
* Split a delimited string using a table valued function with XML
*/
-- table-valued function
CREATE ...
October 25, 2009 at 2:34 pm
keep in mind it is best to change the service account using Enterprise manager. (it also takes care of the needed authorization for the new service account)
October 25, 2009 at 2:29 pm
I think you even have 60 days to switch to another server with the same license.
e.g. hardware switch or DRP
October 24, 2009 at 4:29 am
The primary question was "... will the system block if I drop the synonym and recreate it to point to the new object with ongoing operations ..."
And off course the...
October 23, 2009 at 6:39 am
Viewing 15 posts - 3,361 through 3,375 (of 7,503 total)