Viewing 15 posts - 601 through 615 (of 1,124 total)
jjafer (1/31/2009)
I want to trim the white spaces in a string that is used within Join function.
Join (TRIM(Parameters!vnd_name.Value),",") fails with the following error,
[rsCompilerErrorInExpression] The Value expression for the textbox ‘textbox2’...
February 1, 2009 at 4:54 am
You need to do the following steps
1. Add 1 Data Flow Task
2. Inside that Data Flow, Add 1 Excel Source & 1 OLE DB Destionation
3. Set Source & Destination Connections
4....
January 30, 2009 at 9:44 am
Does FromDate & ToDate span across more than 1 day?
January 30, 2009 at 9:38 am
Chris Morris (1/30/2009)
Ramesh (1/30/2009)
Chris Morris (1/30/2009)
simonjw83 (1/30/2009)
Of course !! Thanks Ramesh. My excuse is it's late Friday afternoon in London - long day !!
Not only is it late afternoon,...
January 30, 2009 at 9:36 am
Rock (1/30/2009)
Thanks Ramesh...Its works fine... as per your suggestion.... And I will use right forum in future..:w00t:.
Thanks for the feedback, but make sure to post your queries in appropriate forums...
January 30, 2009 at 9:31 am
GSquared (1/30/2009)
Have you tried NVarchar(max)?
Do you mean converting the source or destination to NVarchar(max)? 'Cause I don't think so its possible to convert to NVarchar(max) in SSIS? Or may...
January 30, 2009 at 9:21 am
Chris Morris (1/30/2009)
simonjw83 (1/30/2009)
Of course !! Thanks Ramesh. My excuse is it's late Friday afternoon in London - long day !!
Not only is it late afternoon, it's friday and...
January 30, 2009 at 9:10 am
Here is an excellent build list SQL Server Build List, includes ALL builds of ALL versions of SQL on a single page with links to respective KB article....
All Thanks to...
January 30, 2009 at 9:05 am
You should see the options "Import Data..." OR "Export Data..." under Tasks option of Database..
January 30, 2009 at 8:59 am
DavidB (1/30/2009)
Not to direct things away from this site but the coverage at the following link is excellent as well.http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
Thanks David, that was indeed excellent... ALL Builds, ALL Versions...
January 30, 2009 at 8:54 am
Have you heard about CASE statements? Here is how to make use of it....
SELECT
Region,
SUM(xValue) as 'Total' ,
SUM(xValue2) as 'AnotherTotal' ,
--COUNT(TestID) as 'Count' -- need to only 'COUNT'...
January 30, 2009 at 8:49 am
There are many ways to do it...
1. Import Export Wizard
2. SSIS
3. Command Utilities such as BCP, SQLCMD etc.
4. Linked Servers
January 30, 2009 at 8:43 am
Actually, the latest build is 10.00.1787.00
See this article SQL Server 2008 Build List[/url] on this site
January 30, 2009 at 8:39 am
Why did you post it in SQL 2005 forum, in first place? It just wastes posters time....
For the solution, I don't have much knowledge in ACCESS, but something like...
January 30, 2009 at 8:35 am
Viewing 15 posts - 601 through 615 (of 1,124 total)