Viewing 15 posts - 721 through 735 (of 859 total)
for your suggestion...
'Check the account that SQL runs under, check what permissions that account has on the share.'
i hv no idea how to check.can you please provide more details...
January 7, 2010 at 6:45 am
shivrudra_2008 (1/7/2010)
i have done all the necessary steps to open the DTS package (created in SQL server 2000) in sql server 2008 by http://msdn.microsoft.com/en-us/library/ms143755.aspx this help...
January 7, 2010 at 5:56 am
sqlnsg increased sql memory as well
Check the server memory using the following query
select * from master.dbo.sysperfinfo
where counter_name like 'Target Server Memory (KB)%'
or counter_name like 'Total Server Memory (KB)%'...
January 6, 2010 at 8:39 am
recently we have upgraded the storage firmware as well to overcome any i/o related issues , increased sql memory as well, some times during peak hours we have db...
January 6, 2010 at 8:34 am
For example, the following conditions may occur:
1. SPID 55 wants to read a data page that does not exist in the buffer pool.
2. SPID...
January 6, 2010 at 8:22 am
sqlnsg (1/4/2010)
Happy new year ! I have run the select statementand uploaded the output.txt , PAGEIOLATCH_SH and PARALLEL_PAGE_SUPPLIER (43D71784) , recently we have upgraded the storage firmware as well to...
January 6, 2010 at 8:19 am
klnsuddu (12/29/2009)
How can u said no need ?
Always "it depends"
After reading this blog, I have deleted my Update Statistics maintenance job. Because, in my case, Update statistics is running...
December 29, 2009 at 10:57 pm
Jpotucek (12/29/2009)
December 29, 2009 at 5:43 am
Go BOL--check the SERVERPROPERTY function.
Hope this ll give more info
December 29, 2009 at 5:19 am
EdVassie (12/29/2009)
/3GB is not relevant to 64-bit, and is ignored if it is supplied.
/PAE is always on for 64-bit, and makes no difference if...
December 29, 2009 at 4:09 am
radhika.pathi123 (12/28/2009)
how to perform CLR integration
December 29, 2009 at 3:41 am
if i want to install ssas & ssrs at later stage.
S,Possible.
Edit:Confirmed.
December 29, 2009 at 3:33 am
mahesh.vsp (12/29/2009)
Hi All,What is the importance of FileStreams in SQL 2008?
Is this any .NET related stuff?
Any thoughts and suggestions would be appreciated.
Thanks!
Read the following MS article's
Note:
You must install the .NET...
December 29, 2009 at 3:06 am
klnsuddu (12/28/2009)
If the Index rebuild maintenance plan run on weekly basis, then NO need to run Update statistics maintenance job?thanks
How can u said no need ?
Always "it depends"
December 29, 2009 at 2:12 am
Viewing 15 posts - 721 through 735 (of 859 total)