Viewing 15 posts - 1,576 through 1,590 (of 3,666 total)
Steve Hindle-535638 (10/5/2010)
As I split the records up from the original file, the detail records need to have some information from their header records appended to...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 9:31 am
Derrick Smith (10/5/2010)
INSERT INTO INVOICES
VALUES (xx,xx,xx,xx)
There is no Values or Select in your statement...I've never tried without it but I would imagine that would throw an...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 9:25 am
lk-681111 (10/5/2010)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 9:12 am
Grant Fritchey (10/5/2010)
Steve Jones - SSC Editor (10/5/2010)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 9:09 am
tmurray 69699 (10/5/2010)
When I go into immediate window and...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 9:06 am
tmurray 69699 (10/5/2010)
I have ending ) after the , conn2). Tried putting it after the last '0'"), conn2 but it through up error about missing paren
It's not in the text...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:59 am
There's a 256 character limit on the email address fields.
http://technet.microsoft.com/en-us/library/ms142165(SQL.90).aspx
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:56 am
Where's your closing parentheses that should be near the last '0'?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:51 am
The first thing I would check is if the string is being cut as it comes out of the database table. Is it possible you're using a SQL variable...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:41 am
Is it time to implement some sort of entrance exam for SSC? After reading the question I actually spent a few minutes staring at the screen thinking "What .......?...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:33 am
pwalter83 (10/5/2010)
I want to run the 64 bit SSIS package from the SQL job agent. I understand I need to select 'Operating System (CmdExec)' as the Job 'Type'. ...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 8:27 am
wcwarner (9/16/2010)
I have a very simple pkg that truncates a table and pumps fresh data into the table nightly. I have been able to capture the errors in an event...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 7:45 am
The issue here might fall under the classification of undocumented feature, if you know what I mean.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 7:43 am
Brandie Tarvin (10/5/2010)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 5, 2010 at 7:15 am
Paul White NZ (10/4/2010)
jcrawf02 (10/4/2010)
Paul White NZ (10/2/2010)
Maybe, but you wouldn't have envied me and Justin carrying a sofa and six-burner BBQ up the stairs this morning. Comedy.
You should...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 4, 2010 at 6:44 pm
Viewing 15 posts - 1,576 through 1,590 (of 3,666 total)