I don\'t know too much about SSIS and I\'ve googled as much as I could on this. I\'d really appreciate any help I could get.
I am using SQL Server 2000. I have multiple criterias which i have to use to extract different sets of records from mumtiple table in anothertable. I am using
I want to execute a query something like : INSERT INTO MyTable VALUES(datetime(\'now\')); Where MyTable has schema:
I happen to have two columns having the same name as two SQL reserved words, Key and Value. When using the SELECT statement I can create a table alias and solve it that way.
I have to import some data in my database . And there are some record already exist in table, not all. So what I want to do that:
i have a list of 500,000 records .i am using t开发者_如何学运维he batch update code to insert data in database.Should i send those many records in a single batch insert? or i should use commit size to
Simple php/mysql INSERT such as mysql_query(\"INSERT INTO dispatch VALUES(\'1234\',\'$name\',\'$address\')\");
This is MS SQL code if not exists (select PId from Person where Name = \'Name1\' and Surname = \'Surname1\')
Anybody out there with some eagle eyes? I want to fish out the location of the error in the following insert statement. i used a breakpoint to track the codes while running and i get the exception err
i wrote a page which are several fields and there is gridview which keeps the data insert开发者_运维技巧ed bottom of the page and i added a updatepanel... when i click the insert double data inserting