Viewing 15 posts - 181 through 195 (of 497 total)
ihpk74 (5/20/2014)
....... load the data from a file into multiple databases table. thanks in advance..
If you really mean that then you'll need to look at the multicast transformation.
Regards
Lempster
May 21, 2014 at 4:34 am
Gail beat me to it. 🙂 What you describe is not possible. You could have a trace restart after a SQL Server restart if it is initiated by a stored...
May 21, 2014 at 4:23 am
smtzac (5/12/2014)
Hi Mr. Gila,I have same first 3 issues. Can you please give suggestions?
I just spent a long time replying to this and then an error occurred when I submitted...
May 13, 2014 at 4:04 am
You mentioned that you use Maintenance Plans. One of the reasons that I don't is that I've experienced issues where a task in a Maintenance Plan fails because a database...
May 9, 2014 at 7:32 am
So are you creating your Excel destination dynamically? If so, then this snippet from an Execute SQL Task I've used to do the same thing may help:
CASE WHEN c.DATA_TYPE IN('nvarchar','ntext','text','varchar','varchar','char','nchar','xml','uniqueidentifier')...
May 8, 2014 at 3:00 am
Koen Verbeeck (5/5/2014)
Misread the question and thought the data type was supposed to store negatives as well...Need more caffeine.
+ 1 to that. Apostrophes can be important eh?!
May 7, 2014 at 6:58 am
Jack Corbett (4/24/2014)
April 25, 2014 at 9:24 am
:ermm: I was responding to a particular statement in your original question:
DennisPost (4/23/2014)
Unfortunately, replication monitor doesn't give you any indication that a subscription is waiting for a snapshot.
I don't have...
April 25, 2014 at 2:39 am
Replication Monitor does give you that information, but you have to drill-down on the individual tabs. The 'Distributor to Subscriber tab is where you want to look.
Regards
Lempster
April 24, 2014 at 6:23 am
Phil Parkin (4/23/2014)
I don't know a way of doing this directly. Maybe you can load the query from the file into a string variable, append SELECT @@ROWCOUNT, then execute that?
Yes,...
April 23, 2014 at 9:49 am
So basically you want a row count?
In that case, add a 'SELECT @@ROWCOUNT' statement to your Execute SQL task in SSIS, set the ResultSet to 'Single Row' and then on...
April 23, 2014 at 2:45 am
cook155 (4/21/2014)
Jeff, Would that mean i made an extra attribute and need to delete it? How do i do that?
You don't need to delete any data. The 'duplicate' you are...
April 22, 2014 at 5:49 am
No. If you've overwritten a database without backing it up first then that database is lost. I assume you are not using source control and you didn't save a copy...
April 9, 2014 at 1:16 am
As you seem unwilling to believe that what you are seeing is normal behavior for SQL Server, I can only reiterate my original somewhat flippant suggestion that you add more...
April 8, 2014 at 6:43 am
Viewing 15 posts - 181 through 195 (of 497 total)