Viewing 15 posts - 406 through 420 (of 660 total)
I get this error at the oledb cmd task where I have a update query which updates the EMp table with new and modified rows by cheking for the existing...
May 27, 2008 at 10:09 am
I figured out that the problem is occuering when inserting datetime field into destination table. In my source table i have datetime field as null. How can i handle this...
May 26, 2008 at 4:54 pm
IS this easy to do with SSIS pkg having a conditional spilt. I am trying to do it as a recurring job.
May 26, 2008 at 12:20 pm
Sorry I confused you with table names.
Actually I am trying to insert,update into Emp table from the Old Emp.
I want this done with single tsql query.
May 26, 2008 at 11:46 am
OldEmp(
EmpId=14556,14557,
Empno=467,345,
Empname=john,James,
Jobno=23,45,
Jobdesc=abcd,xyz,
JobTitle=TeamLead,ProjectLeader)
Emp(
EmpId=14556,14557,14567
Empno=467,345,435
Empname=john,James,Mike
Jobno=23,45,43
Jobdesc=abcd,xyz,dfgh
JobTitle=TeamLead,ProjectManager,Developer)
From the above data u can observe that 1 new record(Mike) was added and an existing record(James was changed from ProjectLeader to Project Manager) was updated.
May 26, 2008 at 11:11 am
what component i need to use to look up in destination table.
May 23, 2008 at 11:36 am
I am trying to do this in my OLE DN COmmand of SSIS package.
How can i?
May 21, 2008 at 2:29 pm
I think this shud work
Update authors
Setcity = replace(city, 'Salt', 'Olympic')
March 20, 2008 at 11:43 am
If its a password issue then how cud i resolve it for all the logins in the server, but still i wonder when the same logins are working well in...
March 11, 2008 at 1:38 pm
I ran that script and came up with this
Msg 15291, Level 16, State 1, Procedure sp_change_users_login, Line 131
Terminating this procedure. The Login name 'AMEMpusr' is absent or invalid.
Msg 15291, Level...
March 11, 2008 at 1:30 pm
I tried working with this script
http://support.microsoft.com/kb/246133/
looks like everything got trasnfered but when I try to login with some id, its not getting in, is there a chance that it broke...
March 11, 2008 at 1:10 pm
I tried using tha scripts on MS supprt site(http://support.microsoft.com/default.aspx?scid=kb;en-us;246133#XSLTH3137121122120121120120)
but I gives an error though i have sysadmin previlage.
Msg 3704, Level 16, State 1, Line 2
User does not have permission to...
February 26, 2008 at 11:25 am
yes, when i click apply i get
WMI Provider Error
Access Denied(0x80041003)
February 25, 2008 at 1:23 pm
Viewing 15 posts - 406 through 420 (of 660 total)