Click here to Skip to main content
15,897,187 members
Home / Discussions / Database
   

Database

 
GeneralFinding lowest integer in an Access Database Pin
pjholliday11-Dec-04 11:24
pjholliday11-Dec-04 11:24 
GeneralRe: Finding lowest integer in an Access Database Pin
Mekong River11-Dec-04 16:59
Mekong River11-Dec-04 16:59 
GeneralRe: Finding lowest integer in an Access Database Pin
pjholliday12-Dec-04 2:24
pjholliday12-Dec-04 2:24 
GeneralRe: Finding lowest integer in an Access Database Pin
Edbert P12-Dec-04 13:24
Edbert P12-Dec-04 13:24 
GeneralUrgent ! Doubt in Sql Pin
goldsuji11-Dec-04 0:54
goldsuji11-Dec-04 0:54 
GeneralRe: Urgent ! Doubt in Sql Pin
venadder11-Dec-04 8:42
venadder11-Dec-04 8:42 
GeneralRe: Urgent ! Doubt in Sql Pin
goldsuji12-Dec-04 19:48
goldsuji12-Dec-04 19:48 
GeneralRe: Urgent ! Doubt in Sql Pin
Mekong River11-Dec-04 17:04
Mekong River11-Dec-04 17:04 
Generalbackup fails!!Urgent Pin
venadder10-Dec-04 13:03
venadder10-Dec-04 13:03 
GeneralRe: backup fails!!Urgent Pin
venadder11-Dec-04 7:04
venadder11-Dec-04 7:04 
GeneralUsing Instances of CRecordset Pin
Chris Meech10-Dec-04 8:20
Chris Meech10-Dec-04 8:20 
GeneralSpecified cast is not valid Pin
Anonymous10-Dec-04 7:44
Anonymous10-Dec-04 7:44 
GeneralRe: Specified cast is not valid Pin
tojamismis10-Dec-04 12:36
tojamismis10-Dec-04 12:36 
GeneralCannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
jomargon10-Dec-04 5:25
jomargon10-Dec-04 5:25 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
Colin Angus Mackay10-Dec-04 5:44
Colin Angus Mackay10-Dec-04 5:44 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
jomargon10-Dec-04 13:56
jomargon10-Dec-04 13:56 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
jomargon10-Dec-04 5:58
jomargon10-Dec-04 5:58 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
Colin Angus Mackay10-Dec-04 6:05
Colin Angus Mackay10-Dec-04 6:05 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
jomargon10-Dec-04 14:02
jomargon10-Dec-04 14:02 
GeneralRe: Cannot connect to SQL Server using Visual Studio .NET and Query Analyzer Pin
jomargon10-Dec-04 14:03
jomargon10-Dec-04 14:03 
GeneralCalling sp_helptext from ASPNET Pin
Hans Ruck10-Dec-04 5:02
Hans Ruck10-Dec-04 5:02 
GeneralRe: Calling sp_helptext from ASPNET Pin
Colin Angus Mackay10-Dec-04 5:36
Colin Angus Mackay10-Dec-04 5:36 
You don't give enough information. An exception gives information about what went wrong, What does it say?

Bogdan Rechi wrote:
Do i have to login as "sa"? Is this the only solution available?

Never ever ever under any circumstances run SQL Server through ASP.NET an application with the sa (or any user that has the sysadmin fixed server role). I cannot emphasise enough the large wide gaping security hole you will open in your application if you do.

Also, the SQL Server documentation have this to say about sp_helptext: "Execute permissions default to the public role." That means everyone who can log in to the SQL Server and has access to that database can call the stored procedure. So, you have absolutely no reason what-so-ever for using sa.




Do you want to know more?
WDevs.com - Member's Software Directories, Blogs, FTP, Mail and Forums


GeneralRe: Calling sp_helptext from ASPNET Pin
Hans Ruck10-Dec-04 6:18
Hans Ruck10-Dec-04 6:18 
GeneralRe: Calling sp_helptext from ASPNET Pin
tojamismis10-Dec-04 11:28
tojamismis10-Dec-04 11:28 
GeneralRe: Calling sp_helptext from ASPNET Pin
Edbert P12-Dec-04 13:34
Edbert P12-Dec-04 13:34 

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.