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 > december 2005

Ms Access and SQL Server 2000
Posted by aviens NO[at]SPAM trgusa.com at 12/29/2005 7:55:03 AM
I currnetly have several SQL Server 2000 tables linked into an MS Access database application. When tryingt o update NEW records created using Access, the operation fails stating another user has made changes to the record. However, if i update a record that was alreayd in the database, the ...more >>


freeware front end
Posted by blokedownpub at 12/29/2005 3:03:01 AM
Please forgive this very newbie question but.... I've played with mysql and used tools such as mysql front and sqlyog I'm currently going through a teach yourself asp.net (which comes with a copy of sql server) and was wondering if there are any free tools to connect to sql server. I've t...more >>

sdf and Access
Posted by Eebel at 12/28/2005 8:25:02 PM
Hi, I want to store data on my Pocket PC in an SDF file and then use ActiveSync (4.0) to have that SDF file synced to the sdesktop. Now, I need some way to read that SDF file on the Desktop and populate and Access database. My users do not and will not have sql server or any internet...more >>

Search text in whole database.
Posted by Rogers at 12/23/2005 10:52:40 AM
Is there any way I can search text in whole database? Thanks in advance. Noor ...more >>

Access XP and SqlServer 2005?
Posted by Mark Olbert at 12/22/2005 6:19:55 PM
I'm not able to edit the database structure of a SqlServer 2005 database from Access XP (Access complains about not understanding the SqlServer structure...which is not suprising). The alert messages suggest looking for a patch from Microsoft to correct the problem. Is there such a patch? Or ...more >>

Stored procedure fails without reason
Posted by Diana M at 12/21/2005 7:01:02 AM
Hello everybody I have stored procedure SP1 (sql server 2000), that calls stored procedure SP2 and SP3. SP2 has 10 queries in it. In most cases SP2 runs without problems, however sometimes 9th query(insert query) fails and it doesn't go to 10th query and it does not go stored procedure SP3 ...more >>

Querying Linked Servers
Posted by Sara C via SQLMonster.com at 12/20/2005 11:10:38 PM
We recently linked two of our SQL servers and I was looking forward to the luxury of querying across them. However, I am getting the following problem: Cannot resolve collation conflict for equal to operation. I understand this has something to do with Collating, but don't quite know how tha...more >>

Changing the Double Click Default in Object Explorer
Posted by Adam at 12/20/2005 9:40:03 AM
Is there a way so that when I click on a stored proc it would default to the modify option? Or when I double click on a table it would just open a query window and show all records? It would be great to be able to override the current default nature, for I rarely need to see the params of ...more >>



Creating an index on a BIT column
Posted by Anonymous at 12/20/2005 8:43:03 AM
I had an issue with indexing a BIT column in SQL Server 2000. Every book and newsgroup I read said that you cannot do this. But you actually can! Refer to this website: http://www.aspfaq.com/show.asp?id=2530 ...more >>

Client licensing
Posted by Drew at 12/19/2005 8:23:08 PM
My apologies if this is the wrong newsgroup... I couldn't find the most appropriate one. Does a client access license allow a user to access any # of SQL Servers deployed in my enterprise or do I need a CAL / user / server? Thx. ...more >>

SQL Management Studio keeps giving errors
Posted by Dmitry Polyakovsky at 12/19/2005 5:11:11 PM
Periodically I get this error and from that point Summary view displays no info. If I restart the SQL Management Studio than Summary view works until the next crash: Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this er...more >>

Selecting Multiple Objects in 2005 Server Management Studio
Posted by Adam at 12/19/2005 9:50:02 AM
I would like to select multiple obects in the IDE for scripting purposes, say all my sps so I can pump them each to separate files, is there a way to do this in 2005? Thanks in Advance! Regards, Adam...more >>

Log Size grows rapidly
Posted by Farhan Iqbal at 12/16/2005 6:52:02 PM
hi I have implemented merge replication on my machine my question is that my database log size is growing very rapidly. Can any one help me in this regards why the log size grows in GB within 3 to 4 hours. Waiting for reply anxiously Farhan Iqbal ...more >>

ODBC Error when Trying to use Query Analyzer
Posted by bocikt at 12/16/2005 1:00:03 PM
I get the following error when trying to run Query Analyzer: SQL Query Analyzer requires ODBC Driver version 3.7 or greater and ODBC manager version 3.5 or greater. Incompatible version of odbc32.dll and/or sqlsrv32.dll are installed on this machine I am running the SQL Server 2000 Client ...more >>

Create Excel File
Posted by Rogers at 12/15/2005 11:21:16 AM
Is there any way we can create the Excel File on the run time through any SQL Command or any script. Thanks ...more >>

Management Studio and Opening Exisitng SQL Files
Posted by dmacneil1_zzzappp at 12/15/2005 9:01:02 AM
I have searched a number of places for this answer so I apologise if this has been covered and I just couldn't find the content. I am just starting to look at the new version of SQL Server 2005. One thing that I am finding very frustrating and that I cannot seem to get around is that each ...more >>

Aggregate Function Error
Posted by Preacher Man at 12/15/2005 8:13:10 AM
I am having a problem with a query statement when I try to use sum( ) on a field in the query. For example: select somast.fsono, somast.forderdate, somast.fcompany, sorels.fduedate, sum(fnetprice) from somast inner join sorels on somast.fsono=sorels.fsono where somast.fstatus<>'CANCELLED' ...more >>

sql server table sizes
Posted by Wendy Elizabeth at 12/14/2005 10:38:46 AM
I am relatively new to sql server 2000. I have a transaction log that is 98 gigs in size that has never been backed up. This transaction log file is too big and needs to be decreased in size. Can you tell me how I would make my first full backup of this transaction log file? To shrin...more >>

quick question
Posted by Rogers at 12/13/2005 4:34:52 PM
I have a data like .... ID Alias Date 45 Order 1 12/01/2005 49 Order 2 12/01/2005 46 Order 3 12/01/2005 50 Order 4 12/02/2005 55 Order 5 12/02/2005 I want to add one column at the above result ...more >>

On 2003 cluster (SQL 2000) connection pooling causes crash
Posted by Jaroslav at 12/13/2005 5:32:03 AM
For performance reasons we have (successfully) used pooling in our apps and services on almost one hundred installations, NT 4.0 to 2000 servers (SQL 7.0 - 8.0), NT 4.0 to XP workstations without a problem in any combination. Now with 5.2 (2003) server a local client is unable to connect and...more >>

Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005
Posted by sudip at 12/13/2005 4:26:03 AM
My logincheck.asp Page were working well in SQL 7 but , When I try to run my logincheck.asp page after installing SQL 2000 I get the follwing error . Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver][Named Pipes]Access denied. /pts/logincheck.asp, lin...more >>

SQL Server on same machine as application
Posted by Macca at 12/13/2005 2:21:02 AM
Hi, I am writing a Real Time monitoring application which will use SQL Server. The database will reside on the same PC as the monitoring app. My question is :- will having SQL Server on the same machine as the monitoring app affect the performance of the monitoring app? Will SQL server u...more >>

SQL Server Authentication
Posted by Roger at 12/11/2005 9:47:38 PM
Can any one explain me about the most secure authentication mode and why ? Thanks in advance. ...more >>

SQL Mail
Posted by Roger at 12/11/2005 9:41:23 PM
I wanna ask one question regarding SQL Mail.... I wanna use xp_sendmail stored procedure in user defined stored procedures, but the question is that what would be the connection string. We have a three websites running and all three have different Users and Password, but the problem is that I ...more >>

Client access to sql database
Posted by Billy at 12/9/2005 7:48:03 AM
sql 2000 on 2003 server standard, only 2 out of 10 users (xp pro clients) trying to access sql program are asked to login to database, server name, database, login id, password to TableName: datatable. Is this an xp client issue or sql issue....more >>

Subscription problem
Posted by Shahin at 12/7/2005 12:21:03 AM
Hi, Iam new with SQL 2005, iam trying in the lab to create a mobile Application with SQL mobile,i used the SQL server mobile Tutorials, every thing went fine but When i try to create new subscription in SQL 2005 i reciecve this Error: Synchronizing Data (100%) (Error) Messages Initializing...more >>

sql server 2000 restore
Posted by Wendy Elizabeth at 12/6/2005 12:21:02 PM
For a small company, I need to come up with backup and restore procedures for a sql server 2000 database. This company will not consider using sql server 2005 until the end of 2006. Thus I am wondering if you can give me a script and/or point to me to a url that that I can use as an example...more >>

Does it possibile use SQL Client 2000 and connect to the SQL7?
Posted by Suzan at 12/6/2005 9:52:03 AM
I'd like to know if SQL 2000 client and SQL 7 Server are compatible. I need to connect a Windows 2003 Std Edition to the SQL Server 7.0, but as you it is not possibile to install SQL 7.0 Client on the Windows server2003. Tx Suzana ...more >>

How to import a bunch of files?
Posted by Richard Lewis Haggard at 12/5/2005 6:48:24 PM
I have a large number of text files that I want to import into a database. I have created a DTS package that knows how to import and transform the data so that it can be imported but that seems to be hard coded to a particular file. Doing this by hand 18 thousand times is not something I want ...more >>

Best place for SMO questions?
Posted by Lee Grissom at 12/1/2005 5:40:07 PM
Where's the best place(s) to ask questions about SMO? -- Lee ...more >>


DevelopmentNow Blog