Viewing 15 posts - 61 through 75 (of 110 total)
set up the max server memory
sp_configure 'max server memory(MB)',3000
reconfigure with override
May 26, 2009 at 9:21 am
sql profile trace result like below when I am using management studio to update record. from the trace, I can see it was really tring to update only one resoce...
May 4, 2009 at 12:09 pm
WayneS (5/4/2009)
May 4, 2009 at 11:52 am
David (5/4/2009)
Have you tried issuing the update statement, for the same row, from T-SQL?
Yes, they are working.
May 4, 2009 at 11:42 am
sunny Brook (4/20/2009)
BTW, I am having same errors as you were trying to fix. but our SQL...
April 20, 2009 at 1:00 pm
sunny Brook (4/20/2009)
failover from Active to passive will restart the services on the passive node;failback from THEN_passive_Now_Active to Then_active_now_passive node will restart the services on the Then_active_now_passive node.
Thanks you!...
April 20, 2009 at 11:59 am
Try this,
1. create @temp table ( )
2. insert into @temp
select colunmlist from linkserver.dbname.dbo.tablename.
April 13, 2009 at 2:43 pm
This is a good and simple article about how to build cluster using virtual server.
April 8, 2009 at 8:11 am
John Mitchell (4/8/2009)
From the link you posted:
[font="Tahoma"]Locking pages in memory is not required on 64-bit operating systems.[/font]
You shouldn't need to use AWE in a 64-bit environment.
John
Edit: I've reread your...
April 8, 2009 at 7:24 am
I met the one case related to Agent XPs. It might be one of the reasons.
I used to have SQL server 2005 standard Edition 32bit which was started as local...
April 7, 2009 at 2:07 pm
Can you make sure the port 1911 is open and server is listening on this port.
go command line and type "netstat -an", if you can find this port number...
April 7, 2009 at 2:00 pm
No. I have set up database mirroring on SQL server 2005 standard edition without witness server.
April 3, 2009 at 1:58 pm
Finally, I made it working after the new rule was added to firewall.
thanks for all your help.
April 3, 2009 at 9:24 am
Viewing 15 posts - 61 through 75 (of 110 total)