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 2004

Join Problems
Posted by k k at 5/27/2004 11:47:15 PM
Hi, The following query has failed to return all the records. SELECT b.Account_desc, b.Account, IIf(a.source_type = 'LY01', a.CSPL_CSPL,0), IIf(a.source_type = 'LY01', a.CSPL_CMS,0), IIf(a.source_type = 'LY01', a.CSPL_CMM,0), IIf(a.source_type = 'LY01', a.CSPL_CMT,0) from Actual_data_fin...more >>

downloading data from a table
Posted by Joel at 5/27/2004 7:46:02 PM
I need to download all data in a table into a text file or an excel spreadsheet. What would be the easiest way to do this ...more >>

3 Questions
Posted by Noorali Issani at 5/27/2004 11:29:42 AM
Dear Professionals, 1. Could any one explain in a simple word "what Collation play a role in SqlServer" 2. I want the restrict all the user to connect only from SA login .. can't connect through windows authentication.. what I have to do for this ? 3. Which license would be good Per seat ...more >>

SQL Data base error
Posted by Pam at 5/26/2004 1:01:45 PM
My accountant is using Microsoft's Solomon Accounting Software. When she logs out she is getting the error of "unwritten pages". She is just hitting the enter key and everything goes on it's way. Today when she hit enter, she got: Other users are connected to the sql server. - She hit ...more >>

Help
Posted by Noorali Issani at 5/25/2004 7:23:23 PM
There is a data in the following table Account No. Stat. No. Line. No. 1 4 5 1 2 3 1 6 4 2 5 6 ...more >>

Sum Up
Posted by Noorali Issani at 5/25/2004 11:51:32 AM
I have three stored proceudres and I want to sum up the result of three sp, can any one give me the optimized query. Exec ALTCmsGetBloodSugar 0,0,1 output :- Alias Count Blood Sugar 150 Exec ALTCmsGetBloodPressure 0,0,1 output :- Alias ...more >>

Please verify SQL Server is running and check your SQL
Posted by John at 5/25/2004 8:30:27 AM
Hi, The EU is trying to connect to the SQL Server database through EM at her desk and she gets the following error message. "A connection could not be established to [SERVER NAME] - specified driver could not be loaded due to system error 126 (SQL Server). Please verify SQL Server i...more >>

maximum row size exceeds
Posted by Farhan Iqbal at 5/24/2004 2:52:29 AM
hi, I receive following Warning can any one tell me why this is occurs and how can I eliminate it. Warning: The table 'Part_Tags' has been created but its maximum row size (14647) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the re...more >>



out parameter
Posted by Ran Y at 5/22/2004 3:11:04 PM
hello all, i am trying to get a returned value from a SP using an out parameter. my code is in C# and i need some help (pls). be greatfull if you send an example of the SP and the C# code that execute it and collect the returning parameter value. thanks a lot, Ran. ...more >>

Error 823
Posted by Marco Pais at 5/21/2004 8:41:06 PM
Hello. I pray to that someone can help me... A month ago a compaq server hosting a SQL Server 2000 Server had a hardware crash. Unfortunatly, the Compaq Smart Array was configured with RAID 0. Aparently the problem was there a long time ago and there was not a recently backup file. So, we...more >>

Weird Linked Server error
Posted by Scott McNair at 5/21/2004 7:39:21 AM
I just set up a linked server between two SQL Server 2000 boxes. I then tried a query against a view on the linked server, and I get this error: Server: Msg 7341, Level 16, State 2, Line 1 Could not get the current row value of column '[linked_server].[database]. [dbo].[view].[FieldName]' fr...more >>

Question: Installing Multiple Instances of SQL 2000
Posted by Kelly Turner at 5/20/2004 4:35:10 AM
When Installing a second copy of SQL Server on the same server, is there a danger that our main database could be overwritten? I have had a recent server crash for unknown reason and I am not able to execute any exe files or dll types. My data is still on the server and I have done a par...more >>

SQL Server and client MDAC versions
Posted by PeterConlan at 5/19/2004 2:31:47 PM
Is it necessary or beneficial for the SQL Server and clients to be running the same version of MDAC? Our environment is IIS5 clients on Windows 2000 SP3 and SQL Server 2000 SP3. The client makes a connection to SQL Server using MDAC. The client does not connect to MDAC on the server machine,...more >>

query
Posted by Noorali Issani at 5/19/2004 10:28:42 AM
There are two tables Expense Table Amount date 5000 01/01/2004 5000 01/01/2004 100 01/01/2004 Sal Table Amount date 10000 01/01/2004 400 ...more >>

DB-Library error 10038
Posted by Yog at 5/19/2004 4:51:04 AM
Hi There We have VC++6.0 based application which uses DB-Library calls to communicate with the SQL Server2000 database There is typical scenario in the application where we want to process the result of a multiple-row based query in WHILE loop and execute another query inside WHILE loop based on ...more >>

Who owns the tables in development environment? (upsizing from Access)
Posted by wawork NO[at]SPAM hotmail.com at 5/18/2004 9:40:14 PM
I've got two developers who will be upsizing an Access database but also making modifications to the resulting tables in SQL Server 2000. This will be our first in house application with an Access frontend. (A little history.) Usually we alias our developers as DBO in the database using sp_ad...more >>

Changing ownership of an existing table?
Posted by wawork NO[at]SPAM hotmail.com at 5/18/2004 6:30:17 PM
Can the ownership of an existing SQL table be changed from the a user to DBO? How? Sorry but I'm a novice. Randy K wawork@dfw.wa.gov...more >>

Design Pane.
Posted by Richard at 5/18/2004 10:23:17 AM
I cannot find the Query Design GUI Tool. Where is it located? R...more >>

SQL Login problem
Posted by Keith Mace at 5/17/2004 10:08:20 PM
Our users use a third party app that connects to a SQL database on a windows 2003 member server. The app works if the user has a windows 2003 user account local on the server. 1. All of our user accounts are in a Novell Netware Domain. 2. We have purchased a processor license for t...more >>

Recommended client for showing various db sources?
Posted by Scott McNair at 5/17/2004 8:31:01 AM
Hi, We've got multiple data sources here at work - we have 3 AS400's, 5 MS-SQL boxes, and one MySQL box, as well as several Access db's residing on multiple machines. I would love to see something along the lines of Enterprise Manager, except that it would allow AS400 containers, Access ...more >>

FileGroup
Posted by Noorali Issani at 5/14/2004 10:49:46 AM
Dear Professional Can any body tell me give me the URL where there is any good explaination step by step about the filegroup backup as well restoration process and all the detail. Thanks Noor ...more >>

writing a Sql table data to a text file thru T-SQL
Posted by Bhaskar at 5/14/2004 12:29:48 AM
Hi, Is there any way to write the Sql table data to a text file thru T-SQL. Pls let me know. thanks in Advance Bhaskar...more >>

Access ADP Form
Posted by Christoph Schmitt at 5/13/2004 7:29:36 PM
Hi, Environment: MS-AccessXP(RT und Dev), Win2k, SQL-Server 2k SP3 in some forms (defined as endless View), get their data from views, i found out some strange behaviour. On slow machines e.g. 300 MHz the form is loaded and all data are shown properly. After 1-2 seconds the data seem to b...more >>

running .sql script from command line
Posted by joel at 5/12/2004 7:56:02 PM
how do I run a file with an .sql extension from the command window in windows 2k server?...more >>

insert update problem
Posted by Marc Baker at 5/12/2004 4:06:49 PM
I have a couple Windows 2000 servers SP4, that cannot insert/updated to a SQL 2000 SP3a server on a Windows 2003 server. Windows 2003 server was installed fresh. Upgraded to 2000 to 2003 Windows servers with SQL 2000 SP3a work fine. I have ran MDAC 2.8 on the Windows 2000 SP4 server to see if...more >>

Infopath
Posted by Brent Goff at 5/12/2004 7:30:47 AM
I am using SBS 2003 Premium with SQL Server installed and updated to SP3a. When I connect to the example database in infopath 2003 the "Submit to database" option is there when I insert a submit button. When I created my own database, the option is not there. Any ideas? Thanks...more >>

sloq response time in EM, but fast in QA
Posted by urosg at 5/10/2004 6:21:08 AM
Hello Can anybody help me I have a query that runs very fast (about 1 second) in Query Analyzer, but runs about 1 minute in ENTERPISE MANAGER and my client application. I have MDAC 2.8 installed on my computer.Processor,memory and disk are not the problem (at least I think so) It is very intere...more >>

Transaction log
Posted by boby at 5/9/2004 1:54:36 PM
Production server installed with - default configuration. Problem: transaction not truncating after log backup. If i stopped the application, its truncating next backup this happening randomley....more >>

hostname change and MS SQL
Posted by Gary at 5/8/2004 5:46:05 PM
We have had to change the hostname on an SQL server (Blade and the blade moved chassis so name changed) was called blade-0-1-5 and is now blade-0-0-12 It seems i need to run 2 stored procedures which are sp_dropserver 'blade-0-1-5', 'droplogins' go sp_addserver 'blade-0-0-12', 'local' g...more >>

Question.
Posted by lary at 5/8/2004 10:07:31 AM
Hello, Anyone knews something about the official release of SQL Server 2003 ? I dont know if Microsoft has a trial version for download ,to check it. ...more >>

Excessive Database Polling in Enterprise Manager
Posted by compuwhiz7 at 5/8/2004 5:51:05 AM
I'm using Enterprise Manager to connect to the SQL server space on my shared Web hosting server. Because, however, that there are literally about a thousand other databases on the server, each time I connect, I'm forced to wait ten to fifteen minutes while Enterprise Manager polls the server for all...more >>

How to Restrict
Posted by Noorali Issani at 5/6/2004 9:10:30 AM
I have one table named "serving" and I want that against serving ID there should be 42 records not more or less than that, how can I restrict that ? Waiting for your reply Thanks NOOR ...more >>

client setup
Posted by brbaskets at 5/6/2004 8:12:34 AM
Can anyone tell me how to setup a client connection to SQL server 2000?...more >>

Record set to text with separator
Posted by Kristoffer Persson at 5/5/2004 3:22:07 PM
Hi all! I have a bunch of stored procedures that all return record sets. Now I want the results of these record sets to a file, with a special character to separate the columns. How can I accomplish that? Example: Col1 Col2 ---- ---- Hi all Be nice ....should become... ...more >>

Timeout expired
Posted by Pupo at 5/5/2004 12:42:38 PM
Hi i use a program that use SQL 2000 server, by any days for three pc i receive the follow message when i try to open my programm or i try to create new odbc: connection failed sqlstate "HYT00" sql server error: 0 Timeout expired i have many pc on my network and don't undestand why only th...more >>

Can't Register SQL server in EM
Posted by Roger Denison at 5/5/2004 12:22:33 PM
I have been trying to register a SQL server in my server group in Enterprise Manager but it cannot find the server. The SQL server (SQLServer2k) resides on a server machine running WinServer2K. I am trying to gain access from a remote PC running Win2k. I am able to see the server in the...more >>

"UAT" Managed test Post
Posted by vikrant at 5/5/2004 11:30:18 AM
using johnogorman@netscape.net ACCT ...more >>

Can't connect to MSDE with Query Analyzer
Posted by Sal Young at 5/2/2004 4:09:17 PM
I'm running MSDE on a WIN2K and I'm having a problem accessing the MSDE from a laptop with WINXP Professional. I'm using a NETGEAR MR314 cable router w/ firewall to connect the two computers and I'm getting the following error: Unable to connec to server SERVERNAME Server: Msg 17, Level 16,...more >>

User-Rights
Posted by Patrick at 5/2/2004 9:03:27 AM
Hi together Why my SQL table in a SQL 2000 database (on a phisical Windows Server 2003) can only be read, but not written from my Desktop-Client with Access 2003? The specific domain-user, which tries to access this table in write-mode is in the usergroup, which was switched to "db-owner". O...more >>


DevelopmentNow Blog