Viewing 15 posts - 1,276 through 1,290 (of 2,436 total)
Thw written word is like SQL ... there are many ways to express the same function ... Thanks Yelena !
Have Great Weekend !
P.S. My weather is supposed to be sunny and...
June 16, 2006 at 3:26 pm
Sushila, if you reread the MS press elease article more carefully you'll digest the fact that this 'transition' in MS has been occurring for some time now (the last few...
June 16, 2006 at 12:43 pm
The lack of response to this topic is refreshing. It manages to restore the faith I hold in my fellow technology workers. Bill is retiring in 2 years ... BFD ......
June 16, 2006 at 11:43 am
You should not have to do something 'special' if the target computer is a Windows based machine. The OS should handle this for you. The only time the OS might...
June 15, 2006 at 11:28 am
It sounds too familiar ... as if it is using the the old replication algorithm of processing things ...
June 14, 2006 at 11:36 am
Here's a little start on the documentation side:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
However it does not contain values for the column you mentioned. Maybe MSDN has the information. If not then it seems that...
June 14, 2006 at 9:54 am
The error that you are getting is due to either the fact that the directory does not exist or the account does not have write authority to your bcp target....
June 13, 2006 at 11:21 am
Here's a couple of code snippets that MS gave me as a workaround when I ran into this issue with the MOM (Microsoft Operatinos Management) database:
Set QUOTED_IDENTIFIER ON
Set ARITHABORT...
June 13, 2006 at 11:17 am
The transaction log size has virtually nothing to do with an applicatino being sluggish. You are better off starting off with my 'short list' for tuning:
Round I
DBCC UPDATEUSAGE
UPDATE...
June 13, 2006 at 11:12 am
Here is what I have encountered in the past and feel is important to look at:
June 12, 2006 at 1:12 pm
Don't forget the following configuration options as well:
exec sp_configure 'min server memory (MB)', 3072
exec sp_configure 'max server memory (MB)', 3072
exec sp_configure 'awe enabled' , 1
exec sp_configure 'set working set size',...
June 8, 2006 at 4:35 pm
I do not have an answer but more questions.
June 8, 2006 at 4:17 pm
The question passed spell check, but not prof reading ...
"if properly secured" should have been "is properly secured"
June 8, 2006 at 9:53 am
Thanks for the information.
It shows ones can still learn something new everyday !
June 7, 2006 at 3:08 pm
When you install SQL Server EE (which is cluster aware) in an active/passive configuration there is not much left to do. If things show up in the Cluster Administrator, then...
June 7, 2006 at 12:39 pm
Viewing 15 posts - 1,276 through 1,290 (of 2,436 total)