Viewing 15 posts - 151 through 165 (of 175 total)
You could use SSIS and read the schema of the excel file.
http://www.mssqltips.com/tip.asp?tip=1674
Looks fairly complicated. I have't done it.
This quote looks important to note.
'You could also use a...
September 10, 2009 at 1:54 pm
Thanks, I'll look at the SQL server agent options.
September 10, 2009 at 8:47 am
>>By default it should drop to the next statement when the xp_cmdshell completes. What that lead me to believe is that xp_cmdshell is NOT completing. Does it EVER finish?
No, it...
September 9, 2009 at 2:01 pm
OK Sarcasm dropped. Thanks for helping.
>>1. What other statements?
Insert and updates
>>2. What is the determiner to move on?
Simply that the xp_cmdShell command was executed
<<3. Is this all in a single...
September 9, 2009 at 1:21 pm
Elliott W (9/9/2009)
September 9, 2009 at 12:55 pm
If you can't migrate the express installation over to Standard for some reason you can use the following to backup express. http://www.codeplex.com/ExpressMaint
September 8, 2009 at 11:59 am
Mahesh Bote (9/1/2009)
September 1, 2009 at 8:35 am
Adi Cohn (9/1/2009)
September 1, 2009 at 8:30 am
Lynn Pettis (8/27/2009)
Its the least...
August 28, 2009 at 1:09 pm
Import into a staging table and then insert from you staging table into your final destination.
You'll need to specify the columns in you insert from staging to destination, see BOL...
August 27, 2009 at 3:15 pm
Sharepoint can create knowledge bases for this, I bet their are templates available.
What I try to encourage on ad hoc queries is paste your select into the bottom of...
August 27, 2009 at 1:12 pm
Okay thanks, I wasn't aware of waitfordelay
August 26, 2009 at 3:55 pm
Has anyone seen any issues with vendors saying we don't support 64 bit or is that not an issue?
August 19, 2009 at 9:22 am
Thanks all. We do use SSIS so the driver issues may be a problem. I imagine we may also have issues with 3rd party vendor support. My takeaway, If you...
August 18, 2009 at 2:08 pm
Viewing 15 posts - 151 through 165 (of 175 total)