Click here to Skip to main content
15,886,199 members
Home / Discussions / Database
   

Database

 
GeneralRe: updating many records in the Table Pin
minkinin17-Jan-06 21:38
minkinin17-Jan-06 21:38 
Questiondebugging SQL Server Stored Procedures in .NET ide Pin
culbysl17-Jan-06 0:57
culbysl17-Jan-06 0:57 
AnswerRe: debugging SQL Server Stored Procedures in .NET ide Pin
André Ziegler17-Jan-06 3:57
André Ziegler17-Jan-06 3:57 
QuestionNull Match Prob Pin
tadhg8816-Jan-06 23:41
tadhg8816-Jan-06 23:41 
Questionmultiple update Pin
sood_is_in16-Jan-06 22:35
sood_is_in16-Jan-06 22:35 
AnswerRe: multiple update Pin
Colin Angus Mackay17-Jan-06 2:03
Colin Angus Mackay17-Jan-06 2:03 
Questionretrieving table name Pin
waterispoison16-Jan-06 22:24
waterispoison16-Jan-06 22:24 
AnswerRe: retrieving table name Pin
abhinish17-Jan-06 1:15
abhinish17-Jan-06 1:15 
u can find the table name by the following:

select name from sysobjects where type='u' and name='tablename'
then u can set in ur update code


abhinav
QuestionUPDATE ISSUE Pin
sood_is_in16-Jan-06 20:32
sood_is_in16-Jan-06 20:32 
AnswerRe: UPDATE ISSUE Pin
Colin Angus Mackay17-Jan-06 2:01
Colin Angus Mackay17-Jan-06 2:01 
Questionkindly help excel query statement in vb. Pin
Estong Odpaga16-Jan-06 14:47
Estong Odpaga16-Jan-06 14:47 
AnswerRe: kindly help excel query statement in vb. Pin
Bob Zagars17-Jan-06 20:36
Bob Zagars17-Jan-06 20:36 
QuestionADO 'Background Fetch Size' property VC++ Pin
tuxyboy16-Jan-06 1:33
tuxyboy16-Jan-06 1:33 
QuestionExport Data Pin
Tiger45615-Jan-06 21:44
Tiger45615-Jan-06 21:44 
AnswerRe: Export Data Pin
Colin Angus Mackay15-Jan-06 22:59
Colin Angus Mackay15-Jan-06 22:59 
GeneralRe: Export Data Pin
Tiger45616-Jan-06 17:39
Tiger45616-Jan-06 17:39 
Questiondsn confusion Pin
TofuBug2415-Jan-06 10:03
TofuBug2415-Jan-06 10:03 
AnswerRe: dsn confusion Pin
tuxyboy16-Jan-06 1:39
tuxyboy16-Jan-06 1:39 
Question[ACCESS 2003] create an SQL query Pin
Sasuko15-Jan-06 0:50
Sasuko15-Jan-06 0:50 
AnswerRe: [ACCESS 2003] create an SQL query Pin
Dave Kreskowiak15-Jan-06 16:42
mveDave Kreskowiak15-Jan-06 16:42 
QuestionFile xsd Pin
AlbePes14-Jan-06 23:06
AlbePes14-Jan-06 23:06 
QuestionCheck on table before adding Pin
gharry14-Jan-06 9:35
gharry14-Jan-06 9:35 
AnswerRe: Check on table before adding Pin
Colin Angus Mackay15-Jan-06 1:02
Colin Angus Mackay15-Jan-06 1:02 
QuestionList of NT Users In Server Domain SQL Server Pin
Bob Zagars14-Jan-06 8:28
Bob Zagars14-Jan-06 8:28 
Questionprocedure and datetime Pin
dexom13-Jan-06 19:37
dexom13-Jan-06 19:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.