Viewing 15 posts - 406 through 420 (of 805 total)
Why not just stick the URL into the XML source component?
July 2, 2007 at 9:56 am
SSMS does not ahve any way to do it. You could use SSIS or as you said, an app.
There was a little tool shipped with SQL 2000 which did it...
July 2, 2007 at 9:54 am
There are easier ways to importing Excel now with SSIS that having to use Excel Automation.
simplest is to use the Excel connection component and pull the flat data through. if...
July 2, 2007 at 9:05 am
Most odd.
If you are using it as a date, I would say keep it as an integer.
How are you running the query? Through SSMS or through the app when you...
July 2, 2007 at 6:31 am
It that opposite to what I would have expected. But some questions first:
You are sure the column in the table is a varchar(8)?
What is the query plan saying? Is there...
July 2, 2007 at 3:56 am
Right click, execute task. This will work on any task.
July 2, 2007 at 2:02 am
You can specify a wildcard for the for each loop. F*.* will work.
July 2, 2007 at 2:01 am
No.
Select into makes a basic copy of the table.
You'll have to create the table with indexes and do a normal insert
June 29, 2007 at 1:47 am
You cannot use it for multiple projects per-se but create a template from it and use the template.
June 28, 2007 at 8:24 am
How would you log results sets, counts etc? There is a line between logging process information and auditing.
As for auditing, there is a template which will log insert, delete and...
June 28, 2007 at 2:51 am
A few things I found that were sure to crash BIDS 7 / 10 times:
Deleting a data viewer while a project is running.
Using the delete all breakpoints option.
having said that,...
June 28, 2007 at 2:24 am
Here's some info - Seems you not alone.
A number of different things tried. Some responses from MS as well.
Similar: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=127090&wa=wsignin1.0
June 28, 2007 at 2:13 am
If you try running DTEXECUIdtexecui from a command line who's path is what you want? Just a shot in the dark...
June 28, 2007 at 2:06 am
I love the way error messages have portions converted to smilies...
It is your package protection level.
As to why it runs once and then not again, I cannot say.
June 28, 2007 at 2:02 am
Viewing 15 posts - 406 through 420 (of 805 total)