Viewing 15 posts - 2,836 through 2,850 (of 7,168 total)
Have you tried using the MSDAORA provider instead of MSDASQL?
Here is a tutorial from 2006 that should still be relevant for SQL 2008.
November 8, 2012 at 9:10 am
A related, recent post:
http://www.sqlservercentral.com/Forums/Topic1375169-364-1.aspx#bm1375221
I think SSDT 2012 (built on VS2010 Shell) is still only available as a 32-bit app so if using an Oracle ODBC driver you'll need to create...
November 5, 2012 at 5:14 pm
When compiling a statement, if table referenced in the statement exists then SQL Server will validate the columns in that table, else it will employ 'deferred name resolution.' You are...
November 5, 2012 at 5:05 pm
Jeff Moden (11/2/2012)
November 5, 2012 at 11:17 am
WMI tends to be a bit trickier to get working than some other methods due to security and the syntax of the WQL.
This method, which uses a .NET class, is...
November 5, 2012 at 9:28 am
I know you checked, but all I can offer for the error is that the times I or myself have experienced the 'Invalid Parameter' issue it has been related to...
November 5, 2012 at 8:26 am
I'll throw one other technique out there that I use quite a bit. It may not handle things like verifying someone can see something in Object Explorer that they think...
November 2, 2012 at 11:07 am
OK, I think I arrived at a possible explanation of what is going on:
Chances are the Server Proxy is not involved. I think we can attach a remote file when...
November 2, 2012 at 10:07 am
I had to try it for myself so here is your code ported to C#. It worked as advertised for me:
[font="Courier New"]using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using Microsoft.SqlServer.Server;
public partial class UserDefinedFunctions
{
[Microsoft.SqlServer.Server.SqlFunction]
public...
November 1, 2012 at 5:08 pm
outsider32 (11/1/2012)
It is on the next line after the data, there is only one return after the data.So i'm getting:
Comments
(cursor here)
I am on version: 11.0.2100.60
I appreciate the help!
The written word...
November 1, 2012 at 3:27 pm
I cannot recreate the issue on 2008R2. I'll try it on 2012 later, but to make sure, what build # are you on?
bcp -v
should tell you
And when you say "below...
November 1, 2012 at 3:08 pm
sunny.tjk (11/1/2012)
opc.three (10/31/2012)
sunny.tjk (10/31/2012)
November 1, 2012 at 2:05 pm
steve.laforge (11/1/2012)
November 1, 2012 at 10:07 am
Viewing 15 posts - 2,836 through 2,850 (of 7,168 total)