all groups > sql server clients > november 2003 > threads for november 22 - 28, 2003
Filter by week: 1 2 3 4 5
ADO vs Query Analyser
Posted by Alexander Bach at 11/28/2003 5:02:44 PM
Hi,
Is there any known issue about the situation when the same query runs way
much slower via ADO than via isqlw?
Sometimes when I have a comlicated query (with joined subqueries etc) the
query runs very slow via ADO. When I spy in Profiler it tells me, say
3000000 reads, 29 sec.
When I co... more >>
"No Items" on Database Tree in Enterprise Manager
Posted by Stéphane_Collin at 11/28/2003 11:38:35 AM
I got 2 computers in here that displays "No items" under=20
the database tree in SQL Enterprise Manager.=20
When I hit refresh... it takes a loooong looong time (I am=20
talking minutes here), but sometimes the databases are=20
appearing afterwards.
I read on other site that other people ha... more >>
msde or mssql?
Posted by Lau Poh Heng at 11/27/2003 12:29:19 AM
how to tell whether a server is running msde or mssql??
... more >>
SQL Licensing
Posted by Brett Taft at 11/26/2003 2:24:45 PM
I need help verifying how many access licenses I have on
my SQL server. Nothing shows up in the normal licesneing
area in windows 2000.
When I purchased the server it was with the understanding
that I bought a per processor licesense so that I would
deal with issue with access
licenses... more >>
Best practice for locking records (VB, ADO and SQL)
Posted by SeanGrebey at 11/26/2003 8:31:02 AM
What is the perferred method of locking records in a Client-Server based application? Here is the situation, I have a list of records that I use to populate a form. On selecting a record (list box based), I query the Database via an ADO Recordset (basic SELECT * WHERE ID = #####), and then I populat... more >>
Formating Decmial Places in an Expression
Posted by Anthony Boyd at 11/24/2003 6:33:07 PM
I'm trying to find a way to set the decimal places returned in an expression
through a view, I've listed the SQL statement below. The two expressions I
am looking at are the PagesHr and the BatchesHr, they are showing 12 decimal
places and I would like the to show only 2. I've used the LEFT and... more >>
Locking
Posted by Noorali Issani at 11/24/2003 12:17:56 PM
Dear Professional
I read about Locking from BOL but still I have some confusion can any body
give me any URL from where I can get the detail locking concept step by
step.
Thanks in advance
Noor
... more >>
Scheduled DTS import and Delete Query
Posted by Guy Hocking at 11/24/2003 10:54:43 AM
Hi there,
I am new to SQL Server, we are running SQL Server 7
I am having some trouble with creating a delete query.
Basically, i have developed a Access database that exports data to a .csv
file, to be imported to SQL server via a scheduled DTS package.
Most of the .csv files will only hav... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
multiple server update
Posted by Harshal Mistry at 11/22/2003 1:19:53 PM
hello,
Suppose i have a transaction which updates multiple tables on multiple
servers,how do I get the confirmation that the update on a specific server
is complete?
I can use @@error , but even if it is zero it is not necessary that the
update has happened.
is there any other way?
thanks,
r... more >>
|