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 > november 2003

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

monitor replication
Posted by bharath at 11/30/2003 11:57:01 PM
Hi, How do I automate the successful / error working of replication - both transactional as well as merge. Is there any system tables based on which i can do a join? Appreciate if someone can provide a query... regards. bharath ...more >>

SQL Server Locks
Posted by Rakesh at 11/30/2003 11:01:08 PM
Hi We are facing a problem with SQL Server 7.0 Locks The error code is 1204 We have Java components which has a collection of Java DB objects. These objects are iterated and their values (using SQL statements. The statements are not in a Transaction)are inserted into a table say A, later based o...more >>

SQL Agent Mail in html format
Posted by J at 11/30/2003 10:14:54 PM
Hi All Anyone know how to have SQL send mail based on a trigger in html format? I changed the SQL profile to send mail in html format and if I send it from outlook on the server it comes out in html but if SQL sends out a mail notification, then it is in plain text. Thanks in advance. J...more >>

64-bit SQL Server, DTS and Mail
Posted by Elliot Wien at 11/30/2003 9:31:05 PM
Greetings al Any feedback on 64-bit SQL Server? Is anyone using it? Any positive results or problems experienced I read in the BOL that DTS componenets are not included in the current release. I see this as a major hurdle to overcome - yes packages can be run from a 32-bit server, but this would...more >>

scripting out replication
Posted by bharath at 11/30/2003 8:00:13 PM
Hi, Is it possible to script out replication totally? I know that we can script out msdb jobs... but what about other replication settings thathappen in individual databases? The idea is to use these scripts to reconfigure replication in case of crash recovery......more >>

Distributing SQL2000 Database
Posted by Mir Zaman at 11/30/2003 4:02:49 AM
Is it possible to encrypt a database so that clients may not view the table structure, relationships,triggers, functions, etc.? Objective is to protect the back-end design from being exposed....more >>

Replication errors
Posted by Thomas Scheiderich at 11/29/2003 10:24:56 PM
I have been trying to get replication to work and have been having nothing but problems. I have a bunch of jobs set up in my EM and they all have red circles with an X through it ( I assume this is because they all failed). I have been trying to set up the publisher and distributer on the ...more >>

How to install SQL Server 7 Standard edition on Windows XP
Posted by Zvonko Tusek at 11/29/2003 6:49:58 PM



find out how much virtual memory is used up
Posted by Hassan at 11/29/2003 12:16:00 PM
Is there a way to find out how much virtual memory is used up by SQL server ? ...more >>

Please Help: SQL service cannot start
Posted by Ben at 11/29/2003 9:47:41 AM
Hi I created an account to run MS SQL services and give logon locally and log on as service permission. Installation was successful with this service account. After a few hours later, SQL Agent service hang and cannot restart. Error message is applicaion fail to initialize. Therefore MS...more >>

Problem with ROUND function
Posted by Steve Z at 11/29/2003 9:29:31 AM
When using ROUND(104.6146,2) - it comes out 104.61 (???) When using ROUND(104.6146,3) - it comes out 104.615 When using ROUND(104.615,2) - it comes out 104.62 Same behavior in EXCEL with currency formatting and changing decimal values from 2 to 3. This seems inconsistent to me. The first ...more >>

How to use Service Pack?
Posted by R-M at 11/29/2003 8:10:19 AM
Hi I've installed Sql server 2000 in server station and now I want help me for following quations? 1 - as I studied Microsoft site , I found 3 service pack for it,is that right? 2 - how should I install SP1,SP2,Sp3? (I heared it's neccessary to uninstall SQL Server 2000 and then install i...more >>

Email notifications setup
Posted by merlin at 11/29/2003 6:34:26 AM
Hi Sorry if this seems dumb, i have upgraded to sql 2000 and am having a great time so far, but I have a little problem. In my office only 5 people have email so we are using a simple email server (workgroupmail) is support imap,pop and all the other usuals. my question is how do I se...more >>

Updated SP3 Books Online
Posted by Hassan at 11/28/2003 11:41:02 PM
Am i right in saying that the updated SP3 Books online is not bundled in the SP3a service pack ? ...more >>

Convert to Unicode
Posted by Henrik Hasselblad at 11/28/2003 6:54:42 PM
Hi all I have an Sql2k database with SQL Server Sort Order 185 on Code Page 1252 for non-Unicode Data Now customers from latvia needs to use this database concurrently , is it possible to convert the tables to Unicode when it is already running live? Best regards Henrik Hasselblad SYSteam...more >>

Backup jobs and restores reporting false success!!
Posted by Kathy at 11/28/2003 5:56:36 PM
Below are the problems I am having with my SQL 7.0 server. The first problem is backup jobs created with the backup wizard and scheduled with the backup wizard fail. The latest problem I discovered is my databases can not be restored. The restore problem is very critical to solve. I ...more >>

Getting rid of too many log files
Posted by Prasanna at 11/28/2003 5:21:05 PM
Hi All I have 3 datafile & 5 log files for a database, not sure if these LOG files really have any data. I remember somebody saying there is an way to move the data from these 5 LOG files to a single LOG file & deleting the 4. Can somebody help me on how to accomplish this. Thanks ...more >>

Allow zero length strings
Posted by Poppy at 11/28/2003 4:20:11 PM
In Microsoft Access there is the option to set a field to accept zero length strings. This of course means that an empty text box could be entered into the database without an error occuring. Is there any way I can do this in SQL Server. I know that when developing a front end I could write...more >>

Script to identify line count in an procedure
Posted by Hari at 11/28/2003 2:45:28 PM
Hi Guys, Do any one of you have any scripts which return the procedure name and number of lines for all procedures in a database. Say I have a server with 1000 stored procedure,I need a script which return: Procedure name Number of lines ------------------- --------...more >>

Replication on 130GB db
Posted by Dalibor Cvijetinovic at 11/28/2003 1:19:50 PM
Is there anyone with some expirience in replicating such large database? Maybe some good link or something like that. I would need trans replication instructions. regards, Dalibor ...more >>

System function syntax question
Posted by Thomas Scheiderich at 11/28/2003 12:46:17 PM
Why do some functions have to have the () and some don't? I understand why you would, if a parameter is necessary. Why do I need the () for user_name, but not for system_user or current_user? As a matter a fact, I would get an error if I used the () for curnent_user and system_user. Wh...more >>

Changing computer name
Posted by Thomas Mcintee at 11/28/2003 10:16:05 AM
how to change windows 2000 computer name with SQL 2000 Server on it...more >>

db sizing
Posted by supernova at 11/28/2003 10:12:57 AM
Do you know where I can find information on SQL server future sizing method? ...more >>

Filegrowth by percent or by size. (And how much).
Posted by ben brugman at 11/28/2003 9:57:14 AM
Yesterday we encountered a problem. Setting a small testmachine (slow disks) filegrowth at 10 % and a databasesize of 1.2 Gbyte. Problem : A simple insert took over 1 minute. Causing a timeout. Took some time, but the growing of the database took some time. Because of the timeout, the exte...more >>

Migrate database objects to new server
Posted by Don Walter at 11/28/2003 8:46:51 AM
How to migrate all SQL 2000 objects (tables, views, SPs) and users from current SQL server to a new SQL 2000 server in different domain? DO I need to modify DTS packages? Thanks in advance. -Don...more >>

SQL 2000 - EM - Script Error viewing taskpad
Posted by Dave at 11/28/2003 8:31:05 AM
With certain databases on SQL 2000 Servers running SP3 I received an Internet Explorer Script 'unspecified error' on line 307 when attempting to view certain databases's task pad. If anyone knows the cause/resolution to this, could you let me know? Thanks, Dave...more >>

Downgrading from Enterprise to Standard
Posted by Chris Smith at 11/28/2003 8:11:12 AM
Hi Does anyone know how to go from SQL Server 2000 Enterprise to Standard and restore all of the databases? I've tried restoring the Mater Database, but I am getting the following The backup of the system database on device XXXX cannot be restored because it was created by a different version o...more >>

How do you set ARITHABORT ON permanently using Access?
Posted by dump NO[at]SPAM guestmaster.com at 11/28/2003 6:35:52 AM
I am using Microsoft Access to access my database on SQL Server 2000. How to you permanently set ARITHABORT ON forever via the Microsoft Access interface? I am sure this is a very silly question, but I am totally stuck. Regards Neil...more >>

About how many writes per sec for a single drive?
Posted by scott NO[at]SPAM turnstyle.com at 11/28/2003 6:30:18 AM
Deos anybody have a rough estimate for how many writes per second a single drive system (hardware mirrored to a second drive) should be able to handle? (ie: Win2000, IIS, apps, SQL, db + log files -- all on one drive) I know that's a slippery question, but I'm just looking for an order of mag...more >>

Partitioned Table and Indexed View
Posted by George at 11/28/2003 4:06:05 AM
Hi My company have a huge table (>50M Rows) which is used for OLTP. we want to re-create it into partitioned table and then create a indexed view on partitioned tables. There is no problem to create tables on different filegroup and the view, but fail to create the index on this view. here is th...more >>

strange error message
Posted by scott_mcarthur2003 NO[at]SPAM yahoo.co.uk at 11/28/2003 1:28:49 AM
I am getting the following error message in the log, event_id 6004. It seems to be coming from vssvx.exe which is something do to do with volume shadow copy although it seems to be some sort of database error, any ideas? Sqllib error: Database IFX is not simple....more >>

BCP problem running from EM and Query analyzer
Posted by Thomas Scheiderich at 11/28/2003 12:18:31 AM
I am running on W2K server with Sql Server 7. I am having a lot of problems getting some of my stuff to run. I suspect it has to do with permissions. But in this case I am trying to run the following command from EM as a Job as well as directly from Query Analyzer. BCP pubs..phone_book...more >>

Filegroup backup and full recovery mode
Posted by bharath at 11/28/2003 12:05:46 AM
Hi all, My database in mssql2000 sp3a is about 40 GB in size. I want to use filegroups and implement filegroup backup - at the same time - i do not want to compromise on my 'FULL recovery mode' - which means that i would like to have point in time recovery as well. Could any one let me...more >>

covering index query
Posted by jamesbond at 11/27/2003 10:58:35 PM
hi all, can anybody help me out with a covering index query and say how exactly it helps out in data retreival? thanks, james bond...more >>

difference between dbreindex and drop existing clause of create index
Posted by bharath at 11/27/2003 10:51:04 PM
Hi all, Could any one of you tell me if there is any difference between dbcc dbreindex and create index with drop_existing option for a table with one clustered index and multiple non clustered indexes..? Also, please let me know what is the best way to reduce fragmentation in tables t...more >>

Exception in Release mode - not in debug mode
Posted by Geir Aamodt at 11/27/2003 10:45:54 PM
I'm having a strange problem/bug that I hope you can help me with. (Cross-posting since I'm not sure where exactly this issue belongs) First a little background: - Visual Studio 2003 (Framework version 1.1) and Windows XP on Client PC - Windows 2000 Server with SQL Server 2003 - Solution with...more >>

Grant permission (Sch-M lock)
Posted by Johnny at 11/27/2003 8:40:16 PM
When I tried to grant a Select permission on a table to a user, it was blocked by any users who were currently reading that table. The grant command in QA issued lock Sch-M (Schema modification) lock. Why is it issued Sch-M lock ? Is it mean I cannot grant permission only any table whil...more >>

view the deleted records
Posted by Sharon at 11/27/2003 7:59:49 PM
Hi is me again, about the deleted data at the SQL table, what if i do not make any backup and i wanna to view the deleted data and if possible i hope there is a way that allow me to recover the data.. can it be done??? It's urgent hope to hear from you thank alot sharon ...more >>

Error 64 while backup TL onto NAS
Posted by andrew at 11/27/2003 6:24:57 PM
Dear All, I have a problem that I cannot seem to find much info on. I am backing up SQL 2000 Transaction logs onto a network share (NAS). This share is connected to the SQL server by a gigabit switch. When backing up the transactions logs overnight - I find that the SQL server reports errors ...more >>

???????????MSSQLSERVER????????!
Posted by ????? at 11/27/2003 5:49:35 PM
SAME AS TOPIC,THANKS A LOTS ...more >>

ODBC error and strange log entries
Posted by Dale Wilson at 11/27/2003 5:41:29 PM
I am getting the following error ODBC error: [Microsoft][ODBC SQL Server Driver]Communication link failure everytime I try to add a new field to a table in any database on my server. I can do queries, I can add new tables. I just can't edit the structure of an existing one. I am using versio...more >>

Default fillfactor for indexes
Posted by Jeffrey at 11/27/2003 5:16:04 PM
Is there a way to change the default faillfactor for a table or its nonclustered indexes without rebuilding it?...more >>

table size
Posted by supernova at 11/27/2003 3:55:59 PM
How do you find out the table size for certain patterns in SQL 2K? Through query analyzer? ...more >>

3-way joins
Posted by CJM at 11/27/2003 3:05:21 PM
I'm afraid my brain is melting on this one... I've done this before, but cant remember it now... I have three tables: Location, Hotels, PrefHotels Locations: A list of locations that people in my company travel to. Hotels: A list of hotel chains, inc URL etc that we may use PrefHotels: Iden...more >>

[BULK-OP-DB] [BULK-OP-LOG] What is this. Response problems.
Posted by ben brugman at 11/27/2003 2:44:30 PM
We are having response problems. This is on a test machine. But we would still like to examine the problem and prevent the same problem on a production machine. The situation is a simple table (only three columns, which hardly contains data, if the data goes to a few hundred rows the problems s...more >>

Rolling Back a commited transaction
Posted by Daniel Jorge at 11/27/2003 2:23:45 PM
Hi there, One of our user had (and still has) the right to post DELETE commands to one of our main tables in the Database. I usually hate when managers has this kind of rights. Generate a lot of trouble. The scene is as following: he deleted some records from a very important table in...more >>

Out params
Posted by Mikael Engdahl at 11/27/2003 1:42:42 PM
I heva a sproc that looks something like this: CREATE PROCEDURE GetData @Id INT, @Param1 INT OUT, @Param2 INT OUT, @Param3 INT OUT, @Param4 INT OUT, @Param5 INT OUT AS SET @Param1 = (SELECT Value1 FROM MyTable WHERE [Id] = @Id) SET @Param2 = (SELECT Value2 FROM MyTable WHERE [Id] = @Id) ...more >>

Resource locks
Posted by Deepa at 11/27/2003 11:52:10 AM
hi, I have a T-sql as part of ETL. The code selects all data from table x (with 3 million rows) and populates table y (which already has 1.5 million rows). There are no where conditions no calculations - simple insert into table x (col1,col2,...coln) select col1,col2...coln from table y. ...more >>

Findout who is accessing a database
Posted by CQMMAN at 11/27/2003 11:46:32 AM
hello, I am trying to stick a database in single user mode (SQL7). It says I can't because there is a user in the database. How can I find out who it is, and disconnect them from that that database? Cheers ...more >>

Number of SQL Client is . . .
Posted by Alfredo Volpari at 11/27/2003 11:30:06 AM
SQLServer 10Client; the number 10 is: - a physical limit of connections (ADODB.Connection)? - a licences limit ? - a PCs limit? - a number of processes limit? - a number of served query and the next queries are queued? Some ideas??? Tnx in advance. Sorry for my bad english... Alfredo. ...more >>


DevelopmentNow Blog