Viewing 15 posts - 76 through 90 (of 101 total)
Hi divyanth,
I have created .Net Providers\ODBC Data Provider connection and tried but got failed.
Actually I'm migrating existing DTS packages to SSIS packages. In these existing DTS packages they have...
May 3, 2010 at 8:15 am
Hi Sharath,
Thank you. I have tried with your code.
cn.Open "DSN=BI_Database;UID=" & DTSGlobalVariables("gstrTargetLogin").Value & ";PWD=" & DTSGlobalVariables("gstrTargetPassword").Value
Here "BI_Database" is data source. I'm able to open connection successfully when I use...
May 3, 2010 at 3:42 am
Hi Sharath,
Thanks for your response. Yes I want to use Script Task. Can you provide me sample code.
April 30, 2010 at 2:05 am
Hi,
Thanks for your response. I have changed connection from ODBC to ADO.NET. Now it started working.
April 30, 2010 at 1:08 am
Hi,
check your data sources and linked servers once.
KSB.
August 21, 2009 at 4:27 am
If I executeEXEC xp_cmdshell 'dir *.exe';
GO it is working fine.
And if I execute BCP job I'm getting error.
Thanks for reply
August 13, 2009 at 5:27 am
This link might assist you: http://www.dbnewsgroups.net/group/microsoft.public.sqlserver.programming/topic16744.aspx%5B/quote%5D
I have tried this too..
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
EXEC sp_configure 'xp_cmdshell', 1
GO
RECONFIGURE
GO
exec sp_xp_cmdshell_proxy_account 'domain\user', 'password'
Still getting same error.
Thanks,
KSB
August 13, 2009 at 4:13 am
Thanks for reply.
Try using GRANT EXECUTE on xp_cmdshell to [india\xg536]
Executed fine but same results. Getting the following error [p]Error string: [Microsoft][ODBC SQL Server Driver][SQL Server]The EXECUTE permission was denied...
August 12, 2009 at 11:53 pm
Hi,
Maximum length for stored procedures and functions name is 128.
Always choose name as meaningful and as much as short.
Thanks,
KSB.
August 12, 2009 at 12:42 am
July 28, 2009 at 4:44 am
Hi,
Keep the same in color property and change text box Expression as
IIf(Fields!DocNumbr.Value)=NULL,"Invoice Not Raised",Fields!DocNumbr.Value)
KSB.
July 27, 2009 at 6:26 am
Hi,
Check whether your servers are linked in Server Objects -> Linked Servers
and also verify protocols TCP/IP and Named Pipes are enabled or not.
KSB.
July 27, 2009 at 6:12 am
Hi Lowell,
Thanks for quick reply and it is working fine for decimal.
What about for float..?
Thanks.
July 27, 2009 at 4:55 am
Viewing 15 posts - 76 through 90 (of 101 total)