Click here to Skip to main content
15,914,109 members
Home / Discussions / Database
   

Database

 
QuestionCan I delete completely a mdb file? Pin
ATC15-Sep-04 6:48
ATC15-Sep-04 6:48 
AnswerRe: Can I delete completely a mdb file? Pin
David Salter16-Sep-04 10:45
David Salter16-Sep-04 10:45 
GeneralError Handling in exception Pin
DotNet15-Sep-04 4:56
DotNet15-Sep-04 4:56 
GeneralRe: Error Handling in exception Pin
Mike Ellison15-Sep-04 12:31
Mike Ellison15-Sep-04 12:31 
Questionhow to save a image sqlserver field to hd Pin
Anonymous15-Sep-04 0:30
Anonymous15-Sep-04 0:30 
AnswerRe: how to save a image sqlserver field to hd Pin
pbpb15-Sep-04 4:18
pbpb15-Sep-04 4:18 
GeneralRe: how to save a image sqlserver field to hd Pin
Anonymous16-Sep-04 4:19
Anonymous16-Sep-04 4:19 
GeneralAlphabetical sorting - SQL Pin
butchzn14-Sep-04 23:14
butchzn14-Sep-04 23:14 
GeneralRe: Alphabetical sorting - SQL Pin
pbpb14-Sep-04 23:46
pbpb14-Sep-04 23:46 
GeneralRe: Alphabetical sorting - SQL Pin
butchzn27-Sep-04 1:44
butchzn27-Sep-04 1:44 
Questioncopy db diagrams from one sql server to another? Pin
Roger Alsing14-Sep-04 21:42
Roger Alsing14-Sep-04 21:42 
AnswerRe: copy db diagrams from one sql server to another? Pin
Totoo15-Sep-04 9:50
Totoo15-Sep-04 9:50 
GeneralVarbinary field comparisons Pin
cpritt14-Sep-04 8:29
cpritt14-Sep-04 8:29 
GeneralRe: Varbinary field comparisons Pin
Jon Rista14-Sep-04 8:44
Jon Rista14-Sep-04 8:44 
GeneralRe: Varbinary field comparisons Pin
cpritt14-Sep-04 9:52
cpritt14-Sep-04 9:52 
GeneralRe: Varbinary field comparisons Pin
Jon Rista14-Sep-04 13:17
Jon Rista14-Sep-04 13:17 
GeneralRe: Varbinary field comparisons Pin
cpritt14-Sep-04 18:57
cpritt14-Sep-04 18:57 
GeneralRe: Varbinary field comparisons Pin
Jon Rista15-Sep-04 7:16
Jon Rista15-Sep-04 7:16 
GeneralRe: Varbinary field comparisons Pin
cpritt15-Sep-04 8:54
cpritt15-Sep-04 8:54 
GeneralRe: Varbinary field comparisons Pin
Jon Rista30-Sep-04 18:52
Jon Rista30-Sep-04 18:52 
GeneralExtreme performance issues (SQL Server 2000/ADO.NET/C#) Pin
Jon Rista14-Sep-04 8:14
Jon Rista14-Sep-04 8:14 
GeneralRe: Extreme performance issues (SQL Server 2000/ADO.NET/C#) Pin
Steven Campbell14-Sep-04 9:34
Steven Campbell14-Sep-04 9:34 
Some thoughts/questions, in random order:
1) Are you execuring the stored procedures synchronousy?
2) Are you using ADO.NET transactions? (don't)
3) Is your service running at a low priority (use task manager to view base priority)
4) Have you installed the latest service pack for whatever version of .NET you are using?
5) What network library are you using to connect?
6) In the SQL Server Client Network Utility, is the "Enable Shared Memory Protocol" checkbox checked? (Try unchecking it)
7) Which method are you using to execute (best would be ExecuteNonQuery)
8) Try placing SET NOCOUNT ON as the first line of your stored procedures

See also this MSDN checklist.


my blog
GeneralRe: Extreme performance issues (SQL Server 2000/ADO.NET/C#) Pin
Steven Campbell14-Sep-04 9:35
Steven Campbell14-Sep-04 9:35 
GeneralRe: Extreme performance issues (SQL Server 2000/ADO.NET/C#) Pin
Jon Rista14-Sep-04 13:13
Jon Rista14-Sep-04 13:13 
GeneralRe: Extreme performance issues (SQL Server 2000/ADO.NET/C#) Pin
Steven Campbell14-Sep-04 14:08
Steven Campbell14-Sep-04 14:08 

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.