Viewing 15 posts - 106 through 120 (of 265 total)
serach this table....its right there....master..sysprocesses
December 4, 2007 at 5:38 pm
select spid,nt_username from master..sysprocesses
or
select system_user
December 4, 2007 at 4:22 pm
64 kb size is what recommended....
move pagefile to his own drive to avoid fragmentation....
December 4, 2007 at 4:12 pm
here's the process..easy google search
http://www.sqlservercentral.com/articles/Administration/2605/
December 4, 2007 at 4:08 pm
backup source db's
start target sql in single user mode
open a session and retore these db's one by one, master,msdb,model
restart sql server normal....
December 4, 2007 at 4:05 pm
Matt Miller (12/4/2007)
December 4, 2007 at 3:59 pm
GilaMonster (12/3/2007)
montgomery johnson (12/3/2007)
When I query master..sysprocesses I only get 1 record.You need view server state permissions to see anything other than your own connection. I assume you're not sysadmin.
this...
December 4, 2007 at 11:17 am
Mirror is not good for STD edition cause it does not allow asynchronos transaction(transaction is not commited unless both servers are updated)....check limitations of sql edition for the same...
i know...
December 4, 2007 at 11:12 am
run sp_who also....
ideally there should be many records......
try running with nolock clause also
still same then post ur queries and sql servre versions details or anything which u think can...
December 3, 2007 at 6:57 pm
i leave it to you to check...lemme know if any problem
December 3, 2007 at 6:54 pm
which os?
what sequence you followed and what the current status??
did u check installation logs?
December 3, 2007 at 6:06 pm
you were not detailed...
best scenerio applicable to you....
Do cluster on site A....and do transactional replication on siteB
2005 std edition supports both above....std edition does not support log shipping, or...
December 3, 2007 at 6:03 pm
what exactly u wanna prove? would liek to elaborate?
December 3, 2007 at 5:56 pm
Use coalesce to have all this in one statement....
somethinglike this...
update MCPage1 set
lname=coalesce(@lname,lname) ,
fname=coalesce( fname,fname)
where MemberID=@MemberID
December 3, 2007 at 5:49 pm
Viewing 15 posts - 106 through 120 (of 265 total)