Viewing 15 posts - 6,856 through 6,870 (of 11,678 total)
To get you started, read the following article:
Working with Excel Files with the Script Task
Example 2 Description: Check Whether an Excel Table Exists is the one you need.
June 15, 2012 at 4:00 am
I'm further answering your question on the MSDN forum 🙂
June 15, 2012 at 3:52 am
I don't see the link with certification, but anyway...
You first need to find which sheet you need to load from.
I think the easiest option is to find that sheet using...
June 15, 2012 at 3:10 am
Yahoo has SQL Server cubes that go into the terabytes.
You'll be fine as long as the hardware can handle it and as long as your processing window is large enough.
June 15, 2012 at 3:00 am
When I execute the command given in the question, I get the following error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ','.
That's because you need to specify the...
June 15, 2012 at 2:42 am
n.heyen (6/14/2012)
The very last line of the SQL query did not have an...
June 14, 2012 at 11:55 pm
Kiara (6/14/2012)
June 14, 2012 at 7:00 am
venoym (6/14/2012)
Is the intent to test your Index DEFAULT (as the name of the QotD implies), in which case the answer CLUSTERED is correct.
No, that's not correct.
The default for a...
June 14, 2012 at 6:58 am
John Mitchell-245523 (6/14/2012)
You can right-click on the package in Solution Explorer and choose Reload with Upgrade. It's a bit easier than coming out of BIDS altogether.John
I didn't even know...
June 14, 2012 at 5:18 am
What exactly do you mean with "directory path held in an XML file"?
June 14, 2012 at 4:43 am
Include AND derived.Status = @status at the end.
June 14, 2012 at 3:41 am
Normally this should work:
Alter procedure [dbo].[Application]
@forename varchar(50),
@surname varchar(50),
@status int,
@origin int,
@pagenumber int,
@pagesize int,
@sortexpression varchar(32),
@sortorder varchar(4)
as
select OriginName,[Status],Forename,Surname,EmailAddress,CreateDate,LastUpdate,UseAccountNumber
from
(
...
June 14, 2012 at 3:25 am
Maybe you can share some more information?
What is the stored procedure supposed to do?
What is the structure of the table?
Read the first link in my signature about posting questions.
It will...
June 14, 2012 at 3:09 am
SELECT * FROM
(SELECT
myID -- something that uniquely identifies your row
,userAccount
...
June 14, 2012 at 2:55 am
There must be some other issue, because SSIS string variables can go at least to 4000 characters.
ps: please don't crosspost. If someone else answers on your other thread, it will...
June 14, 2012 at 2:52 am
Viewing 15 posts - 6,856 through 6,870 (of 11,678 total)