Viewing 15 posts - 766 through 780 (of 1,155 total)
Follow EvilDbas great advice. That will work.
Thank You,
Best Regards,
SQLBuddy.
December 11, 2010 at 5:07 pm
As Michael mentioned, there is no way to get the licensing info from the SQL Server.
...
December 11, 2010 at 4:42 pm
Create a maintenance plan with Update statistics task and schedule it to run daily.
...
December 11, 2010 at 4:26 pm
Pls check the folowing
http://www.sqlservercentral.com/articles/Installation/66128/
http://www.sqlcoffee.com/Tips0007.htm
Thank You,
Best...
December 11, 2010 at 4:10 pm
As Gail and George mentioned, pls try to be more specific. The quality of the replies depend on the quality of information that you post.
IIS is required only if you...
December 11, 2010 at 4:02 pm
Lutz and Jeff are correct. A basic google server should fetch a lot of very good articles.
But if you are referring to DTS Pkgs, then check the folowing
http://www.devarticles.com/c/a/ASP/Creating-DTS-Packages-With-SQL-Server-2000/
...
December 11, 2010 at 3:53 pm
Yes , You can do it . Assign Lock Pages in Memory privilege to the SQL Server Engine Service
Ctrl Panel --> Administrative Tools --> Local Security Policy --> User Rights...
December 10, 2010 at 9:38 am
Are you using Lock Pages in Memory Privilege ?
If Parameterized queries are not an option, the try to implement Forced Parameterization. This will reduce the compilation overhead and the procedure...
December 9, 2010 at 3:05 pm
You can use sp_msforeachdb as Henrico mentioned
But the script will fail if there are any 80 compatibility mode dbs due to the DMV limitations. Please note that this may put...
December 9, 2010 at 2:48 pm
It could most probably be a Double Hop issue as Craig mentioned.
You may not be able to use the Linked Server from your desktop but if you RDP on...
December 9, 2010 at 2:12 pm
1. If fine, ask him to analyze the SQL Server and Windows server configuration settings in your environment and come up with his findings
2. Ask him to make a...
December 8, 2010 at 12:44 pm
Default value for the Worker threads has been changed to 0 (Dynamic) for SQL Server 2005 and 2008. But it can be set to 288 for your system under special...
December 8, 2010 at 12:18 pm
Do you have permissions to create a SQL Server Agent Job ?
Also I don't see any attachment.
...
December 8, 2010 at 11:36 am
I think you can find the date and time from the summary file in
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG
...
December 8, 2010 at 11:03 am
Viewing 15 posts - 766 through 780 (of 1,155 total)