Viewing 15 posts - 1,201 through 1,215 (of 1,291 total)
I don't have any intensions of personal attacks on any one, since I have been following the post, I am surprised would there be anyone trying for a way to...
October 29, 2009 at 2:24 pm
RV-813525 (10/24/2008)
October 29, 2009 at 2:17 pm
No, thru from another data flow destination
It must be another Dataflow Source, and your Table where you want to insert data is your Destination.
October 29, 2009 at 2:05 pm
Then I guess you must have got this as an Interview question somewhere.
Rather than that I have not idea why would you want to do it.
October 29, 2009 at 1:56 pm
Thanks SSCertifiable for you suggestion. Full points to you. It worked. Also I hope for those who don't understand what I'm doing they need to work on their clearance level.
Speaking...
October 29, 2009 at 1:54 pm
Do you Recordset from a T-SQL Statement?
If thats what you need, then
INSERT INTO TABLE ( COL1, COL2 , COL3 )
SELECT COL1, COL2 , COL3 FROM YOUR QUERY
October 29, 2009 at 1:31 pm
Even for a novice programmer, Insert into tablexyz Select Columns from tableabc should be a easier one right?
October 29, 2009 at 1:19 pm
From the first look, I cant understand what you trying to do here?
EXEC (@AD_Fetch_Data) ----- What do you want to execute?
@AD_Fetch_Data is going to store this value "TransactionErrorAuditID, TransactionErrorAuditSequentia,...
October 29, 2009 at 1:07 pm
You could right click and open the table using Management Studio. Click in upper most left hand corner to highlight all records and right click copy. You would then open...
October 29, 2009 at 12:46 pm
Since this is not an urgency, I guess you can wait and I can try posting a script in later in the day. I am running short of time to...
October 29, 2009 at 11:56 am
You can restore the System databases MSDB and Model, try finding a good blog on that.
What I achieved was actually a bit more adventurous, I stopped SQL Server and replaced...
October 29, 2009 at 11:19 am
Yes, try attaching using the Stored Procedure.
October 29, 2009 at 10:46 am
You mean you want the entire Stored Procedure script ? or you need some help? if so what is that you are looking for?
October 29, 2009 at 10:33 am
I guess you might have already registered the Server in your SSMS Registered Servers.
If so, then right click on the Server Name and select Properties.
Then you have 2 tabs, In...
October 29, 2009 at 10:30 am
First thing First you say its 2008 and posted in 2005 Forum and also if I am not wrong you are talking about SSIS Packages, which should have been posted...
October 29, 2009 at 10:20 am
Viewing 15 posts - 1,201 through 1,215 (of 1,291 total)