Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools


Click here to copy the following block
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO

--select * from worksheet

--example : usp_UpdateWorksheet 'tst1.intownsuites.com' --//fully qualified name of Remotemachine
--example : usp_UpdateWorksheet 'tst1' --//only machine name
--example : usp_UpdateWorksheet '<server_ip>'

Alter  proc usp_UpdateWorksheet
@PropMCName as varchar(50)=NULL
as

Set XACT_ABORT ON

declare @propid varchar(100)
declare @sid varchar(100)

--//INSERT INTO OPENROWSET('...', 'SELECT field1, field2 FROM yourtable') VALUES (99, 'Test')

Exec('   
    DELETE FROM
    OPENROWSET('
'SQLOLEDB'',''' + @PropMCName + ''';''sa'';''mypwd'',''SELECT * FROM NV.dbo.Worksheet'')
    
     INSERT INTO 
     OPENROWSET('
'SQLOLEDB'',''' + @PropMCName + ''';''sa'';''mypwd'',''SELECT [wLockNumber], [wControlID], [wControlIndex], [wControlCaption], [wRequire], [wLeft], [wTop], [wHeight], [wWidth], [wTabStop], [wTabOrder] FROM NV.dbo.Worksheet'')
    SELECT    [wLockNumber_err], [wControlID], [wControlIndex], [wControlCaption], [wRequire], [wLeft], [wTop], [wHeight], [wWidth], [wTabStop], [wTabOrder] from test_worksheet    
         
   '
)

if @@error<>0
begin    
  goto lblErrorEnd
end    

Print 'Updated.....' + @PropMCName
goto lblSuccessEnd

lblErrorEnd:
Print 'Error While Updating.....' + @PropMCName

lblSuccessEnd:

GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.