all groups > sql server (microsoft) > june 2007 > threads for june 15 - 21, 2007
Filter by week: 1 2 3 4 5
Understanding Wait_Resource ID
Posted by at 6/21/2007 6:47:51 AM
I need some help understanding the data retrieved from the
wait_resource column from the dynamic management view
sys.dm_exec_requests.
Normally the data returned is in the format of [database_id]:
[object_id]. Where the object_id returns the table name. That
facilitates finding your points ... more >>
Can SQL Lose Records?
Posted by Neil at 6/20/2007 7:53:32 PM
We are running SQL 7 with a front end that links to the tables through ODBC.
In our main table, the user has no way to delete a record through the
interface, though it is possible to delete it by opening the ODBC link.
Users would have no reason to delete a record, but one of our records turne... more >>
Read Backup File Directly?
Posted by Neil at 6/20/2007 6:24:56 PM
Is there a way to read a backup file to see if it contains a file without
restoring the backup file? We are missing a record from a table, and I need
to find out when it was deleted. We have nightly backup files of the
database. Is it possible, knowing the database name, the table name, and th... more >>
How much memory can SQL Server 2000 address
Posted by walterannz NO[at]SPAM gmail.com at 6/19/2007 4:36:05 PM
How much memory can SQL Server 2000 std. address?
SQL Server 2000 std. is running on Windows 2003 server std edition.
Total memory was 1.5 GB but extra memory was added later.
How can I check how much memory is the SQL server configured to
address? Is there a dbcc command.
Any help will ... more >>
Server Locks and Server not responding
Posted by Bill Willyerd at 6/18/2007 7:41:41 AM
Hello,
I have had a couple of instances where my production server has
stopped serving. I have not been able to determine any specific
cause. On two occasions I have noticed another admin has Altered, or
installed new Stored Procs about 2 hours prior to the Denial of
Service. The db that the... more >>
When is SQL 2000 EOL?
Posted by Leythos at 6/17/2007 8:23:09 PM
I tried searching on MS's site and can't seem to find when they are
going to EOL SQL 2000 - anyone know?
--
Leythos
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an "undocumented worker" is like calling a
drug dealer an "unlicensed pharmacist"
spam999free... more >>
SQL Mirroring - problem between Backup and Witness during Failover
Posted by arrowtech.clayton.lee NO[at]SPAM gmail.com at 6/16/2007 7:08:58 AM
I am having problems with a SQL 2005 Mirroring setup.
Here is the configuration:
4000A - IIS NLB/SQL 2005 Witness
4000B - IIS NLB/SQL 2005 Backup
4000C - SLQ 2005 Primary
All three servers have 3 nics - 1 internet facing (and for A & B
configured for NLB), 1 for backend communication and... more >>
How to retrieve results from a dynamic SQL query
Posted by InvestorTrade at 6/15/2007 1:41:58 PM
Hi,
I have a query that is formed dynamically, and I need to be able
store the result in a variable, and example of this would be:
BEGIN
DECLARE @myresult int
DECLARE @query = 'select count(*) from sysobjects'
SET @myresult = exec (@query)
END
I thought of using Glo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|