Click here to Skip to main content
15,886,919 members
Home / Discussions / Database
   

Database

 
AnswerRe: Regarding mdf file Pin
Eddy Vluggen27-Jun-12 1:46
professionalEddy Vluggen27-Jun-12 1:46 
Questionplease help me with sqlite3 problem. Pin
mimi052526-Jun-12 20:04
mimi052526-Jun-12 20:04 
AnswerRe: please help me with sqlite3 problem. Pin
Peter_in_278026-Jun-12 21:02
professionalPeter_in_278026-Jun-12 21:02 
GeneralRe: please help me with sqlite3 problem. Pin
mimi052526-Jun-12 21:17
mimi052526-Jun-12 21:17 
AnswerRe: please help me with sqlite3 problem. Pin
Peter_in_278026-Jun-12 21:35
professionalPeter_in_278026-Jun-12 21:35 
GeneralRe: please help me with sqlite3 problem. Pin
mimi052526-Jun-12 22:03
mimi052526-Jun-12 22:03 
GeneralRe: please help me with sqlite3 problem. Pin
mimi052526-Jun-12 22:13
mimi052526-Jun-12 22:13 
QuestionComparing Performance monitor counters for SQL.UserConnections Vs. SSRS.ActiveConnections Pin
Jon_Boy26-Jun-12 6:47
Jon_Boy26-Jun-12 6:47 
I'm trying to debug whether or not a SSRS app is leaving open sql connections. I wrote a test app that uses a custom SSRS reporting object (written in VB.net) that calls reports in a loop. Each time the reporting object is destroyed and recreated.

The server is 2008 R2 and the SQL server is 2008 R2. I have Performance Monitor open on the server with the following counters added in:
ReportServer:Service - Active Connections
SQLServer:General Statistics - User Connections

SSRS.ActiveConnections is displaying 97 current connections.
SQL.UserConnections is displaying 38 current connections.

If I open Management Studio and use the Activity Monitor, selecting all databases - there are exactly 38 connections. If I run sp_who2 and remove the lines that are for the master DB and sa account, there are again 38 connections (prior 64)



I'm very confused on the different #s being reported in the counters. Can anyone shed light into this? Is the ReportServer:Service - Active Connections actual DB connections or connections to the service? Should the SQL.UserConnections include SSRS report connections?
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

Questionworkflow foundation in visual studio 2008 Pin
Member 904774326-Jun-12 1:18
Member 904774326-Jun-12 1:18 
QuestionRe: workflow foundation in visual studio 2008 Pin
Richard MacCutchan26-Jun-12 2:14
mveRichard MacCutchan26-Jun-12 2:14 
QuestionReg SSRS 2008 Pin
Member 904774326-Jun-12 1:16
Member 904774326-Jun-12 1:16 
QuestionRe: Reg SSRS 2008 Pin
Richard MacCutchan26-Jun-12 2:14
mveRichard MacCutchan26-Jun-12 2:14 
QuestionEDm->LINQ->WCF data services? Pin
vkap25-Jun-12 9:13
vkap25-Jun-12 9:13 
AnswerRe: EDm->LINQ->WCF data services? Pin
Mycroft Holmes25-Jun-12 13:10
professionalMycroft Holmes25-Jun-12 13:10 
Questionget list of connected users Pin
Danzy8325-Jun-12 3:31
Danzy8325-Jun-12 3:31 
AnswerRe: get list of connected users Pin
Eddy Vluggen25-Jun-12 4:44
professionalEddy Vluggen25-Jun-12 4:44 
Answersp_who or sp_who2 Pin
David Mujica25-Jun-12 5:45
David Mujica25-Jun-12 5:45 
GeneralRe: sp_who or sp_who2 Pin
Danzy8325-Jun-12 11:29
Danzy8325-Jun-12 11:29 
QuestionHow to secure a database? Pin
Kujtim Hyseni24-Jun-12 23:47
Kujtim Hyseni24-Jun-12 23:47 
AnswerRe: How to secure a database? Pin
Eddy Vluggen25-Jun-12 0:45
professionalEddy Vluggen25-Jun-12 0:45 
GeneralRe: How to secure a database? Pin
Kujtim Hyseni25-Jun-12 1:13
Kujtim Hyseni25-Jun-12 1:13 
AnswerRe: How to secure a database? Pin
Eddy Vluggen25-Jun-12 1:17
professionalEddy Vluggen25-Jun-12 1:17 
GeneralRe: How to secure a database? Pin
Kujtim Hyseni25-Jun-12 1:20
Kujtim Hyseni25-Jun-12 1:20 
AnswerRe: How to secure a database? Pin
Eddy Vluggen25-Jun-12 1:31
professionalEddy Vluggen25-Jun-12 1:31 
GeneralRe: How to secure a database? Pin
Jörgen Andersson25-Jun-12 6:22
professionalJörgen Andersson25-Jun-12 6:22 

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.