Groups | Blog | Home


Archived Months
March 2003
May 2003
June 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
November 2007


all groups > sql server clients > may 2007

SQL Port issue
Posted by Rogers at 5/28/2007 10:43:10 AM
I have Windows 2003 Server and installed SQL Server 2000 Sp 4 behind the firewall. I open the Portal 3389 TCP, 1433 TCP, 1434 UPD. when I try to connect SQL Server from my local box it says SQL Server doesn't exists or access denied. when I run the following query in my local box. telnet...more >>

Message OFF
Posted by Rogers at 5/22/2007 12:35:33 PM
In the query analyzer when I run the command create database TestingDb I can see the messages The CREATE DATABASE process is allocating 0.63 MB on disk 'TestingDb'. The CREATE DATABASE process is allocating 0.49 MB on disk 'TestingDb_log'. I want to hide the message, how can I do that? ...more >>

AdoMd.Net 9.0 and AS2000
Posted by Elad at 5/20/2007 12:02:40 AM
Hi, I'm trying to connect to AS2000 using AdoMd.Net 9.0 and I get the following error: {"Retrieving the COM class factory for component with CLSID {B9776FC2-70D8-4664-A0DF-998114524D67} failed due to the following error: 80040154."} Trying to connect using AdoMd.Net 8.0 (same code, sa...more >>

does anyone know how to open access by todays date using sql
Posted by Trev at 5/17/2007 6:25:17 AM
Hi Can anyone point me in the right direction here, I would like to open a table in access 2003 by date. I have an asp web page which needs to read data from a table with each days today's date (which ever day that is) then a new table is created with today's date. Example: I have a table c...more >>

SQL Server Best Tool
Posted by Rogers at 5/11/2007 2:05:24 PM
I would really appreciate if any one let me know the Best Tool for SQL Server Performance, Data Structure Validations and which Microsoft also recommended. Thanks in advance ...more >>

Select with a Where that looks up in a XML column... Possible?
Posted by ThunderMusic at 5/10/2007 6:08:02 PM
Hi, We have a serie of objects stored in the database as xml (ex: MyClass is stored in the table MyClasses in the field XML_MyClassObj which contains the an instance of the class serialized to XML). We did that because it was easier to serialize everything and send it as XML than to build a 2...more >>

Error installing SQL Server Developer 2005
Posted by Mervin Williams at 5/10/2007 12:36:16 PM
I'm trying to install Microsoft SQL Server 2005 Developer Edition and each time I attempt to I get the error message: "Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.sqlserver.notificationservices.dll in the COM+ ...more >>

Where does MS keep registered server info??
Posted by Bumble_Ogere at 5/10/2007 8:15:31 AM
I need to do a complete reistall of XP on my laptop, I have 2000 and 2005 Developer editions installed side by side. I'd like to backup my registered server and alias info for Managemenet Studio, I can't find where it keeps it. Enterprise Manager stores registered servers in HKLM\user_id\So...more >>



SET BEGIN TRANSACTION
Posted by Rogers at 5/9/2007 9:48:02 AM
I have migrate SQL Server 2000 database into SQL Server 2005 and in all the stored procedures I am using SET BEGIN TRANSACTION but SQL Server 2005 support BEGIN TRANSACTION, is there any way i can resolve this issues, I have 150 stored procedures where I am using SET BEGIN TRANSACTION Than...more >>

Hibernate Layer
Posted by Manoj Kumar at 5/8/2007 2:41:00 PM
Hi, Does any one have any experience with the Hibernate layer [which acts as an abstraction layer between DB & application layers]? The factor which is bothering me is the absence of stored procedures. All transactions are done via this Hibernate. What I am looking at is a system which does...more >>

User, login role, schema
Posted by Lubomir at 5/7/2007 2:19:01 PM
Hi, Where could I find the explanation how to use User, login role, schema objects for SQL Server 2005? The resource I found mostly explain how to create the schema,... but don't explain how to use these objects effectivelly all together. Thanks, Lubomir...more >>

SQL Server 2000 & SQL Server 2005
Posted by Rogers at 5/7/2007 12:41:07 PM
In SQL Server 2000 the following works but in 2005 it gave me an error. Msg 8115, Level 16, State 1, Line 1 Arithmetic overflow error converting numeric to data type numeric. Thanks ...more >>

Kill 142,
Posted by Rogers at 5/4/2007 3:09:03 PM
Kill 142, I was trying to kill one of the session and found the following error. SPID 142: transaction rollback in progress. Estimated rollback completion: 0%. Estimated time remaining: 0 seconds. when I use : dbcc opentran, it gave me following result Oldest active transaction: SP...more >>

Strange ... SQL 2000 & SQL 2005
Posted by Rogers at 5/3/2007 4:53:22 PM
When I run the following query in SQL Server 2000, it works fine but when I run into SQL Server 20005, it gave me following error. Msg 8115, Level 16, State 7, Line 1 Arithmetic overflow error converting numeric to data type numeric. Any idea, how can I resolve it, I migrate my database i...more >>

Do not SELECT
Posted by Lubomir at 5/3/2007 4:28:00 PM
Hi, Is there any way how to formulate SQL query to select all columns except column D and E? So if the table has the columns A,B,C,D the result woud contain only columns A,B,C SELECT " * except D,E" FROM myTable Thanks, Lubomir...more >>

Database Backup Encrypted.
Posted by Rogers at 5/3/2007 4:28:00 PM
Quick question, I am backing up SQL Server Database every night, I want to encrypt the database backup file? Is there any way through scheduler I can take the backup as well as encrypt it. Thanks Noor ...more >>

How to connect to SQL Server 2005 from WindowsXP?
Posted by Dave_R at 5/2/2007 7:38:02 AM
Hi, I am new to SQL Server2005. I have installed it on a computer running Windows 2003 Server as WORKGROUP. I have another computer running WindowsXP. How can I connect to SQL Server2005 from WindowsXP? Do I have to install it on WindowsXP machine also? Thanks, Dave...more >>

full-text indexes sql server 2005
Posted by jos at 5/1/2007 2:32:02 AM
I have just moved a database from Access to SQL server 2005 and added three (automatically indexed) full-text indexes. This works fine through my vb6-ado program and users are happy because searches are reduced by factors. Except the first user in the morning. The VB6 program has to handle a...more >>


DevelopmentNow Blog