Viewing 15 posts - 391 through 405 (of 7,168 total)
JustMarie (1/28/2016)
I'm using a stored procedure to generate the HTML necessary for the email. That outputs to a string variable.
Can you clarify "outputs?" Do you mean as a resultset...
January 28, 2016 at 11:43 am
ringovski (1/27/2016)
Orlando Colamatteo (1/27/2016)
Or are you looking to copy data from an XML column in one...
January 28, 2016 at 8:56 am
Jeff Moden (1/28/2016)
Orlando Colamatteo (1/27/2016)
January 28, 2016 at 1:00 am
It is still not clear to me what you are trying to do.
Are you trying to copy data from an XML column in one server to an XML column...
January 27, 2016 at 9:10 pm
JustMarie (1/27/2016)
I need to send HTML formatted email...
January 27, 2016 at 7:40 pm
Nassan (1/27/2016)
"A system assertion check has...
January 27, 2016 at 7:07 pm
Please do not duplicate your posts in different forums.
Direct replies here: http://www.sqlservercentral.com/Forums/Topic1756209-146-1.aspx
January 27, 2016 at 7:05 pm
Not quite following...can you post the table definition and a row of sample data (minus any lengthy binary) to help clarify?
January 27, 2016 at 7:04 pm
Any reason why you need this procedure to add a column named DUPLICATE to a table, i.e. why is the column not already on the table if it is actually...
January 27, 2016 at 6:52 pm
You can read about the different deployment models for SSIS, Package and Project, in Books Online.
As for how they get deployed to a production setting, eg by sending to a...
January 27, 2016 at 6:03 pm
Jeff Moden (1/26/2016)
We've actually dismantled all SSIS packages except 1 and we're working on that.
Funny you mention it. I finished migrating the last process that made use of xp_cmdshell in...
January 27, 2016 at 2:26 pm
I get Kerberos from version 11 (SQL 2012). I do not have version 12 tools setup anywhere at the moment that I could use to test.
January 27, 2016 at 8:17 am
Sounds like you need to look into your failover mode settings coupled with your sync mode.
Also, from a data loss perspective are you running in async or synchronous mode...
January 27, 2016 at 7:29 am
What you have here is a multi-record format where the header line has a different column-format than the data lines. T-SQL solutions traditionally have trouble with these as hou have...
January 27, 2016 at 7:18 am
I think they want to shred the XML column contents in the context of the Package and load the resulting data into standard tables on the downstream.
@ringovski can you...
January 27, 2016 at 7:02 am
Viewing 15 posts - 391 through 405 (of 7,168 total)