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
--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

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

--set @propid='AIR'
--set @strStartDate='1/1/03'
--set @strendDate='6/1/03'
   
--//INSERT INTO OPENROWSET('...', 'SELECT field1, field2 FROM yourtable') VALUES (99, 'Test')

Exec('DELETE FROM OPENROWSET(''SQLOLEDB'',''' + @PropMCName + ''';''sa'';''remoteserverpwd'',
    '
'SELECT * FROM NV.dbo.Worksheet'')
 '
)

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

Print 'Updated.....' + left(@PropMCName,3)

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.