Viewing 15 posts - 706 through 720 (of 2,044 total)
I would expect
Declare @OrderID Int
Exec ('Call DATALIB.BP_PUSH_F(?)', @OrderID OUTPUT) AT ERP
if I read correctly (link)
May 30, 2014 at 2:57 am
The query designer in reportbuilder has some great restrictions:
no ability to use parentheses graphically (when you want to use "or" instead of "and"), unless you correct it in sql-text.
no ability...
May 30, 2014 at 1:57 am
Welkom back wolfkillj, could you fix the link to your blog? It points to the thread.
May 24, 2014 at 5:17 am
Thanks for the suggestion. Is certainly a way to achieve the goal.
Went for a scripttask in the controlflow setting and setting the result to Dts.TaskResult = (int)ScriptResults.Failure;
when variable was...
May 22, 2014 at 8:47 am
Eagerly awaiting the next edition.
In case you need to run an ssis dashboard report not from the management studio, you can use a replacement by mnowill[/url].
May 21, 2014 at 8:51 am
You can click on the link TAF in the above post.
I don't have experience with it but know that you can specify multiple addresses under one TNS-alias. Sometimes an oracle...
April 13, 2014 at 12:23 pm
April 12, 2014 at 11:58 am
case sensitive tablenames?
February 28, 2014 at 4:07 pm
February 28, 2014 at 9:19 am
Thanks for the excellent stairway. Could you add level 15 and 16 to the general overview of stairway to ssis?
February 26, 2014 at 2:05 am
February 13, 2014 at 9:28 am
Your best bet is to redirect the install to the sxs\sources on the instalmedia.
February 9, 2014 at 4:09 pm
Start with Oracle concepts. What is an instance, what are controlfiles, redologs, undotablespace, temptablespace, archivelogs.
You might consider Oracle Developer as free query tool
Basic troubleshooting tool for administration: sqlplus, couldn't...
February 9, 2014 at 4:07 pm
Does there exist some form of datatiering within a database in ms sql server? Like moving popular data to faster disk (automagically?)
February 5, 2014 at 4:07 am
Viewing 15 posts - 706 through 720 (of 2,044 total)