Viewing 15 posts - 31 through 45 (of 155 total)
For such scenarios, I also do the updates with a join only. I would be interested to see whether this approach has any performance implications, and what are other recommended...
August 27, 2008 at 3:26 am
You can go for the sliding window partitioning. See the whitepaper by Kimberly Tripp on this - http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx
August 25, 2008 at 7:58 am
you wouldnt have visited the advanaced options screens.
August 25, 2008 at 7:51 am
Try this -
create table #blah
(col1 int,
col2 varchar(100),
primary key (col1, col2)
)
August 25, 2008 at 7:45 am
check whether the service is up abd running and your server name or IP address etc.
August 25, 2008 at 3:41 am
see if this helps you http://rajanjohn.blogspot.com/2008/04/using-database-mail-in-sql-server-2005.html
August 19, 2008 at 3:25 am
July 17, 2008 at 4:07 am
I guess you mean to avoid the popup and take the login as whoever has logged into the machine. If so, work on the security settings of the browser you...
July 15, 2008 at 4:52 am
Is there a way to run the configuration manager remotely?
July 7, 2008 at 8:37 am
if thats for buffer pool, how can we configure the max memory for the entire service?
July 7, 2008 at 8:00 am
I had near to 50 instances where SSRS and DB worked together. Nothing crashed in the last couple of years just because they are together.
July 7, 2008 at 7:01 am
Viewing 15 posts - 31 through 45 (of 155 total)