Viewing 15 posts - 31 through 45 (of 77 total)
Have you deployed that package ? Have installed two instances of sql server one sql 2005 and other sql 2008 ?
April 12, 2012 at 4:12 am
Hi,
You cann't update the sql data adapter from other source i.e. access filled dataset(data table), just do some research on replacing or updating the dataset filled from access(oledb) data...
April 12, 2012 at 12:25 am
Just go ahead and upgrade .... Keep all back up in place before start ::-P
April 11, 2012 at 11:01 pm
I can run the batch file on my server perfectly and got the result like if i run the command directly
just run the command directly using xp_cmdshell very simple...
April 11, 2012 at 10:46 pm
There seems an issue with bat file, if you are bale to execute this then problem may lies with bat file
and can you also please let me know whether...
April 11, 2012 at 9:46 pm
Does the account which is being used by sql service has read & execute permission on the bat file ?
--
Ashok
April 11, 2012 at 5:26 am
derekr 43208 (4/11/2012)
ashok.faridabad1984 (4/11/2012)
Hi,You can not pass parametes like this in the stored procedure, just concatenate the parameters in the local variable then assign it the subject or body.
Regards
Ashok
Like this:
declare...
April 11, 2012 at 3:11 am
Hi,
Remove quotes around any components in connection string in data source of the job's step, Will resolve your problem.
Regards
Ashok
April 11, 2012 at 1:55 am
Hi,
You can not pass parametes like this in the stored procedure, just concatenate the parameters in the local variable then assign it the subject or body.
Regards
Ashok
April 11, 2012 at 1:52 am
MarvinTheAndriod (9/23/2011)
September 23, 2011 at 6:38 am
Use Deployment method while running package in job,if the user/account is different from who has created the package and the user/account under which SQL Agent is running..
I hope this will...
September 8, 2011 at 3:59 am
whjat kind of authentication you are using for this.
Use Basic authentication while creating database mail profile and check that that account has right on the SMTP server to send the...
September 8, 2011 at 3:50 am
Ok, Share the scripts to create the table and test data. so that i can simulate the same on my machine, This would help me to help you.
Thanks
Ashok
September 7, 2011 at 11:13 pm
Hi,
However there is no harm in having separate column for type and moreever you can have fix length of ID like xxyyyyyyyy where xx can be your type, this...
September 7, 2011 at 3:52 am
sam.alexander (8/31/2011)
September 1, 2011 at 4:24 am
Viewing 15 posts - 31 through 45 (of 77 total)