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 > april 2006

Procedure output
Posted by Rogers at 4/28/2006 9:52:47 AM
I have a sql server installed on my machine and when I run the stored procedure it gave me the result in 1 min but when I run the same stored procedure in to different box it gave me the result in 20 min and that machine has a higher configuration of mine machine, can any one guide me which ...more >>


Microsoft SQL Server Management Studio
Posted by Rogers at 4/27/2006 12:51:04 PM
I am trying to create user in SQL Server 2005 Express Edition but I was failed to do so. here is the error. TITLE: Microsoft SQL Server Management Studio Express ------------------------------ Create failed for Login 'wt'. (Microsoft.SqlServer.Express.Smo) For help, click: http://g...more >>

Microsoft SQL Server 2005 Unleashed
Posted by Rogers at 4/26/2006 3:34:20 PM
Can anyone guide me about Microsoft SQL Server 2005 Unleashed book ? Thanks ...more >>

Unable to Debug
Posted by Lianne Kwock at 4/25/2006 1:34:02 PM
Hello, I got the following error message when I was trying to debug a stored procedure. Pleaser review the error message below: Server: Msg 504, Level 16, State 1, Procedure sp_sdidebug, Line 1 [Microsoft][ODBC SQL Server Driver][SQL Server]Unable to connect to debugger on QAIMGSQL01...more >>

Drop column in transaction
Posted by Daniel Mauric at 4/25/2006 3:32:18 AM
I perform a DROP COLUMN and it works fine. Yet if I do it while in transaction the column doesn't get dropped and I get no exception. Any ideas as to why that would happen ? I'm using ADO & MSSQL 2k Regards, Danny ...more >>

Drop Column that has a Default value
Posted by Daniel Mauric at 4/24/2006 10:52:15 PM
Hi all I'd like to drop a column which has a default value. This fails as the default value object is stored in SysObjects. So that needs to be deleted in order for drop column to work. Doing this manually works fine, but doing it programatically doesn't as delete from SysObjects fails with th...more >>

i need Code Generator...
Posted by Tark Siala at 4/24/2006 4:51:54 PM
hi i spend more time to write the code, like VB6, VB2005, SQL Stored Procedure code. any one know good Application to Automaticaly read Database (Access or SQL), then write VB Code and Stored Procedure (if this allication free thats good :) ) -- Tarek M. Siala ...more >>

osql.exe not installed
Posted by Sudheer at 4/22/2006 6:01:45 AM
Hi, I am installing SQL server 2005 Evaluation version on win 2003 server (SP1 is there). I have selected all the services to install. But, the osql.exe is not getting installed in the folder C:/Program Files/Microsoft SQL Server/80/Tools/Binn folder. Could you please let me know the problem...more >>



query analyzer mru
Posted by Richard at 4/21/2006 12:01:03 PM
Hi, How can I increase the number of files query analyzer keeps in the file menu under most recently used files? Is there a setting for that? Thanks in advance, Rick...more >>

Query from One Server to Another
Posted by Steve Lowrance at 4/21/2006 10:55:02 AM
How can I use Query on a client connected to one server when the query pulls data from the connected server and from another server. Now we get an error when the query attempts to read from the other server. If we run the query directly on the first server, it pulls from the other server w...more >>

backups retrieval
Posted by Raul Rego at 4/21/2006 10:52:55 AM
How do i bring a copy - MDF - file into my new MSSQL 2005 computer? I know how to bring a backup - BAK - but I only have the MDF file. Thanks, Raul Rego NJPIES ...more >>

i can use SQL2005 Client Tools with SQL2000?
Posted by Tark Siala at 4/19/2006 9:59:58 PM
hi i can use SQL2005 Client Tools (lik vs2005) with SQL2000, to control and run SQL Statement? -- Best Regards Tark M. Siala Development Manager INTERNATIONAL COMPUTER CENTER (ICC.Networking) Mobile: +218-91-3125900 E-Mail: tarksiala@icc-libya.com Messenger: tarksi...more >>

how i can connect to table in SQL?
Posted by Tark Siala at 4/19/2006 5:30:13 PM
hi i working on VB6 + SQL2000 i have table called (tblBuffer) and want do something in my application everytime table added new record (its like trigger in SQL) thats mean if someone add new record to this table, this table call my application to do some event. now i made small monitor (w...more >>

'[' in column name
Posted by Carmen at 4/18/2006 11:28:02 AM
I'm running a OpenRowset query getting data from MSAS (MSOLAP). The query returns column names such as '[Time Period].[BTG][Measures].[FC]'. I need to create an alias for this column. How could I do it? I tried '[[Time Period].[BTG][Measures].[FC]]', '[[Time Period]].[[BTG]][[Measures]].[[FC]]...more >>

Unable to create login instance--why? what it means?
Posted by JuJuBeed at 4/17/2006 9:12:22 PM
When I try to install SQL Server 2000 Desktop Engine, I get the BPsetup error that says "Unable to Create a login instance." Then when I click ok it says "Unable to Add system server role." Then when I click ok it says "Unable to add login and grant access to database." Then it aborts setup. ...more >>

ADP bound to a Disconnected Recordset can not update.
Posted by KevinWB at 4/17/2006 1:31:11 PM
I have a form that I want to have use a disconnected recordset. The disconnected recordset works fine, but I am unable to update or even type in the textboxes. When I try I get a "Recordset is not updateable message" My intention is to have the recordset reconnected and for it to do a batch ...more >>

Problems connecting to SQL Server
Posted by Cary Shultz at 4/15/2006 2:32:32 PM
Good afternoon! I am a complete newbie when it comes to SQL, so please be gentle! We have a mission-critical application that runs on a WINNT 4 SP6a/SQL 7 SP4 PDC (This was setup several years ago - way before my time). There are three clients that use this application - but they use it a...more >>

Query performance
Posted by Phil Lee at 4/14/2006 3:18:28 PM
Is anyone able to explain why I'm getting very different performance as reported by SQL Profiler for the same query when executed from 1) ADO.NET and 2) SQL Management Studio. I'm accessing SQL 2000 from a web service using .NET2 and Enterprise Library. Two particular queries have the fo...more >>

"Stored Procedure" working every 5 minute, how?
Posted by Tark Siala at 4/13/2006 7:59:41 PM
hi i working on SQL2000, and want to make "Stored Procedure" that's working every 5 mibute, without making any calling. how i can make that ? -- Best Regards Tark M. Siala Development Manager INTERNATIONAL COMPUTER CENTER (ICC.Networking) Mobile: +218-91-3125900 E-Mail: ...more >>

Temp table.
Posted by Rogers at 4/12/2006 3:22:39 PM
Is there any one let me know, in the stored procedure I am creating temprary table and droping table at the end, when single user access it is working fine but when simultaneous user access of that stored procedure it giving error like #Temp table is not exists... any idea ? Thanks ...more >>

SQL Server 2000 SP4 Client Tools - Unattended Install
Posted by S_Q_L__DBA at 4/12/2006 1:50:01 PM
How can I create a Setup.ISS file for SQL Server 2000 SP4 client tools? SP3 came with sql2kcli.iss, but SP4 does not. I have been unsucessful in capturing an ISS file during an install as the documentation claims will work. Am I missing something here? It should be easy. Thanks!!...more >>

SQL 2000 - 2005
Posted by Rogers at 4/6/2006 4:31:59 PM
Can we install SQL 2000 and SQL 2005 at the same box, any url available to install two instance - SQL 2000 and SQL 2005 at the same box. Thanks ...more >>

different environment fails to fill a dataset
Posted by rseedle at 4/4/2006 7:50:01 PM
I have a C# client application that uses SQL Server as a backend. It works fine on my development workstation. But when I moved it to another test workstation four out of the five winforms worked fine but one doesn't. The one that doesn't can open the connection and return the server version a...more >>

client logins
Posted by rseedle at 4/4/2006 7:34:01 PM
How come when I make a SQL Server login that login can't be used to login from my C# application (OLEDBConnection.Open()) or the properties menu wizard. Randy ...more >>

Client Network Utility
Posted by Lorenz, Brian at 4/4/2006 9:13:02 AM
A third-party application we have to use requires the installation of the Client Network Utility on clients workstation. Is there any way to install this piece of the Client Tools without running through the standard SQL Server setup routing that prompts for the CD-Key? Thanks, in advance, ...more >>

Error on INSERT Query
Posted by Vijay at 4/4/2006 9:08:02 AM
I want to insert "489d68bf-baa1-415d-94c7-a8e56b-609c61" in a column in sql server . The data type of this column is varchar (100). i am getting the folloing error - incorrect syntax near '68bf'. I think it is not accepting the '-'. How can i get a work around for the '-' so that the above val...more >>

Using 32 bit SQL Client with a 64-bit Backend Database
Posted by Ian Rowland at 4/4/2006 4:31:03 AM
Are there any issues connecting to a 64 bit backend SQL Server database installed on a separate server using a 32 bit client on the client machine? We are creating client software on a 32bit machine and need to know if there are any code hcnages required to access 64 bit SQL server. Thanks...more >>

Creating and using a database VC++ 2005 and using WMPlayer ActiveX
Posted by ror at 4/3/2006 12:59:01 PM
Hi! I would like to make a video surveillance system and: 1. for a client to connect to the server and watch "real time ", I request a password and username.What should I do? Create a database which stores that information about a client. (I don't know how should I do this ). What do I need i...more >>

<<< Connection Problem with SQL Server + C#.Net on Local Area Network >>>
Posted by gndzkdr NO[at]SPAM gmail.com at 4/3/2006 12:14:35 PM
hi all, i m new on Sql and i have a project related to C# and Sql. i have to do a project which must work on LAN, and there must be only one database file on main computer(Server Computer) and other computers(client computers) must connect database on main computer. i m preparing my proje...more >>

Performance really poor if calling data from sql clients
Posted by Stephan (Germany) at 4/2/2006 12:32:01 PM
Hello, I have installed SQL2005 developer edition on a laptop (2 GB RAM), VS2005 on another computer. The database is quite small (nearly no data or some test data). The performance is still really bad: xxx each time you open the server explorer in VS2005 and you use "show table data" (tak...more >>

copy all the sps
Posted by Roger at 4/1/2006 8:40:19 AM
I wanna copy all the stored procedures from one database to another database throug stored procedure, is there any ways? Thanks ...more >>


DevelopmentNow Blog