Click here to Skip to main content
15,896,154 members

Comments by YourAverageCoder (Top 41 by date)

YourAverageCoder 18-Sep-14 2:11am View    
Will do. Thanks.
YourAverageCoder 18-Sep-14 1:51am View    
Those values are from the database table i try to import to DestinationDatabase. When i enter the same command in SQL Server Studio, the Destination Database accepts it:

INSERT INTO DestinationDatabase.dbo.QvBranch ( BranchPK, BranchCode, BranchName, BranchIsCentral, BranchIsActive, DataState, DataTime, DataUserFK, DataID ) VALUES ( 'F8D4848B-E27C-4351-B8A4-6858A1147059','0000','New Department','0','0',NULL,NULL,NULL,NULL )
YourAverageCoder 17-Sep-14 4:19am View    
You're right.
YourAverageCoder 16-Sep-14 10:29am View    
Deleted
Using UPDATE, is it possible to specify row and column together? Like updating a specific row's specific column instead of updating all rows' specific column?
YourAverageCoder 16-Sep-14 6:26am View    
It helps a lot. Thanks.