Groups | Blog | Home


Archived Months
March 2003
April 2003
May 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
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 >>




DevelopmentNow Blog