Viewing 15 posts - 151 through 165 (of 3,366 total)
SQL Server 2005 does not come with ADO.NET connection so you need to create XSD to load the XML into a XML data flow task then create execute SQL Task...
November 20, 2010 at 4:27 pm
clement.degroote (11/19/2010)
yes i did;control total to everyone
If permissions is not the issue it may related to the attachement definition in the code. There are two ways to send attachments with...
November 19, 2010 at 8:21 am
dmbaker (11/19/2010)
Jeff Moden (11/18/2010)
Jeff Moden (11/4/2010)
I have to ask because I just don't know... Hopefully, one of you do. Is CDONTS and sp_OA* available in SQL Server Express?Anyone?
I'm not...
November 19, 2010 at 7:34 am
APrisk2 (11/18/2010)
I would validate the physical path and permissions.
Another thing this is the attachment definition not enough to hold large files so change that to NVarchar (max).
@strAttachments [nvarchar](4000)
November 18, 2010 at 9:24 am
Matthew Clifford (11/9/2010)
If the user is in IIS5 which runs in Win2k trusted for delegation is not valid because Delegation comes with Win2003 some of the reasons creating an account...
November 9, 2010 at 10:12 am
Matthew Clifford (10/12/2010)
Add your SQL Service Account to SeEnableDelegationPrivilege under user rights.
I...
November 9, 2010 at 8:47 am
mytrashcan (11/5/2010)
I am getting this exact message in two environments; first is Vista Home with SQL Express, second is XP with...
November 8, 2010 at 7:04 am
mytrashcan (11/5/2010)
Msg 6522, Level 16, State 1, Procedure p_SendEMail, Line 0
A .NET Framework error occurred during execution of user-defined routine or aggregate "p_SendEMail":
System.Security.SecurityException: Request...
November 5, 2010 at 2:04 pm
amet gbas (11/4/2010)
tested it an get this error while trying to run stored procedure;
Msg 6522, Level 16, State 1, Procedure p_SendEMail, Line 0
A .NET Framework error occurred during execution of...
November 5, 2010 at 7:40 am
The net is the great equalizer it is the reason very few code sets impress me because most are modified Microsoft or now Oracle code. I have also met...
November 2, 2010 at 2:47 pm
christina.sharp (10/27/2010)
October 29, 2010 at 9:32 am
Waianapapa (10/1/2010)
October 8, 2010 at 9:22 am
DucatiRider (9/23/2010)
September 23, 2010 at 12:33 pm
serhan2uk (9/9/2010)
Hi,How do you test data mining?
There is code samples you could download and run in the link below, also run a search for prediction modeling for third party implementation...
September 10, 2010 at 9:35 am
server XXXXXXX\SQLEXPRESS and connection string format: Data
Source={0};Initial Catalog=master;Integrated Security=True;Connect
Timeout=2;Application Name=XXXXXXXX(Application Name).
I think you need to start with your connection string it is saying your application is connecting to the...
September 8, 2010 at 5:18 pm
Viewing 15 posts - 151 through 165 (of 3,366 total)