Viewing 15 posts - 136 through 150 (of 282 total)
If you're using Windows 2003 or later, you can rely on the operating system password policy.
For the SQL logins, see the CHECK_EXPIRATION and CHECK_POLICY options of the CREATE LOGIN...
December 4, 2009 at 1:45 am
I'm not sure that I understand this:
"the distribution, model, and MSDB moved themselves back to the orginal server hard drive from where they were moved"
December 3, 2009 at 3:18 am
...I suppose that you have limits regarding the number of pets that can travel in a certain container (depending on the pet, on the container, etc.....) - this could add...
December 3, 2009 at 2:54 am
Several pets can travel in a container, but I suppose that a pet cannot travel in more than one container at once...:-)
So you have an "one to many" relationship between...
December 3, 2009 at 2:50 am
...and attach an execution plan, if possible...
December 3, 2009 at 1:01 am
Run sp_configure with no parameters or query the sys.configurations catalog view. See BOL for details, permissions, etc.
December 3, 2009 at 12:17 am
Examining the actual execution plan would be really helpful - it shows you what to change (indexing, table structure), if you need any change.
Please see
http://www.sommarskog.se/dyn-search-2005.html
for solutions to challenges...
December 2, 2009 at 3:51 pm
My guess is that the code corresponds to a search form - if you give more details, you can get help if you need further changes...
December 2, 2009 at 3:14 pm
You're welcome...
Now examine the actual execution plan and see if you can still improve the code and / or indexing. For example, UNION adds a "sort" step to the execution...
December 2, 2009 at 3:03 pm
I'm not sure that the full-text search is the main culprit for the lack of performance.
Can you eliminate the "UNION" and ORs from your code?
December 2, 2009 at 10:30 am
You're welcome 🙂
December 2, 2009 at 6:49 am
Let me recommend some excellent resources about using arrays as input parameters:
- http://www.sqlmag.com/Article/ArticleID/100657/sql_server_100657.html
- http://www.sqlmag.com/Article/ArticleID/100975/sql_server_100975.html
December 2, 2009 at 2:21 am
Bru Medishetty (12/1/2009)
dmoldovan (11/30/2009)
December 1, 2009 at 12:44 pm
Viewing 15 posts - 136 through 150 (of 282 total)