Viewing 6 posts - 1 through 6 (of 6 total)
I was called out with this error today, our SSRS doesn't run in Sharepoint but after some investigation I found that the SQL server Data disk had ran out of...
March 20, 2016 at 4:53 am
I can't believe this is the slickest way to achieve what you're after, but this works :w00t:
[font="Arial Black"]CREATE PROCEDURE EXPORT_DATA
@FileName varchar(255)
as
begin
declare @bcpCommand varchar(255), @Result int
set @bcpCommand = 'bcp "Select 1...
July 9, 2010 at 4:12 am
My Advice for performance would be to use RDB Views and Stored procedures, let RDB do the merging and filtering where possible.
Mike
December 20, 2007 at 1:42 am
Dave, I believe that the 'MS OLE DB provider for ODBC drivers' 64-bit is available, its the Oracle ODBC RDB 64 bit drivers that are not yet available. Although,...
December 19, 2007 at 2:39 am
Hi, I think I can help here.
1. Download the latest Oracle RDB ODBC driver from Oracle.
2. Create and configure your ODBC connection to the database in question.
3. Navigate...
December 19, 2007 at 2:07 am
Hi, not sure if this will help or not. I was asked to write a report to predict when servers would run out of disk capacity so I wanted to...
December 19, 2007 at 1:47 am
Viewing 6 posts - 1 through 6 (of 6 total)