Viewing 15 posts - 1,696 through 1,710 (of 3,221 total)
Askquestions - You have been starring at this for far too long, Now note what you entered.
DBA John Bullock J. Bulllock ...
October 8, 2010 at 9:40 am
Nothing much to do this evening so I will post your table structure the way you should have done it in order to receive a tested answer.
CREATE TABLE #T (title...
October 7, 2010 at 7:41 pm
Search Amazon .... Karen Delaneys Inside Microsoft SQL Server 7.0 (Mps)
Hard Cover available as new for 0.01 .. thats right for 1 penny. Plus my search returned 30 additional...
October 7, 2010 at 2:41 pm
For what it is worth, here is how to return what you desire using T-SQL
SELECT DATENAME (mm ,GETDATE()) + ' ' + CAST(DATEPART (dd, GETDATE()) AS
VARCHAR(2)) + ', '...
October 7, 2010 at 11:50 am
Without using SSIS read this for an explanation and sample code.
http://technet.microsoft.com/en-us/library/bb522522.aspx
If you want to use the MERGE statement in an SSIS package refer to:
October 7, 2010 at 9:27 am
norbertackerman
You will be likely to get a tested answer if you post the table definitions and some sample data along with expected results following the method given in...
October 6, 2010 at 4:27 pm
GilaMonster (10/6/2010)
Tom.Thomson (10/6/2010)
October 6, 2010 at 3:01 pm
Steve Jones:
However you're lucky. I've worked in quite a few shops where the DBAs did their own thing, and ignored or did not communicate with developers. I've also seen many...
October 6, 2010 at 10:29 am
Just have to throw my 2 cents in and help the count along ....
Now how many members of the thread will be coming to SQL Saturday#60 in Cleveland......
October 5, 2010 at 8:40 pm
jcraddock (10/5/2010)
Ok, I figured out how to do this...next question
Well you going to tell the rest of us .. how?
October 5, 2010 at 8:30 pm
Is this what you are seeking?
http://quickfacts.census.gov/qfd/index.html
or here to download a pipe delimited file via FTP
http://factfinder.census.gov/servlet/DownloadDatasetServlet?_lang=en
October 5, 2010 at 1:30 pm
Might I suggest that you examine the MERGE statement. You can start here:
http://technet.microsoft.com/en-us/library/cc879317.aspx
And then if you have difficulties, repost including sample data, desired results, and the T-SQL statement(s)...
October 5, 2010 at 8:53 am
Try this site see if it helps.
October 2, 2010 at 1:38 pm
Your experience is most unusual to say the least.
Using Goggle I uncovered 5 or 6 retailers (NOT Amazon).
Selected CDW Direct, excepted a 5 day delivery lead...
October 2, 2010 at 1:18 pm
Viewing 15 posts - 1,696 through 1,710 (of 3,221 total)