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) > august 2003

Personal edition?
Posted by Steve Carson-Rowland at 8/29/2003 10:03:22 PM
I saw reference to the "Personal Edition" of SQL Server but can't find pricing or system requirements on the MS website. I am running Windows XP and have some simple requirements - provide automatic quotes for customers from a website, process a simple order for a customer, allow customers to ...more >>


DTS package to VBScript
Posted by Alex Templeton at 8/29/2003 10:56:21 AM
Hello, does anyone know if there is a way to output a DTS package on SQL Server 2000 to its VBScript? I have seen the option to save as a .bas VB6 file but not one for a full activex script with VBScript. Does anyone know if this is possible. I would like to see the generated code for the tra...more >>

Recommended Books
Posted by Mark Henri at 8/28/2003 10:25:52 PM
What are some good books that will bring me up to speed really quick on the specifics of installation, configuration and maintenance of SQL Server 2000? ...more >>

Viewing tables and sorting on a field
Posted by Simon Wigzell at 8/28/2003 2:49:05 PM
I'm new to SQL Server, just viewing my tables with Enterprise Manager. There doesn't seem to be a way to sort on a field. I'm used to access where you just rigth clicked on the field name at the top of the table and you could then sort ascending and descending on that field. The data in sql doesn...more >>

Communication between servers
Posted by petemarrin54 NO[at]SPAM hotmail.com at 8/28/2003 8:16:11 AM
Hi all, What is the best way for the completion of a process on an Oracle database to send a message to SQL Server which triggers another process? I know there are probably ten ways to skin this cat, but I'm looking for something that is out of the box and can be applied in other situations; l...more >>

Problem with data format
Posted by mbmccoy at 8/27/2003 11:08:01 AM
I'm calculating the AVGERAGE # of days between two dates. This is the code I'm using. CAST(AVG(Datediff(dd,[ST_DATE],[COMP_DATE]))As Float) AS CycleTime It seems to work fine, But here's my problem. I converted this process from MS ACCESS and the old code was simply: Avg([COMP_DATE]-[S...more >>

New record deleted?
Posted by Eric J Owens at 8/26/2003 1:32:05 PM
Hello, and thank the gods for this news group! I have a SQL 2k SP3 backend for an A2k front end; merge replication is also being used. The sql server is running on a win2k adv. serv SP3. One of my users has experienced a record deletion problem where approx. 1 minute after entering the new ...more >>

hide stored procedure's source code
Posted by Oleg Ogurok at 8/26/2003 11:19:53 AM
Hi all, I was wondering if there was a way to prevent server admins from seeing the source code of the stored procedures. Can the source code be precompiled and then removed? Is there an obfuscator software? Thanks. -Oleg. ...more >>



Headaches moving an SQL2K database between servers
Posted by Ben M. at 8/25/2003 2:45:56 AM
Greetings all, This should be an easy task, and Im sure it is, but as many times as I have tried, I cant seem to get this to work properly. We changed ISPs recently from a shared host to a co-located server, and our former host was nice enough to send us a backup of our old SQL2000 database ...more >>

SQL Database design
Posted by jurevi NO[at]SPAM hotmail.com at 8/22/2003 12:11:38 AM
Hi I'm new to SQL and I can't find how to solve my problem. I created two tables. The first table has a primary key field (UserID) and some other field about the user. The other table stores information which products this user has bought (there is a UserID field and Product field). How can I c...more >>

Like problem
Posted by Roy Forkner at 8/21/2003 10:12:10 PM
I created a query using the SQL 2000 Query Builder. It has a LIKE statement. This is the resulting query: SELECT Inventory.InvID, Inventory.YearMod, Inventory.VIN, Inventory.TagNum, Inventory.Make, InvMake.Make AS Make, InvModel.Model, CustName.NameType, CustName.Fnam...more >>

performance and _WA_Sys
Posted by jjone99 NO[at]SPAM hotmail.com at 8/21/2003 3:39:28 PM
Hi, We've migrated from SQL 7 to SQL 2K. We've moved all tables, but i've noticed that the old db has a lot mor _WA_Sys indexes than I have in my new SQL 2K. Not sure if this slows down performance of our ASP pages... How to create these _WA_Sys indexes to improve performance? Thnks!...more >>

copy indexes from DB1 to DB2
Posted by jjone99 NO[at]SPAM hotmail.com at 8/21/2003 7:25:11 AM
Hello, Is there any way to copy indexes from one database to another? I have a 2 databases, one is in sql 7 and the other is sql 2000. We've moved all the tables from sql 7 into sql 2000, we've made changes to some of the tables and now we'd like to copy the indexes on sql 7 to the new databa...more >>

Manipulating Excel Data prior to MySQL insertion question
Posted by carmoda at 8/20/2003 11:49:38 PM
Howdy, Heres a question, first person whom can answer this, so as i can get around this problem, will receive a bottle of Bundaberg Rum in the post. No Shit. I have a client with 1000's of records currently residing in large Excel files. they are needing importation into an SQL database [MySQ...more >>

Display alternate data
Posted by Ray at 8/20/2003 1:20:05 AM
I created a view which is queried by and asp page, when the view is called and returns the data I would like to highlight incorrect data by surrounding the incorrect data with <B> </B> on the returned query data. I would like to do this "If then else" processing on the SQL server rather that in t...more >>

Cannot find Web Assistant in SQL Server 2000
Posted by davidku NO[at]SPAM rocketmail.com at 8/18/2003 10:27:59 PM
Hi , I used the Web Assistant Wizard in SQL Server 7.0. After upgrade, I can't find it anymore in my Enterprise Manager. Now, I need to change the path for a HTML report. Any ideas how I can do it ? Thanks....more >>

SQL Server data protection
Posted by saso.zagoranski NO[at]SPAM guest.arnes.si at 8/17/2003 10:33:39 AM
I have a question regarding login modes in sql server. I know that there is: Windows authentication and SQL + Win authentication mode but I don't understand how come there isn't such a third auth mode: SQL auth only. Are there any good reasons for this? Is there a way to protect the database...more >>

Is there a developer/personl version of SQL Server?
Posted by Gene Frassetto at 8/14/2003 12:28:07 PM
Oracle has a personal edition of its database (free downloadable) that I have on a WindowsME system and use for self training and experimenting. Is there anything like that for SQL Server? ...more >>

Hyperthreading SQL Server 7 - HELP!
Posted by windsurfin_stew NO[at]SPAM yahoo.com.au at 8/11/2003 10:38:17 PM
Could you clarify the following. We are looking to buy a quad xeon box (ie 8 virtual processors). From reading MS documentation it looks like W2K Server won't cut it - we will need to move to W2K Advanced Server, correct? Secondly, will Sql Server 7 support 8 virtual processors under such a...more >>

Newbie SBS 4.5 Migration
Posted by Robin at 8/11/2003 7:57:45 PM
I have to migrate a single server SBS 4.5 installation to a 2 server installation. The second server will be running SQL Server 2000 exclusively. The first server will be running exchange and providing fax services for the network. Essentially I am splitting the SBS functions over two servers...more >>

Book questions
Posted by Pak Tse at 8/10/2003 9:49:17 PM
I found chapter questions at the chapter end but don't know the answers: 1) Microsoft specification for API for universal data access ? ADO, SQL-DMO, OLE DB or named pipes ? 2)What is associated with SQLMail and SQLAgentMail to configure them to send and receive email ? Windows login accoun...more >>

Invalid report schema question
Posted by u352142333 NO[at]SPAM spawnkill.ip-mobilphone.net at 8/9/2003 12:48:59 AM
In win2k sql , "query analyzer", executed a "stored procedure". Checked the "write result to file". It created a ".rpt" file. Then, in Crystal Report 9, tried to open the rpt file, got "Can not open document", "Invalid report schema". -- Sent by msg_2222 from yahoo part of com ...more >>

Newbie crystal report - SQl question
Posted by u997039794 NO[at]SPAM spawnkill.ip-mobilphone.net at 8/5/2003 5:31:30 AM
running sql server on win2k. how do i use crystal report to access its fields without VB programming (preferred)?. Rick -- Sent by msg_2222 from yahoo part from com This is a spam protected message. Please answer with reference header. Posted via http://www.usenet-replayer.com/cgi/...more >>

Relations accros Databases
Posted by Jason Brozek at 8/4/2003 2:44:44 PM
I'm wondering if it is possilbe to have a relationship between 2 tables accross databases, same machine. If so how do you implement this? Jason ...more >>

Defining the 'local' server
Posted by andrew.robinson NO[at]SPAM fsa.gov.uk at 8/4/2003 4:13:13 AM
I've recently been developing using Terminal Services to first connect to our server before writing any DTS packages. Obviously this allows me to pick (local) under Servername in various areas such as logging or in an Execute Package task. Now when I open the DTS package on my desktop machine ...more >>

how to : in statement
Posted by Roy Forkner at 8/4/2003 2:35:08 AM
Hi All, I have a stored proc with an in statement. The in will be smallints. My question is twofold. 1. In the sproc the variable should be declared as a smallint? 2. From my vb.net app, how do I build the in variable? Your help will be, and is, appreciated, Roy ...more >>

How widespread is the use of triggers these days and how concerned about performance?....
Posted by nkannan NO[at]SPAM earthlink.net at 8/1/2003 7:00:47 PM
Fifteen years ago when databases were primarily used in the context of transaction-intensive applications, triggers were a nice feature of a DBMS system that did not get used because of performance concerns. Fast forward 15 years, it seems to me that 95% of database usage is for non-transacti...more >>

Performing a table update after a DTS execution
Posted by Rollin 4 Eva at 8/1/2003 5:54:30 PM
I'm new to DTS so forgive me if this question might sound silly to you guys. I just created a DTS package that copies all order information into another database on a different server (using SQL Server 2000 BTW). So I'm using a Select statement to grab the necessary information and then dump int...more >>


DevelopmentNow Blog