Viewing 15 posts - 121 through 135 (of 4,271 total)
You are very welcome, this is a VERY common design pattern, clean the receiver, fill the receiver, then run some process to do something with the data..
CEWII
July 24, 2013 at 12:25 pm
Ok, so I read that as you need to empty the destination table.
On the Control Flow of the SSIS package add a Execute SQL Task, chose the correct connection, and...
July 24, 2013 at 12:09 pm
Not entirely clear what the issue is..
In your process are you needing to drop the table then load it? Or do you just need to clear the table? ...
July 24, 2013 at 11:51 am
Build a normal windows machine, provision disks to it, install SQL, copy logins and server permissions for the required logins, copy over the databases. I'm sure there is a...
July 24, 2013 at 11:34 am
Azure offers SQL Servers directly, not just the PURELY hosted database, you get a windows machine with SQL already installed.
Amazon offers a similar service.
What specifically are you looking for?
CEWII
July 24, 2013 at 11:31 am
NineIron (7/24/2013)
July 24, 2013 at 11:29 am
Eugene Elutin (7/24/2013)
...
While I generally agree lets not go off on a rant.. Perhaps I read that wrong, but we don't need to be testy.
As a rule you should...
July 24, 2013 at 10:56 am
Just off the top of my head you could write the audit data into a table variable, do the raiserror THEN do the insert into the base table. Table...
July 24, 2013 at 10:53 am
Eugene Elutin (7/24/2013)
NineIron (7/24/2013)
Thanx. I don't think we're being served very well....................
So, if you have no choice, but to rename database (as your client/employer requires you to do), you must...
July 24, 2013 at 10:47 am
Eugene Elutin (7/24/2013)
NineIron (7/24/2013)
July 24, 2013 at 10:42 am
Based on the original post this didn't look to be the case, but I agree in that case you might be right. I would say that if it was...
July 24, 2013 at 10:16 am
I'm pretty sure they are telling you wrong.. The USE statement is not permitted inside a stored procedure, when a stored procedure is created any use statements before it specify...
July 24, 2013 at 9:57 am
Are you running the package in BIDS on the same machine that you are trying to run it on as a job.
I have seen local firewall differences as well as...
July 24, 2013 at 9:19 am
Let me see if I read that right..
1. You have a dataflow that you want to add some data to.
2. That data is being sourced from a Script Source.
3. You...
July 24, 2013 at 9:04 am
You could use a SQL CLR routine for file access like: https://nclsqlclrfile.codeplex.com/[/url]
Please spell out the process in more detail.
CEWII
July 23, 2013 at 1:24 pm
Viewing 15 posts - 121 through 135 (of 4,271 total)