Viewing 15 posts - 856 through 870 (of 1,179 total)
You can also run setup.exe file with /qn or /qb option while installation.
September 11, 2009 at 4:22 am
I guess you have missed something.
refer following link for more detail.
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/2d7cc40a-47e8-4419-9b2b-7c69f700e806.htm
September 11, 2009 at 1:56 am
I doubt if chaning port is possible with T-SQL.
Yes, it could be possible to edit the registry settings and do the change but I do not recomend.
Not sure about your...
September 11, 2009 at 1:49 am
check this out:
http://msdn.microsoft.com/en-us/library/ms190982(SQL.90).aspx
September 11, 2009 at 1:36 am
What SQL Server 2005 Edition are you using?
September 11, 2009 at 1:29 am
We are using Windows auth only. It is more secure. If you are using windows auth than your application should be more powerful security feature or settings.
You need to create...
August 31, 2009 at 7:12 am
Hello Winston,
Is blocking is temporary?
Are you facing any deadlock problem?
check this view:
sys.dm_tran_locks
HTH
August 31, 2009 at 7:04 am
Yes, you are heading into right direction. It will work.
August 31, 2009 at 4:10 am
As a broad level here is the list of sp which are related to replication; you can use as per your requirement.
http://msdn.microsoft.com/en-us/library/ms174364.aspx
HTH
August 28, 2009 at 12:31 am
for SSRS you can think about Mirroring if possible in your scenario.
August 28, 2009 at 12:25 am
You can also use standard report "Disk Usage". Which will also give you requried info.
August 28, 2009 at 12:18 am
You can also think about the third party database designing / data-modeling tool which will make your task easy.
August 28, 2009 at 12:12 am
You can create the various Operators in SQL 2005 and assign the specific job to send mail to related operator when the job fails.
HTH
August 28, 2009 at 12:01 am
Check first of all that Replication is working fine. What is the latency of replication of the data?
Also check if db has grown to 59 GB what is the free...
August 26, 2009 at 5:24 am
Hello Zombi,
Thank you for more clarification and making your question understand 🙂
As far as I know there should not be any problem unless and untill you are using ENGLISH language...
August 26, 2009 at 12:01 am
Viewing 15 posts - 856 through 870 (of 1,179 total)