Viewing 15 posts - 1 through 15 (of 30 total)
Thanks for the script...
I did some modifications as per my requirement and it works like a charm.
But, when i scheduled this as a job i am getting a blank report....
September 4, 2012 at 5:48 pm
-- Monitoring Memory Usage
http://msdn.microsoft.com/en-us/library/ms176018(v=sql.105).aspx
http://www.sqlskills.com/BLOGS/PAUL/post/Performance-issues-from-wasted-buffer-pool-memory.aspx
June 18, 2012 at 6:28 pm
-- Find memory util with the below query
SELECT total_physical_memory_kb/1024 TotmemMB, available_physical_memory_kb/1024 as AvailPhymemMB,
total_page_file_kb/1024 as TotpagefileMB, available_page_file_kb/1024 as AvailPagefileMB, system_memory_state_desc,
(select memory_utilization_percentage from sys.dm_os_process_memory)as memory_utilization_percentage
FROM sys.dm_os_sys_memory;
--Look at the values for these parameters;...
June 18, 2012 at 6:24 pm
Hope u know me ;-)!!
Port no (incase if they aint using the default one).
&
Service Accounts
June 3, 2012 at 4:31 pm
I dont think you can rename the instance without uninstalling it. !!
June 1, 2012 at 12:47 am
Try going through these links for the architecture.
http://msdn.microsoft.com/en-us/library/ms190381(v=sql.105)
I am not sure abt the cost diff though !
May 31, 2012 at 11:54 pm
Thanks Jack for your quick response.
I am looking into your suggestions.
In the meantime, how abt configuring mem for SSRS (http://msdn.microsoft.com/en-us/library/ms159206.aspx).
Thanks
May 31, 2012 at 5:45 pm
Thanks a lot for your reply Jack.
But unfortunately I cant cut down sql server memory now as its hitting peak levels now itself.
As a temp solution, before SSRS migration im...
May 31, 2012 at 5:14 pm
This file will be located in the same folder(on the secondary/standby server) from where Log shipping is picking the transacation log(*.trn) files for restore.
February 23, 2010 at 10:35 pm
I guess i was lil vaugue in my expln of the prob...
Its like, i am trying to get the time stamp from the log backup file created by log shippin...
and...
July 7, 2009 at 10:06 am
Thanks a lot Markus...
This question came as per the requirement from the AD team...so i guess, they need to create a number of profiles as per the app requirement...
Thanks again!
June 11, 2009 at 10:56 am
I could find it...still, thanks a lot for the reply...
In addition, i found that, you need to make the TNS entry into TNSNAMES.ORA and then try a pinging the server...
June 11, 2009 at 5:00 am
I guess, it doesnt really matter to which drive it writes to...Its a very small log file which gets populated as and when job executes and shouldnt be causing any...
June 10, 2009 at 8:04 pm
even i have herd abt this...bt needs to see if client agrees to it...
😀
cz we hardly do this copyin n restore...
lemme see if i cn push this in the next...
December 4, 2008 at 9:40 am
i ws having issues in copying the files over network.
My bak files were of size 20GB+ and copying failed multiple times saying "path is too deep" and all.
Today i tried...
December 4, 2008 at 8:39 am
Viewing 15 posts - 1 through 15 (of 30 total)