Viewing 15 posts - 1 through 15 (of 28 total)
There is no built in function - you would need to create your own.
See http://blogs.msdn.com/rextang/archive/2008/01/13/7091118.aspx
September 1, 2009 at 3:59 am
There are no 64-bit OLEDB drivers for Excel.
You can normally get around this on a 64-bit machine by executing the package with the 32-bit version of dtexec - typically found...
April 29, 2009 at 12:59 am
If it works some of the time, it's not permissions related.
You may or may not know that Linux is case-sensitive for file and folder names. Is it possible that you're...
April 28, 2009 at 8:41 am
This looks like a permissions issue on the FTP server. Using the same account as the SSIS package, are you able to create a file using an FTP client?
April 28, 2009 at 8:32 am
You might be able to do this with a script task.
However, having Googled a bit there is apparently no native support for SFTP within the .Net framework.
There are various...
April 28, 2009 at 8:29 am
You may need to restart the SSRS and, if that fails, IIS services to flush the old style sheet out of the cache.
April 21, 2009 at 2:34 am
Like RBarryYoung, I can't replicate the behaviour you describe between SQL 2005 Management Studio and Excel 2003.
However, I can think of two possible sources of confusion here.
When represented as an...
April 2, 2009 at 6:58 am
Your query doesn't return the correct results because you don't limit the join to only connect to the next record in the sequence - you're comparing each record with every...
January 29, 2009 at 1:40 am
I don't think this is possible in pure T-SQL. There might be a way to do it with CLR, storing the value in a large decimal field and using an...
December 15, 2008 at 3:39 am
I think perhaps we're talking at cross purposes.
My understanding is that the original question asked how to assign a single row, single column result set from a SQLCMD query...
December 1, 2008 at 7:15 am
Grant, do you have a working example of how to assign a value back to a CMD variable using SQLCMD that you're able to post here?
It seems like something one...
December 1, 2008 at 6:46 am
The way I done this in the past to direct the output of SQLCMD to a text file, then read the value from the text file back into a variable:
sqlcmd...
December 1, 2008 at 4:22 am
Viewing 15 posts - 1 through 15 (of 28 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy