Viewing 15 posts - 9,751 through 9,765 (of 13,874 total)
Alex Friedman (7/9/2013)
Phil Parkin (7/9/2013)
What do you mean by 'built-in button' exactly? Are you still within SSMSBoost, or just plain SSMS?
SSMSBoost comes with a toolbar, and one of the buttons...
July 9, 2013 at 5:32 am
Alex Friedman (7/9/2013)
Phil Parkin (7/8/2013)
I have SSMSBoost (very useful) but had not, until today, tried to create custom macros.
I spent some time looking through all of the available commands and...
July 9, 2013 at 3:28 am
Thank you, MM, for taking the time to read and answer my post.
The solution you propose works fine if the SQL Server database engine is 2008R2 or below.
But it fails...
July 9, 2013 at 12:17 am
SQL Muscle (7/8/2013)
Phil Parkin (7/8/2013)
July 8, 2013 at 11:52 pm
Alex Friedman (7/8/2013)
lshanahan (7/8/2013)
There is one additional thing I would like to be able to do though: select a block of text and then use a keyboard shortcut (like...
July 8, 2013 at 11:50 pm
This is exactly the technique I use in long 'utility' scripts and it works very well. I generally leave everything commented out until I need it, in case someone drops...
July 8, 2013 at 5:26 am
Can you convert the .xls to a .csv? It would make your life easier.
July 8, 2013 at 12:13 am
Not sure, but this may be a 32/64-bit issue. Can you try running the package in 32-bit mode and see whether that helps?
July 7, 2013 at 11:57 pm
Where are you executing the package?
July 7, 2013 at 10:53 pm
I think you'll need to write some code. Here[/url] is a starter - you'll have to expand on it to get it doing what you want.
July 7, 2013 at 10:49 pm
Vikash Kumar Singh (7/5/2013)
You can try the solution listed here.SSIS: How to load multiple excel files into multiple SQL tables?
Although it looks like this will work, SSIS is not...
July 5, 2013 at 8:26 am
Can anyone recommend a solution?
If you can enforce a common column-naming / data-typing format on all of the Excel files, you have a chance of using SSIS and looping to...
July 5, 2013 at 4:00 am
Sri8143 (7/5/2013)
DECLARE @Var1 VARCHAR(10)
DECLARE...
July 5, 2013 at 12:25 am
No problem.
Within the SSIS data pipeline, there is not really a concept of table names. The source data values are copied to in-memory variables which then flow through the pipeline...
July 4, 2013 at 5:14 am
(clutching at straws...)
One thing worth checking: try changing the tilde (~) to something else (eg 'x'), just in case it is being interpreted as a special character. It does have...
July 4, 2013 at 5:05 am
Viewing 15 posts - 9,751 through 9,765 (of 13,874 total)