Archived Months
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 new users > october 2006

Filter by week: 1 2 3 4 5

Query Questions
Posted by Aaron at 10/30/2006 11:22:18 PM
I am a novice SQL guy so you all take it easy on me. I am trying to run a query and one of the columns of my has values that is referenced in another table, i.e. for EmployedStatus I have a bunch a numbers from aother table. I go to that table to see what the numbers mean and there you go. W...more >>

Database marked as "Suspect" . How to resolve this?
Posted by Brandon at 10/28/2006 9:47:03 PM
We’ve got database marked as “suspect” in our MSSQL Server. We found out this when viewing it using Enterprise Manager. We are ready to forsake the unwritten transactions in the transaction log. Please tell us what we should do so that we can bring the database marked as normal. We t...more >>

Problem with Script
Posted by Vayse at 10/27/2006 3:27:09 PM
Hi I ran this script to make all my ClientIDs uppercase. UPDATE Clients SET Clients.ClientID = Upper([ClientID]) After it ran, all linked tables had the one ClientID - ZHIR01, which is the last ClientID. The relationships were set to Cascade Update and Delete. Why would this happen? Thanks...more >>

Copy Table
Posted by Striker at 10/26/2006 4:35:58 AM
This may be a silly question, but I just got SQL 2000 Enterprise Mgr loaded. I have registered two different servers. Can I copy one table from one server to the other server? If so how do I do it? I don't care if the data comes along or not. One of the servers is production, and the other...more >>

SQL Express 5 & SQL Server 2000
Posted by Michelle M at 10/26/2006 12:00:00 AM
Hi I will be developing an application in vb.net 2005 using SQL Server Express 2005. The client already runs SQL Server 2000 though. When developing this app. is there anything that I need to be aware of that may cause an incompatibilty problem? I'm new to the SQL side of things. An...more >>

MySQL and VB.NET
Posted by Michelle M at 10/26/2006 12:00:00 AM
If this isn't the right newsgroup to post this in, please advise me of one that would be better. I'm new to SQL. I have been asked to look into MySQL. I am starting to develop in VB.NET. Can you develop in VB.NET using mySQL as the database engine? Many thanks Michelle ...more >>

Sql Server 2005 - SMS - How to filter store proc list - contains expressions
Posted by frostbb at 10/25/2006 6:52:18 AM
Sql Server 2005 - Server Management Studio allows a 'contains' filter on stored proc names ... its easy to list all stored procs that contain _aaa_ What is the incantation to list all procs that contain _aaa_ AND _yyy_ ?? Thanks in advance. Barry in Oregon Is there some secre...more >>

Update statement
Posted by Vayse at 10/24/2006 2:58:21 PM
For test purposes, I want to fill in some data. Here is the query I'm trying to run. UPDATE [SELECT TOP 500 Account_Handler_0 FROM Clients WHERE (((Clients.Account_Handler_0)='Unallocated - Cork'))] SET Account_Handler_0 = 'Anne O Driscoll' It parses ok, but I try to run it, I get this er...more >>



Login failed for user 'MMSWNTB\ASPNET'
Posted by Knapek Miroslav at 10/24/2006 1:23:51 PM
Hello, I would like to ask you for help. I have notebook Win 2000 and IIS and several web aplications based on ASP.NET 2 and SQL Express. These apps are working well on Web Server, on my production PC and they was also working well on this notebook. There used to be installed Visual Studi...more >>

How can I tell what is locking my database?
Posted by Vayse at 10/24/2006 12:54:52 PM
Hi I have a SQL Server db, with a Clients table. For some reason, I can't update the Clients table from external apps. Also, I can't restore the db, as I get a message that it is in use. I've ran DBCC OPENTRAN and there are no open transactions. Is there a way I can the user name of who is ...more >>

Help for setting up SQL 2000
Posted by Danny at 10/24/2006 11:57:03 AM
I got sbs 2003 server with sql 2000, and using backup data function to move the database to another 2k server w/sql2k, after I restore on the 2k server, I from workstation try to login by using that data, but there is no account appear on the screen. What is wrong with it or I did something...more >>

Using Alerts
Posted by somuthomas NO[at]SPAM gmail.com at 10/24/2006 2:51:41 AM
I am using SMO 2005 to assign alerts for error number 20574. My doubt is whether we hav to assign job for the alerts that are created?? And also will the alerts be generated when the error occurs and the operators be notified thru email???? Thanks, Somu ...more >>

Help with syntax
Posted by SAC at 10/24/2006 2:14:26 AM
I need help with this sql syntax: UPDATE TWDECL SET TWDECL.LPROD = TWDECLTMP.LPROD, TWDECL.LQORD = TWDECLTMP.LQORD, FROM TWDECLTMP, TWDECL WHERE TWDECLTMP.LORD = TWDECL.LORD And TWDECLTMP.LLINE = TWDECL.LLINE Not sure how to includ the second table in the syntax. Also, do I need to inclu...more >>

How to move SS2000 to 2005
Posted by Charax at 10/23/2006 2:47:58 PM
I use an SQL Server 2000 database on my Windows XP Pro desktop. I have installed SQL Server 2005 on my laptop, also Windows XP Pro. Both are on my local MS Windows network workgroup at home. I use MS Access 2003 as the front end with ODBC. How do I copy (is that the proper term?) my 2000 da...more >>

Error Installing Sql server 2005 beta 2
Posted by Jag32 at 10/23/2006 1:57:02 PM
Hello all I am extremely new to sql server and I am trying to install Sql server 2005 beta 2 on to my system that is currently running windows xp pro with 2gb memory ..I keep getting this message during the : System Configuration Check everything else checks out but this message...(An applic...more >>

Error converting datetime from binary/varbinary string
Posted by support_girl at 10/23/2006 8:31:27 AM
Hello, We are using MS SQL Server 2000 Enterprise with SP3. I am getting an error: [Microsoft][ODBC SQL Server Driver][SQL Server] Syntax error converting datetime from binary/varbinary string. Has anyone come across this error ,and would you share your resolution? Pls. e-mail me at l...more >>

SqlExpresss 2005
Posted by Henry at 10/22/2006 9:34:02 AM
Is there a forum devoted for sqlExpress 2005 users?? Thanks Henry ...more >>

SQL Server 2005 Express uninstall?
Posted by ksspriggs at 10/20/2006 10:02:02 AM
I currently have SQL Server 2005 Express and Management Studio Express installed. I want to switch to the 180 free trial version of SQL Server 2005 (Standard). Do I have to uninstall both Express and Managemnt Studion Express before installing the 180 free trail? Or do I just need to unins...more >>

Conditional statment question.
Posted by Jim Moberg at 10/20/2006 8:19:02 AM
I'm trying to convert an MS-Access query so that it uses T-SQL code in Query Analyzer. I'm stuck at one point. The MS-Access query has the following field definition and conditional statement: NewClID: IIf(IsNull([CL_ID]),"0",[CL_ID]) How do I convert this to T-SQL. I have looked and lo...more >>

SQL Server 200 DTS Package Question
Posted by Frank at 10/19/2006 3:19:27 PM
I wish to create a package that I may schedule to run every x amount of minutes. I have successfully done this twice before where the package simply grabs data form one db and inserts newly created rows into another db table. Now however, I wish to Have the package grab the source da...more >>

loging on using Vista RC1
Posted by Nigel S at 10/19/2006 7:49:01 AM
Hi I just tried to log on to SQL 2005 managment studio using windows authentication. It keeps giving me a logon failure with Error No 18456. I am logged on as administrator and the greyed-out user name shows administrator, this has only started happening since upgrading to Vista RC1. ...more >>

SQL Server Licensing costs
Posted by shikarishambu at 10/18/2006 6:11:31 PM
What is the annual license maintenance costs for SQL Server. Is it a %age of the product license costs TIA ...more >>

SQL 2000 dynamic query
Posted by venkat at 10/18/2006 5:11:48 PM
Hi, I am trying to migrate some data from dev db to prod db. I am trying to do this by creating queries in query analyzer like SET QUOTED_IDENTIFIER OFF select "Insert into productinfo (programname) values ('" + productname from productinfo where product_id=21 + "')" I am getting Synta...more >>

Info on SQL Mail for SQL Serv2000
Posted by Rachel Barrientez at 10/18/2006 11:19:36 AM
I need any info anyone can share on utilizing SQL Mail for SQL Server 2000. We use Job Scheduler and at times we find errors on there but it is a manual visual check up. Trying to find a way for e-mail to be sent out when specific errors happen on Job Scheduler. Any ideas? If need more info...more >>

Can't delete backup job!!!
Posted by RandyH at 10/18/2006 9:08:25 AM
For the life of me, I can't delete a backup job that was created with the maintenance wizard. The job deletes from the Management\Maintenance tree, but doesn't delete from the SQL Server Agent tree. I script the job to drop and get this error msg: Msg 547, Level 16, State 0, Procedure s...more >>

How do I download a HotFix?
Posted by Mark S. at 10/17/2006 10:08:32 PM
Hello, After finally convincing my client to upgrade to SQL Server 2005 Enterprise Edition SP1, we run smack into three bugs that have been fixed by hot fixes: http://support.microsoft.com/default.aspx?scid=kb;en-us;911569&sd=rss&spid=2852 http://support.microsoft.com/kb/919144 http://supp...more >>

Sort order again
Posted by Esha at 10/17/2006 1:02:16 PM
Some time ago I met a difference in behavior of SQL 2000 EM and SQL 2005 Management Studio. In 2000 I always have table data displayed in order it was entered when I use Open Table from popup menu, while I get unordered data when I use Open Table in MS. Although I've got some answers explaini...more >>

SQL to MySQL
Posted by te_butts at 10/16/2006 8:14:01 AM
Is there a way to take a DB from SQL2000 and SQL2005 to MySQL? Thanks...more >>

Going from SQL2000 and SQL2005 to MySQL
Posted by te_butts at 10/16/2006 8:08:02 AM
Can you take a SQL2000 and SQL2005 database and convert it to a MySQL database? By backing up, or exporting, or something along those lines. The powers above want to me to move all of our websites, which have both 2000 and 2005 SQL DB's, to MySQL. Is this possible? Or more of a problem? ...more >>

log file
Posted by Sam at 10/15/2006 7:00:15 PM
how can i automate decreasing the log file size? thanks ...more >>

Visual Studio 2005 pro SQL express
Posted by Shane Nation at 10/14/2006 6:30:55 PM
I have installed Visual Studio 2005 pro, which installs SQL server express. Can I create an SQL database to store data in using VS and if so how? ...more >>

Any Limitations If Any - Which Edition !
Posted by lovely_angel_for_you NO[at]SPAM yahoo.com at 10/14/2006 12:43:46 AM
Hi I am working on a VB6 application for my office where we will be getting the backend as SQL 2005, which edition that I am not sure. The VB6 application will be installed on 400-500 client machine and they will be connecting to the SQL Server on the network. Now these user will be frequentl...more >>

Investigating foreign key constraints
Posted by Steve Hershoff at 10/13/2006 2:12:45 PM
In running an insert statement I've encountered this message: INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'fk_benkey' All well and good, but is there a way through the Enterprise Manager or Query analyzer to show me which table(s) are using this column as a foreign key, so...more >>

IMport Acess database intou Express ???
Posted by serge calderara at 10/13/2006 4:25:02 AM
Dear all, I have an Access database that I would like to import under SQL express 2005. Is there a way to do this ? SQLserver 2000 privide a tool for that but could not find a way for EXpress 2005 Thnaks for help regards serge...more >>

SQL 2005 management studio missing on SBS R2
Posted by Jack at 10/13/2006 12:00:00 AM
I need to move some databases to a new drive but there is no management studio on the server. It is SBS R2 with SQL 2005 workgroup edition What to do ? Jack ...more >>

Help with insert query
Posted by Matt Williamson at 10/12/2006 10:46:48 AM
I need to add entries to an existing table. The table has 2 columns (name, number). I need to routinely add entries for multiple names and multiple numbers for each name I'm just not sure the best way to do it. I know I can just do a Insert..values query, but I don't want to specify each one ...more >>

Using forms with drop down lists to populate criteria in an SQL Function
Posted by Ernie at 10/12/2006 7:34:21 AM
I have a selection form that collects the following data with their associated form field names: Warehouse (Whse) This is a drop down list of appx 40 items Part Number (PartNumber) This is a drop down list of appx 2300 items Status (Status) This is a drop down list of appx 1...more >>

sql standard
Posted by atif at 10/12/2006 12:00:00 AM
Hi, Any would plz tell me which standard of SQL, MS Sql Server uses. and is there any free source code to validate sql query? thanx in Advance Regards ___ Atif ...more >>

Table data sort order
Posted by Al at 10/11/2006 6:50:15 PM
I used to work with SQL 200 Enterprise Manager. Now I started to use SQL 2005. Unlike in SQL 2000, if I open table data is displayed in some strange order (I even do not know what order is used). For instance in SQL 2000 all data is displayed in order it was entered in the table - first inse...more >>

Can't delete object
Posted by SAC at 10/11/2006 4:08:33 PM
I'm attempting to table with Enterprise Mgr and it hangs up. The table was corrupted and I made a new one, but the old one won't delete. Any ideas on how to delete it? Thanks. ...more >>

how to query out sections?
Posted by _adrian at 10/11/2006 12:38:13 PM
So I have a table with various records, each with different datetime fields populated..I want to query the records and then display them on a web page (ASP) so that when there's a different month, it breaks out as: 1/10/06 1/20/06 1/30/06 (note the space between eac...more >>

MDF File Sizes
Posted by Vayse at 10/11/2006 12:00:00 AM
Hi I have two databases set up, one for Office A and one for Office B. The databases have the same structure. There is a lot more data in the Office A database. Yet the Office B mdf is 6 times larger. Why would this be? Thanks Vayse ...more >>

NULL in query
Posted by Anders Eriksson at 10/10/2006 6:15:47 PM
Hello, I want to make an SQL query that selects all records in a table where a certain column is NOT -1 The column is an int but may have the value NULL I have used this SQL statement: SELECT * from MyTable where (NOT (MyCol=-1)) If I have an integer value in the column then it works...more >>

SQL Query Books
Posted by Jaz at 10/10/2006 11:01:06 AM
I am new to SQL and I was wondering if anybody has any recommendations on books to learn how to write SQL queries. Any suggestions on where I can start this learning process? Thanks, Jasper ...more >>

SQL Server 2005 - How to record the time of record insertion
Posted by Frank at 10/9/2006 1:58:51 PM
Ok, I feel like a retard for having to ask this, but... In SQL Server 2005, I wish to have a column keep track of when that specific record was created/updated. Any suggestions? I thought I could use GETDATE() in the Formula property, but if I do so, whenever the aspx page loads and dis...more >>

Question on new purchase of Standard Edition 2005
Posted by angela at 10/9/2006 9:53:01 AM
I recently bought SQL Server 2005 Standard Edition, 1 server and 5 CALs, from an online store (techusastore.com), but did not received any information such as product key or licensed key or authorization number, or anything like that. No documents. Just the 2 cds in the cd sleves. Not even a ...more >>

SQL Server Security
Posted by Vayse at 10/9/2006 12:00:00 AM
Hi I am in the process of writing some SQL based reports. The will be around 3 groups of reports. The setup will be Group 1 will be viewable by all staff. Group 2 will be viewable by managers, and above. Some accounts staff may also require access. Group 3 will be only viewable by...more >>

VS 2003 and SQL 2005 Report Service
Posted by luke at 10/9/2006 12:00:00 AM
Hi, Is it possible to use SQL 2005 report service in VB.net 2003? I cannot find SQL 2005 report viewer component in VS 2003. Thanks Luke ...more >>

Help me to choose ???
Posted by serge calderara at 10/8/2006 11:59:09 PM
Dear all, We have a supervision application which is based on concurent access and strorage of data actually in an Access database 97. This actually run under windows 2000. Today we are thinking to review our application and plan to move it under Windows Vista. One of our issue is to re...more >>

Newbie question
Posted by µ at 10/5/2006 6:56:18 PM
I've made a database with phpmyadmin. Now I want to add text to the fields i"ve made. Can i do this trough phpmyadmin or how can i do this? I've got these fields. id int(11) No Null auto_increment titel varchar(50) No Null bericht text No Null datum varchar(16) No Null ...more >>


DevelopmentNow Blog