Click here to Skip to main content
15,884,388 members
Home / Discussions / Database
   

Database

 
GeneralRe: get into big problem-need help Pin
Colin Angus Mackay3-Jul-06 1:51
Colin Angus Mackay3-Jul-06 1:51 
GeneralRe: get into big problem-need help Pin
aligatojohn3-Jul-06 20:49
aligatojohn3-Jul-06 20:49 
QuestionHow 2 find 4th working day of any month using PL/SQL? Pin
Jazzy_J30-Jun-06 23:55
Jazzy_J30-Jun-06 23:55 
AnswerRe: How 2 find 4th working day of any month using PL/SQL? Pin
Paul Conrad1-Jul-06 17:53
professionalPaul Conrad1-Jul-06 17:53 
QuestionGetting Data from Excel to SQL Server.. Pin
GBal30-Jun-06 23:33
GBal30-Jun-06 23:33 
QuestionPlease Help me for finding a word from field in SQL Pin
Jesal Rana30-Jun-06 19:32
Jesal Rana30-Jun-06 19:32 
AnswerRe: Please Help me for finding a word from field in SQL Pin
Paul Conrad30-Jun-06 19:52
professionalPaul Conrad30-Jun-06 19:52 
QuestionCLR Integration and SQL Express XCOPY deployment hell Pin
Furty30-Jun-06 16:23
Furty30-Jun-06 16:23 
I originally developed my application using SQL 2005 Developer Edition, but want to switch to using an XCOPY deployed DB on SQL Express for deployement.

I have successfully copied the database.mdf/ldf files over to me project, and can connect using Data Source=.\SQLExpress and AttachDbFilename=|DataDirectory|\[database].mdf attributes.

The question is, how do I enable CLR integration for my C# SP's?

I've tried executing the following in various places:

sp_configure 'clr enabled', 1
go
reconfigure
go

But I obviously haven't hit the spot because I'm getting the following error when VS deploys my SP library:

Error: starting database upload transaction failed.
Error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Any ideas?
QuestionCreate composite key on existing table Pin
leckey30-Jun-06 9:27
leckey30-Jun-06 9:27 
AnswerRe: Create composite key on existing table Pin
Colin Angus Mackay30-Jun-06 10:22
Colin Angus Mackay30-Jun-06 10:22 
GeneralRe: Create composite key on existing table Pin
leckey30-Jun-06 10:31
leckey30-Jun-06 10:31 
QuestionIBM DB2 SQL Error Code to String Pin
Christopher Stratmann30-Jun-06 2:55
Christopher Stratmann30-Jun-06 2:55 
QuestionLaoding the whole database tables into a DataSet Pin
hamidreza_buddy30-Jun-06 0:43
hamidreza_buddy30-Jun-06 0:43 
AnswerRe: Laoding the whole database tables into a DataSet [modified] Pin
Colin Angus Mackay30-Jun-06 1:02
Colin Angus Mackay30-Jun-06 1:02 
GeneralRe: Laoding the whole database tables into a DataSet Pin
hamidreza_buddy1-Jul-06 0:53
hamidreza_buddy1-Jul-06 0:53 
GeneralRe: Laoding the whole database tables into a DataSet Pin
Colin Angus Mackay1-Jul-06 1:15
Colin Angus Mackay1-Jul-06 1:15 
QuestionPlease help me for finding a word from a field of database Pin
Jesal Rana29-Jun-06 23:22
Jesal Rana29-Jun-06 23:22 
AnswerRe: Please help me for finding a word from a field of database Pin
Paddy Boyd29-Jun-06 23:35
Paddy Boyd29-Jun-06 23:35 
Questionsubstring and charindex Pin
uglyeyes29-Jun-06 15:23
uglyeyes29-Jun-06 15:23 
AnswerRe: substring and charindex Pin
Colin Angus Mackay29-Jun-06 21:36
Colin Angus Mackay29-Jun-06 21:36 
AnswerRe: substring and charindex Pin
vivek-g30-Jun-06 1:15
vivek-g30-Jun-06 1:15 
AnswerRe: substring and charindex Pin
Mike Dimmick1-Jul-06 21:34
Mike Dimmick1-Jul-06 21:34 
QuestionBest practices for installation needed Pin
Gary Wheeler29-Jun-06 11:04
Gary Wheeler29-Jun-06 11:04 
AnswerRe: Best practices for installation needed Pin
Frank Kerrigan30-Jun-06 6:19
Frank Kerrigan30-Jun-06 6:19 
GeneralRe: Best practices for installation needed Pin
Gary Wheeler30-Jun-06 7:54
Gary Wheeler30-Jun-06 7:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.