Groups | Blog | Home


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) > march 2006

Filter by week: 1 2 3 4 5

Hide Table Design on Client Machine
Posted by Kimkhoa.Tran NO[at]SPAM gmail.com at 3/29/2006 10:35:30 AM
Hi All, For SQL 2000: When the user open the database>> Tables, under tables it shows a list of all the ado/sys tables. If user choose one of the table name and right click, there is an option shows the "Design Table". How can we disable that options so that the user can't choose that option...more >>


22 seconds via QA and sub-second under 1 SSMS
Posted by aaron.kempf NO[at]SPAM gmail.com at 3/29/2006 9:44:26 AM
why is it that this sql statement DECLARE @SQL_BULK_INSERT VARCHAR(1000) SET @SQL_BULK_INSERT = 'BULK INSERT LOGTEXT_STAGING FROM ' + char(39) + 'C:\aaron\ARC_LOGS\LOG_138849.TXT' + CHAR(39) + ' WITH (ROWTERMINATOR = ' + char(39) + CHAR(13) + CHAR(39)+ ',FORMATFILE = ' + char(39) + 'c:\arc_...more >>

Adding Linked Server to SQL Server Exp 2005
Posted by adamsalisburyweb NO[at]SPAM googlemail.com at 3/29/2006 6:28:08 AM
Hi, I'm trying to create a link to an Access database in SQL Server 2005 Express. I can do this through Management Studio so it is showing under the 'Linked Servers' branch on the left hand side, however it does not show any of the MDB file's tables, or anything for that matter. I've tried ...more >>

SQL 2000 Reporting Service/Reports on MS CRM 3 web - allowing for FQDN?
Posted by stephenejones NO[at]SPAM yahoo.co.uk at 3/28/2006 6:41:56 AM
Hi, A bit of background. We have a deployment of CRM 3.0 installed and working fine on our Windows 2003 CRM server in a Windows 2003 AD. Still having problems with clients on Outlook (PC's are not a member of a domain), but playing with the web-based interface for now. Got a problem with...more >>

inusual reindexing behavior in SQL 2000
Posted by zoli at 3/27/2006 11:48:03 PM
Sorry if this is not the right newsgroup to out this in (let em know and I will put it in the correct group) We have SQL 2000 standard edition (with the SP4) installed on windows 2003 server. we have transactional replication occuring on a regular basis to 2 servers (1 remote and 1 local). ...more >>

variables local to a transaction
Posted by HSA at 3/24/2006 12:52:47 PM
Does SQL server support transcation-scoped variables? I need to save a particular value into a variable (say inside a stored procedure) and then access that variable inside triggers that are run in the context of the same transaction. I need the scope of variable to be limitted to a transaction...more >>

SQL Server usage statistics
Posted by k0mput3r at 3/24/2006 6:46:54 AM
Hi, Is there an sp that displays usage statistics? More specifically, what queries are currently being run or queued, how long it has been running and what connection the queries came from? Thanks. - Komp ...more >>

copy table from 2000 to 2005
Posted by tao_benz NO[at]SPAM hotmail.com at 3/23/2006 8:57:05 AM
Could anyone tell me some ways to copy a table( with thousands of rows) from sql server 2000 to sql 2005. Thanks in advance. ...more >>



SQL Server services terminates every morning
Posted by Jeremy Smith at 3/23/2006 7:24:22 AM
The SQL services terminate with a fatal error. SqlDumpExceptionHandler: Process 4908 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. * ******************************************************************************* 5 seconds later......more >>

Are Indexed views supported - 2000 Work group Edition?
Posted by yitzak at 3/23/2006 2:49:12 AM
Hi I thinking of getting Microsoft SQL Server Work group Edition 2000 + 5 Clients, English, CD Does this support Indexed views - I seem to think I saw this restriction but cannot find it now.. Thanks ...more >>

MS SQL Server 2005 - How to add databases/users/etc.???
Posted by Noozer at 3/23/2006 12:00:00 AM
I've installed the MS VB Express and WebDev Express and subsequently have MS SQL Server 2005 installed. I'm at a complete loss as to how to access or configure this server. In the SQL Server configuration I can only see how to configure the SQL Express protocols. How can I add users to the ...more >>

Microsoft SQL Server Management Studio HELP!!!
Posted by pd NO[at]SPAM acskive.dk at 3/22/2006 1:28:00 AM
I have recently moved from a Microsoft SQL Server 2000 to a SQL Server 2005. In the good old Enterprise Manager, when I imported a table from a SQL server to another, I could choose "Copy objects and data between SQL Server databases". When choosen, all primary keys, and default values was c...more >>

Name part search. Stumped...
Posted by redfoxk NO[at]SPAM hotmail.com at 3/21/2006 9:41:21 PM
/* I'm having a problem making a select statement to return the correct results. Here is an example of what I'm trying to do. Two tables: @TblNameParts which contains the master list of all the name parts and the MasterNameID which is a pointer to the master record. @TblCriteria which is b...more >>

DTS+ASP
Posted by Aleks Kleyn at 3/21/2006 8:46:27 PM
Suppose i create procedure in DTS and I want to manage call of this procedure from ASP code. How I can manage this. I have SQL 2000 and for me both ASP and ASP.net are interesting\ Thank you -- Aleks Kleyn http://www.geocities.com/aleks_kleyn ...more >>

focus bug in between ADP and QA
Posted by aaron.kempf NO[at]SPAM gmail.com at 3/21/2006 4:12:13 PM
Team; I have seen this bug about 20 times in the past 3 years. LITERALLY. a) have an ADP open to the queries window b) choose query analyzer on the taskbar c) do something in qa d) select access on the taskbar Do you know what happens?? ADP sits there and automagically fires the spro...more >>

How to configure MemToLeave memory option?
Posted by pshroads NO[at]SPAM gmail.com at 3/21/2006 2:12:32 PM
I have been encountering errors on a couple of my SQL Servers and in researching the problem I think that I may need to configure more MemToLeave space. I have not been able to find any articles that suggest how to go about calculating how much MemToLeave I need though. I use AWE to a fixed 5....more >>

Backup/Restore MSSQL database from domain host?
Posted by Noozer at 3/21/2006 12:00:00 AM
My domain host provides Windows hosting, including MS SQL database. Unfortunately it doesn't provide remote connections to their MS SQL server. I can see no method of retrieving my database structure, or the database populated with data, from the hosts control panel. I'm sure that I could u...more >>

Find objects that access a particular column
Posted by k0mput3r at 3/20/2006 12:26:54 PM
Hi, Is there a store procedure or a simple way to find all objects ( sps, views... ) that access a particular column of a particular table? Thanks. Komp. ...more >>

Memory allocation in MS-SQL 2000 instances
Posted by dries at 3/17/2006 5:33:37 AM
Hi, From a previous sys-admin I inherited a a MS-SQL (2000) machine with 3 instances. It is a nice machine with 4 Gb of memory but the memory allocation is very weird: Instance A: 1400Mb Instance B: 1000Mb Instance C: 80Mb (!) Instance C is performing badly under a bit of pressure which s...more >>

Alternative to OpenXML
Posted by Shilpa at 3/17/2006 12:24:33 AM
Hi All, I want to pass XML and the data in the XML should be stored in the tables of the database. However, I do not want to use the OpenXML statement. Please let me know. Regards, Shilpa ...more >>

every user to take his id
Posted by xxxxyz NO[at]SPAM abv.bg at 3/16/2006 4:00:07 AM
Hi, I have sql server 2005 database. In one of the tables when a record is inserted I want to save the user id from sysusers and the date of insert. So every user has to be able to get his id from sysusers. I use this: select uid from sysusers where name=USER_NAME(). But these users haven'...more >>

migrating from 2000 -> 2005 as simple as ...
Posted by RTL at 3/15/2006 7:01:52 PM
....detach and attach? Regard article: http://www.aspfree.com/c/a/MS-SQL-Server/Moving-Data-from-SQL-Server-2000-to-SQL-Server-2005/ I have been trying to do research on migrating our SQL2000 to SQL2005 [on another box] and have not found a lot of helpful information. This article makes it ve...more >>

DB Size Grown Very Large since creating email delete trigger
Posted by lkath NO[at]SPAM plenco.com at 3/14/2006 8:55:41 AM
I created a trigger on a table that sends me an email when records are deleted from the table. I created the trigger about 2 weeks ago. Since then my database has grown at a ridiculous rate. I have deleted the trigger and no longer need it. Is there a way to get my database closer to the size...more >>

MySQL vs SQL2000
Posted by anote_un NO[at]SPAM yahoo.com at 3/13/2006 7:57:42 PM
Dear all, I have an update statement update ta100d inner join qryholiday on (ta100d.effdate = qryholiday.effdate) and (ta100d.empid = qryholiday.empid) set ta100d.statwrk = qryholiday.ta01ma, ta100d.statwrkdsc = qryholiday.usrdef where ta100d.updusr = 'Y' and ta100d.effdate >= '1060101' ...more >>

DATABASEPROPERTYEX(<databaseName>, 'status') returning NULL
Posted by zart.cosgrove NO[at]SPAM gmail.com at 3/13/2006 10:54:28 AM
Hi, I'm having a problem with the DATABASEPROPERTYEX function... When I run SELECT databasepropertyex(name, 'status') AS Status, * FROM pdxmgr01.master.dbo.sysdatabases order by dbid I'm getting NULL for the Status column. When I look in BOL, there is no value of NULL listed as a poss...more >>

Intermittent timeouts (same stored procedure)
Posted by Mike Dow at 3/10/2006 2:21:00 PM
Hi, We have a call to the same stored procedure timing out a few times per day. The sp is executed by some c# code using a SqlDataReader to populate a collection class (all it's doing is assignments (no lookups or anything) -- very fast operations on the mid-tier/c# side). Both the middle t...more >>

Setting security permissions for users on subsets of data
Posted by weegee NO[at]SPAM metronet.co.uk at 3/10/2006 9:33:43 AM
Hi I have built an application in SQL Server which is comprised of Employee data. The data contains a category for Division. Divisions are for example: ECT ECT Asia PCT However, I want to be able to put security on the data so that users from each division only have access to their d...more >>

Slowness from morning to afternoon
Posted by wasco_mike NO[at]SPAM hotmail.com at 3/10/2006 5:39:46 AM
I'm supporting a SQL-based .NET application. What we found is that since this product was installed, overall performance in the morning was good, but afternoon performance is nothing short of awful. In several instances, a mere lookup function consisting of about 130 total records takes over a...more >>

help!
Posted by robert at 3/9/2006 2:04:37 PM
sorry if this is the wrong group. i have admin priveliges on windows server 2k3 server with sql server 2k on it. i want to be able to allow someone else (an account group rather than individuals, preferrably) to be able to log on and still have access to the sql server residing on this pc. ...more >>

[sql2005][ssis] Package configuration not used after deployment?
Posted by yoda.online NO[at]SPAM gmail.com at 3/7/2006 1:57:43 AM
I've been searching for an answer to my question quite some time now and I've not been able to figure it out yet. Situation: - I've created a SSIS package containing a bulk insert task. - I've added a package configuration containing the appropriate connection manager (i.e. dev, beta or live)...more >>

Managing Long Running Queries/Batches
Posted by mg at 3/5/2006 1:45:52 PM
It seems from everything I've read that SQL Server cannot control the execution priority (other than deadlock priority) of queries/batches unless you resort to a couple of incomplete, home-grown solutions out there. Okay so stepping back and looking at the bigger picture, what other optio...more >>

Please help with update in this scenario
Posted by KarenM at 3/4/2006 5:26:22 AM
I have a table - AccountBalancesBudget which as the following columns: Plant Month Year Amount So take an example of one scenario: Plant Month Year Amount =================== ABC,1, 2005, 2000 ABC,2, 2005, 1000 ABC,3, 2005, 1000 ABC,4, 2005, 1000 ABC,5, 2005, 1000 ABC,6, 2005, 1...more >>

way to not show tables only Views in ODBC connection
Posted by RTL at 3/1/2006 9:07:21 PM
Hello again, Is there a way to not show tables in the Linked Table ODBC connection for a database? Only the Views are marked public for SELECT, but the tables are showing too. The tables are not marked as public. Thanks, Rich ...more >>

SQL Reporting Services 2000
Posted by Snake Eyes at 3/1/2006 12:59:46 AM
Any good newsgroups for Reporting Services? Thanks! ...more >>


DevelopmentNow Blog