Viewing 10 posts - 1 through 10 (of 10 total)
Thanks all for the reply.
Our Dev guys are referring to this document from Microsoft:
But I agree. Our smtp server is secured with firewall so why not use the...
May 11, 2011 at 2:59 pm
Thanks Guys
As far as usage is concerned, it will be used average 10-15 times and 30-40 times in a minute during peak if not more.
I believe app_name() should work...
April 15, 2011 at 12:55 pm
Thanks guys for the feedback.
I agree that code review is the best thing as I myself just open up a new query and start typing 'Create procedure ..' I
I...
June 15, 2009 at 10:08 am
I second the opinion of the previous posts. I would simply download the trial version that is valid for 14 days and restore the backup using the tool. I have...
June 15, 2009 at 9:47 am
Excellent article. Cleared up all the questions/myths aboout temp tables /variables.
Thank you..
June 10, 2009 at 4:06 pm
If possible, run 'dbcc showcontig' command for your table. Do this at off hours as it can affect performance.
Check for the scan density value.
If the fill factor is...
December 1, 2008 at 3:15 pm
1,2,A,B,C are the column data in my table.
This is the final result I am trying to get:
Table: StrResults
col1 col2 col3 col4 col5
---- ---- ---- ---- ----
1 ...
December 1, 2008 at 2:52 pm
Only way I know to recover possible space back from allocated space is to reindex with max fill factor that you can afford. If scan density is low, you should...
December 1, 2008 at 2:37 pm
Recap:
Package resides on sql server 2000 which is destination.
This package is suppossed to xfer data from sql server 2005 to sql server 2000.
I understand that I can not connect to...
May 21, 2007 at 8:10 am
Viewing 10 posts - 1 through 10 (of 10 total)