Unix Technical Forum

sqlsvr.exe memory usage increases

This is a discussion on sqlsvr.exe memory usage increases within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> I am using VBA scripts to query SQL and each time i run the query the memory assoc with ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 08:25 PM
Alan Spencer
 
Posts: n/a
Default sqlsvr.exe memory usage increases

I am using VBA scripts to query SQL and each time i run
the query the memory assoc with sqlsvr.exe increases and
does not release.
Dim wksp As DAO.Workspace, conn As DAO.Connection, rst As
DAO.Recordset, fld As DAO.Field

strConnect = "ODBC;DSN="
& "InSQL;UID=wwAdmin;PWD=wwAdmin;Database=Runtim e"
Set wksp = DBEngine.CreateWorkspace
(Server, "wwAdmin", "wwAdmin", dbUseODBC)
Set conn = wksp.OpenDatabase(Server, dbDriverNoPrompt,
True, strConnect)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:46 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com