Viewing 15 posts - 166 through 180 (of 327 total)
Looks like the report's page setup is different that the printer's page setup. You should check each on to see what setting are and adjust accordingly.
Hope this helps 🙂
July 13, 2010 at 9:09 am
Nicely done!
I have a question, is the order of the scripts the order of execution?
Thanks,
Rudy
July 13, 2010 at 9:02 am
Hello Everyone,
Just looking over the article again and thought I would make a stored procedure which automatically gets the path and log name used by the default trace. This way...
June 17, 2010 at 9:58 am
Excellent work!
Thanks for sharing with us 🙂
June 16, 2010 at 12:12 pm
Nicely done! I like the graph too.
I was looking at the graph and thought shouldn't it reset back to left side of the "Duration Timeline" once the the next...
June 1, 2010 at 1:11 pm
Hello,
Congrats on the great script. Very useful!
I have added below a script that would be a great addition to your code. It produces the IP address of the workstation connected....
May 25, 2010 at 8:51 am
Hello everyone,
Here is the code that will also scan SQL 2008 servers
--SQL 2000/2005/2008 Version
set nocount on
go
DECLARE @SqlPort Nvarchar(10)
DECLARE @instance_name Nvarchar(30)
DECLARE @reg_key Nvarchar(500)
Declare @value_name Nvarchar(20)
if left(CAST(SERVERPROPERTY('ProductVersion')AS sysname),2) = '10'
BEGIN
select @instance_name =...
May 13, 2010 at 9:03 am
Nice code. Any idea where to fine the port number for SQL 2008?
May 13, 2010 at 8:09 am
Thanks EdVassie for the information and links regarding memory.
It seems to me that this is an area the needs to be looked at a system by systems basis. Not all...
April 12, 2010 at 8:43 am
This really should be in SQL 2010 🙂 Nicely done!!
February 17, 2010 at 2:00 pm
Yup that's it. When I copied and pasted into SSMS there seems to be no problem, but when I pasted the script into NotePad++ it all showed up. Once I...
February 8, 2010 at 11:19 am
Thanks for updating the file. Unfortunately I'm still having issues with the creation of the sp. I've copied and pasted the script and change the ALTER command to CREATE but...
February 8, 2010 at 9:55 am
No error message just Microsoft does not have an option for unattended installation for Service Packs. I talked to them and there is no immediate future for this function.
Rudy
February 8, 2010 at 7:10 am
Hello,
Nicely done! Unfortunately I'm having a problem executing on a SQL 2005 server. Do you have an updated script I could use?
I think everyone should have this script including MS!
Rudy
February 6, 2010 at 11:53 am
Hello, sorry fro the delay but no. Not able to do an unattended install of any service packs.
Wish you had the option so that you could completed automate the entire...
February 4, 2010 at 9:51 am
Viewing 15 posts - 166 through 180 (of 327 total)