Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
March 2003
April 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 > sqlserver server > august 2006 > threads for wednesday august 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

"Key Column Information...."
Posted by bernd.podhradsky NO[at]SPAM podosoft.net at 8/30/2006 11:30:35 PM
Hi everybody! I have the following problem: I have many tables in my database and for some columns it happens that when I try to update them, I get the error message, that the update doesn't work properly, because of "Key column information insufficient or incorrect". This happens only for a f...more >>


Benefits of 64 bit
Posted by raidken NO[at]SPAM yahoo.com at 8/30/2006 7:13:57 PM
I understand that the 64 environment allows more addressable memory. Are there any additional performance benefits other than possibly those gained by increased memory addressability? Assuming the same database running on a 32 bit environment and a 64 bit environment and applications hitting b...more >>

Sizing memory of SQL Server
Posted by Jonildo Santos at 8/30/2006 4:43:46 PM
I am going to do a sizing of memory for a server SQL Server. I am finding the calculations of memory for each user connected to the SQL Server for carry out this sizing. I stayed grateful by any help. Thanks! Jonildo ...more >>

About sys.fn_indexinfo in SQL2005 MOC 2733A
Posted by io.com NO[at]SPAM newsgroup.nospam at 8/30/2006 4:22:37 PM
Hi guys, i reading the MOC 2733A for SQL2005 and found the "sys.fn_indexinfo" function in a module 5 but when i run a sys.fn_indexinfo how indicated a error showed Seems that not exist ... it's possible ? It was replaced ? If so how i can view a index defrag status ? Thanks in advanc...more >>

help with select
Posted by BJ at 8/30/2006 4:11:16 PM
I have 300 records in one table. I want to select that in 3 times, each time 100 rows. Anyone have some idea how to do that?? So, I would have 3 queries and each query would get 100 records. If anyone can help.... Thanks!! ...more >>

XML Export Using BCP problem
Posted by Rob Diamant at 8/30/2006 4:05:20 PM
I am trying to export and XML Explicit query using bcp and occasionally an element descriptor is trunctated on larger files. Any suggestions on how to avoid this problem. Is it possible to force a linefeed after each element in the sql output? TIA Rob ...more >>

SQL Server 2005 64Bit Edition
Posted by Phil Dowson at 8/30/2006 3:20:06 PM
Hi, I have a real "noob" question, and I'd appreciate it if someone could help me out. Below is the general specs of the server I am running. Product: Microsoft SQL Server Standard Edition Operating System: Microsoft Windows NT 5.2 (3790) Platform: NT INTEL X86 Version: 9.00.2047.00 Memo...more >>

SQL 2000 EM security
Posted by cw at 8/30/2006 3:04:08 PM
When I look at the properties of the SQL Server and go to the Security Tab, the startup service account area is greyed out. Why can I not see if it's using a local system account or a domain account? (Windows 2003 sp1 server running SQL2000 sp4.) Thanks ...more >>



Create index question
Posted by Tim Kelley at 8/30/2006 2:47:48 PM
Will creating an index while a database is in use block user access? Thanks. ...more >>

complete backup of database except values in a particular column of a table
Posted by Arun at 8/30/2006 2:41:25 PM
What if we want to take complete backup of production database except values in a particular column of a table. Suppose if we don't want to reveal social Security number of employees . Can we take a backup to send the offshore team with no data in SSN column of employee table. ...more >>

Unknown object IDs in Profile trace
Posted by Dave at 8/30/2006 2:36:04 PM
I am collecting objectids in a SQL Server 2000 Profiler trace. I am capturing the events: Stpred Procedures: RPC Completed and SP Completed and TSQL: SQL StmtCompleted. When I try to identify the objects being called either with object_name(id) or marching on sysobjects I get many objects ...more >>

Convert an Oracle script to an SQL script
Posted by Ray Lewis at 8/30/2006 1:06:23 PM
I was recently given a db script that was generated from an Oracle db. I need to put the db in my SQL server using this script. Is there a tool that will convert the script for me, or do I have to do it all by hand? It will take me days to do it by hand. Connecting to the Oracle db is no...more >>

SQl server registration
Posted by saaya at 8/30/2006 12:24:40 PM
I register the server using SQL Server Enterprise Manager. Next day, all my settings are gone. So I need to register server everyday. ...more >>

linked vs remote
Posted by Tony B. at 8/30/2006 11:46:21 AM
What are the differences between Remote Server and Linked Server anyone have a good reference page ? ...more >>

Help - user permissions question
Posted by tootsuite NO[at]SPAM gmail.com at 8/30/2006 11:44:37 AM
Hi, I have a database user with read-only permissions in the database. The user would like to be able to display a list of stored procedures in the database. I would like to grant this user the permission to do this, but without granting permission to *change* the sp's in any way. Is ther...more >>

Sql Query
Posted by John at 8/30/2006 11:34:03 AM
I need a SQL query that could give me a processor count and mhz info from query analyzer. Please help Thanks, John...more >>

Transfering User Logins & Password To A New Database
Posted by Vito Corleone at 8/30/2006 11:13:01 AM
Howdy Everyone, In SQL 2000, I used SQL Enterprise Mgr --> Task --> Transfer Logins Task --> Source Tab (select sourcce sql server name--> Destination Tab (select destinate sql server name) --> Logins (select database name). What about in SQL 2005? I am new at SQL 2005 but love to learn n...more >>

Taking a backup of database without taking backup of few tables
Posted by Arun at 8/30/2006 10:22:06 AM
Hi All, I need to take a backup of a database without taking backup of few tables. So if i have a database Name production with a number of tables including salary table. All I want is to take the backup of complete database without taking backup of Salary table. Isthee any way to do so? ...more >>

updating tbl converting varchar to numeric
Posted by absoft at 8/30/2006 9:44:18 AM
I am importing a table in my db from a txt file having data fields separated by ' ; ' After the import, I want to make one of the field as numeric which is imported as varchar. The problem that I face converting is the data that I get can be negetive. During import negetive value comes as varch...more >>

mssql2005
Posted by news.microsoft.com at 8/30/2006 9:39:10 AM
how do I bring files from mssql2000 to mssql2005? A BAK from 2000 doesnt seem to work as it did in mssql97 & 2000 thanks, Raul Rego NJPIES ...more >>

Release Database Transaction Log Used Space After Database Backup
Posted by Joe K. at 8/30/2006 9:32:01 AM
What are the SQL Server commands that will shrink or release database transaction log used disk space afer the database backup has completed? Thank You, ...more >>

Installing SQL 2005
Posted by randy at 8/30/2006 9:13:06 AM
Hi, Can I install SQL 2005 side-by-side with SQL 2000? Any good articles on this? Thanks ...more >>

Job fails in SQL Server 2005 Agent with error "Package not found"
Posted by Massimo at 8/30/2006 8:19:01 AM
Hello everybody, I am trying to run an SQL Server 2005 job which is made up of one SSIS package. The SSIS package run successfully when I start it manually, but as soon as I include it in an SQL Server Agent I get the error message mentioned in the subject. Any ideas? Thank you in ad...more >>

can this be done in SQL2000
Posted by Paul at 8/30/2006 8:18:02 AM
Hi I need to create a stored procedure that can do the following but now sure if it can be done with sql2000. 1. read in existing data from a table. 2. create the current Julian date. 3. make a comparison and add a sequence number onto this number if it is a specific Julian date. I think...more >>

Data export to individual files
Posted by pryan75 at 8/30/2006 8:02:41 AM
Hello, I am looking to T-SQL extract records from a table and have each record stored in individual .eml files. A query based DTS doesn't let me specify what extension my files will have AND I'm unsure how to have each record written to a separate file? Any ideas on how I can pull this off?...more >>

"GUID should contain 32 digits" when saving brand new Maintenance
Posted by Catadmin at 8/30/2006 7:13:01 AM
Someone help me please. I'm confused. I've got a brand new Maintenance Plan which reorganizes indexes, clears out the MP history and updates DB stats. It refused to save with a schedule of once a week on Sunday at 1:00 a.m., but did save without a schedule (on demand). I have reopened t...more >>

Linked Server Provider
Posted by David at 8/30/2006 6:11:02 AM
Hi All I am trying to create a linked server to MYSQL and it is not listed in the Linked Server providers in SQL Server 2005. How do I go about adding a provider that is not in the existing provider list? Any ideas on how to either add the provider or create the linked server would be a...more >>

Nested Transaction
Posted by shiju at 8/30/2006 6:06:21 AM
Hi, I wanted to know why the nested transaction is used. If I am not wrong, what I understand by the below SQL is that the "commit tran outer1" should be run to commit the entire transaction and to release the locks hold by transaction. and if the rollback happens anywhere, the entire transact...more >>

Transaction Log Error
Posted by neeju at 8/30/2006 4:44:35 AM
Hi, I am trying to restore transaction log backup for one of my database using following statement. RESTORE LOG mydb FROM DISK = 'c:\mydb.trn' WITH RECOVERY GO but it is giving error like :- Server: Msg 4306, Level 16, State 1, Line 1 The preceding restore operation did not sp...more >>

How do I get SQL Server version (numbers only) programatically
Posted by ravidhari NO[at]SPAM gmail.com at 8/30/2006 4:31:34 AM
Hi I want to get SQL Server version. I know this way: Select @@version But this gives me a very long string, i.e. Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 18 2006 00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Personal Edition on Windows NT 5.0 (Build 2195: ...more >>

A question on Isolation level
Posted by shiju at 8/30/2006 4:27:17 AM
Whenever the update statment is executed the patient table will be locked even for the querying. Is there a way where in the select locks the table so that the other transaction will not even able to select. If change the isolation level to repeatable read or higher it will not allow update a...more >>

SQL Update error
Posted by Jon at 8/30/2006 4:23:01 AM
Hello there. Is anyone aware of the following issue when updating a column in SQL Server 2000? I perform an UPDATE on a new column whose value is currently null. Example: UPDATE table SET column = 0 Once this is done, the values from another column (not in the quesry) are cleared. W...more >>

Affinity mask setting in Yukon.
Posted by SQLCatz at 8/30/2006 3:56:01 AM
Hello, Current setup: 3 instances of SQL server 2005 on a 2 CPU box. How do I use IO/affinity to ensure that all SQL Server related I/O goes to the first CPU? I'm aware that sp_configure is the command to be used. But how do I exactly specify that the first CPU is to be exclusively used fo...more >>

Problem with MS SQL Server 2005 Express when moving Databasefile
Posted by bluesky at 8/30/2006 3:12:10 AM
Hello, I have to test a .NET 2.0 Application which runs locally on my PC. All files are e.g. in the Folder DESKTOP\APPLICATION including the file LocalDB.mdf. When I started the Application for the first time, it runs perfectly. Then I moved the folder to C:\APPLICATION and now it will not ru...more >>

SQL Server Suffers Poor Performance with AWE
Posted by Damian Stalls at 8/30/2006 1:12:22 AM
Everytime I enable AWE on my SQL server the SQLSERVR process loses the ability to increase in memory. I am running Windows 2003 Ent. & SQL 2000 Ent. SP4. My Server has 4 processors and 8 GB of RAM. I am trying to give 5 - 6GB of RAM to improve its performance. If AWE is off then the SQL s...more >>

Reading .trc files on SQL Server 2000/2005
Posted by adkompella at 8/30/2006 12:49:30 AM
Hi, We have a requirement to read the .trc files generated by SQL server in real-time or atleast near real-time. We do not want to interfere with existing SQL server setup by running functions like fn_trace_get_table. The requirement is to get the events logged in .trc files by directly readi...more >>

Using a subquery in a update statement
Posted by Chris Asaipillai at 8/30/2006 12:00:00 AM
Hi I have a table with a set of possible duplicate values. The table contains information on users with the folllowing fields: Name Telephone Number Email Address DateOfBirth Duplicate Now i want to update this table (through the Duplicate flag) to set records which have the followi...more >>

Migrating from SQLServer 7/2000 to SQLServer 2005
Posted by gopi at 8/30/2006 12:00:00 AM
Hello All, I worked as a DBA when SQLServer 7 was released and was instrumental in migrating our SQLServer 6.5 to SQLServer 7. At that time Microsoft had released migrate/upgrade wizard that, given the source db, would create the source db on SQLServer 7 and migrate all the data. I'm ...more >>


DevelopmentNow Blog