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 friday august 25

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

More dumb questions
Posted by Dodo Lurker at 8/25/2006 11:22:55 PM
Still learning so bear with me 1) Say I have a complicated select query (many joins) that I'd like users to run. Which typically performs better and why: creating a view with the select query or creating a stored procedure with the select query. Assume users don't care which mechanism is ...more >>

joins
Posted by kalaivanan at 8/25/2006 10:44:18 PM
hi dis is kalaivanan, which one of inner join or left join is efficient and in what way. ...more >>

Advantage comparison on Attach & Restore database
Posted by Peter CCH at 8/25/2006 8:49:14 PM
If I were to copy a database from one machine to another machine, I can use: - Backup & restore - Detach & attach Not to mention on those daily backup or availability of the database. Just consider copy one database to another machine. Does anyone know what's the advantage of each method m...more >>

Log and Data on the same RAID?
Posted by Joachim Hofmann at 8/25/2006 6:50:50 PM
Maybe my question is too simple because I dont know much of RAID, but I try: What is probably "better": One RAID of 4 Disks, where datafile and logfile are placed on, or Two RAIDs of each 2 Disks, where one RAID contains the datafile and the other RAID contains the logfile? Joachim...more >>

SQL Server 2005 difficulties?
Posted by CyberDwarf at 8/25/2006 6:18:32 PM
Hi Anyone out there had bad experiences with SQL Server 2005 and Access 2002/2003 ADE's? Look forward to hearing your comments, as I have been asked to deploy our shrink-wrapped ADE on a SQL Server 2005 backend.... TIA ...more >>

mirroring problem
Posted by geekboyed at 8/25/2006 4:45:51 PM
I'm trying to set up mirroring on sql2005 and I'm having problems with the 'alter table set partner' command. ALTER DATABASE testdb SET PARTNER = N'TCP://dbserver2:5022' I'm running on a workgroup, so I don't have a domain name, but I get this: Msg 1418, Level 16, State 1, Line 1 The ser...more >>

change sql 2000 server collation
Posted by Wilfrid at 8/25/2006 3:35:07 PM
Hello, Is there a way to change the collation of a sql2000 from Latin1_General_CS_AI to Latin1_General_CI_AI? thanks Wilfrid ...more >>

SET Options and Locking
Posted by cbrichards via SQLMonster.com at 8/25/2006 3:32:50 PM
How can SET options, such as ansi_defaults, ansi_null_dflt_on, ansi_nulls, ansi_padding, ansi_warnings, concat_null_yields_null, date_first, date_format, deadlock_priority, language, lock_timeout, quoted_identifier arithabort, and transaction_isolation_level, used in sys.dm_exec_requests, be of v...more >>



SQL Server Management Studio Stability
Posted by Questar at 8/25/2006 3:10:02 PM
I'm trying to play with SQL Server Management Studio version 9.00.1399.00 and I have to wonder if it's stable enough for production work. I'm having way too many problems that seem like bugs. I have encountered the message "Ad hoc update to system catalogs is not supported" several times w...more >>

SQL Server 2000 Critical Update tool
Posted by Double_B at 8/25/2006 2:29:10 PM
Hi Can we figure it out whether or not SQL Critical Update Kit package is installed or not on the SQL Server http://www.microsoft.com/downloads/details.aspx?familyid=9552d43b-04eb-4af9-9e24-6cde4d933600&displaylang=en Thks ...more >>

Change ownership of all objects owned by
Posted by WANNABE at 8/25/2006 1:45:13 PM
HI, I thought I read somewhere about a Stored Procedure that can be used to change all objects owned by x to owned by y. Does anyone know of such SP, tell me about it, please. OR Tell me a better way of changing ownership of ALL (DTS, Jobs, anything that has sa and the sa PW assigned to it)...more >>

Question about how SQL Server decides when to auto-update statistics
Posted by pshroads NO[at]SPAM gmail.com at 8/25/2006 12:35:32 PM
I am reading the Microsoft article 'Statistical maintenance functionality (autostats) in SQL Server' (http://support.microsoft.com/kb/q195565/) and I'm wondering about this part: "NOTE: In addition to cardinality, the selectivity of the predicate also affects AutoStats generation. This means ...more >>

Mirroring confusion.
Posted by ChrisR at 8/25/2006 12:04:24 PM
SQL2K5 SP1 I am testing out Synchronous Mirroring and have a question about failover. It seems the only way I can failover to the Mirror box is to log onto the Principal box and hit the Failover button? Isn't the whole point of mirroring to be able to handle the Principal not being available?...more >>

SQL Server 2005 Linked Server Security
Posted by Questar at 8/25/2006 11:55:01 AM
I'm having a security problem with linked servers on a SQL Server 2005 box. All server boxes are running Windows Server 2003. The SQL Server 2005 box is the only one running x64 Windows and x64 SQL Server. All logins in all contexts are being done with my AD domain account. I create a li...more >>

SQL Server 2000 is only using one processor
Posted by Artificer at 8/25/2006 11:38:38 AM
I have a host with 4 processors I checked the server properties of SQL Sever and it is authorized to use all of them but still sometimes when I run long batch processes the first processor goes to 100% and the others remain almost idle. Any idea of what might be wrong? ...more >>

Security Question - Please help!!!
Posted by WANNABE at 8/25/2006 11:28:05 AM
What settings need to be applied to a Login for them to be able to manage Jobs?? SQL2000sp4, I am trying to clean up security issues and provide only those rights needed. Before this everyone was attached to System Administrator. ...more >>

SQL 2005 Script Templates
Posted by Dave at 8/25/2006 11:13:02 AM
How can I move my SQL Server 2005 templates from server to server? In SQL Server 2000 they were all stored in *.tql files on the hard drive at C:\Program Files\Microsoft SQL Server\80\Tools\Templates\SQL Query Analyzer. But in SQL Server 2005 it appears that I can't access the template files...more >>

email problems with sql
Posted by Ben Watts at 8/25/2006 9:19:38 AM
I am trying to get a subscription to automatically send out an email to an address outside of our company. It is giving me an error that says "The e-mail address of one or more recipients is not valid." I do not have a problem sending to addresses inside the company. Anyone have any ideas. ...more >>

SQL 2005 vs SQL 2000
Posted by Shahin at 8/25/2006 8:01:02 AM
Hi, I have problem with SQL 2005 and SQL 2000, I did install SQL 2005 as a defaulf instance and SQL 2000 server as a name inctance on the same serverbut now when I try to start SQL 2005 I get this Error: An error has occurred while establishing a connection to the server. When connecti...more >>

backup
Posted by Curtis at 8/25/2006 7:49:03 AM
My backups have been successful until last week. I am suddenly getting the message telling me there is not enough space on the disk. The disk has 215gb of free space. I am backing up to an external firewire hardrive. I can successfully do a backup to the same disk as the database. I do a di...more >>

Easy T-SQL, brain lapse on Friday
Posted by PSPDBA at 8/25/2006 5:18:09 AM
Is there a view or something that lets you see what recovery mode your db is set to? I'm trying to tidy up a stored procedure that does a backup of all the trans logs, but I get an error when it hits a db set to Simple. Thx. ...more >>

timeout expired creating index
Posted by Andy at 8/25/2006 5:14:42 AM
I have a table in an SQL server 2005 database that has 4million plus records. When I try to add a primary key to this table using the Management studio I get an error message telling me that it was Unable to create index and that a timeout had expired. I know adding a key to a table of this s...more >>

Visual Studio - Network path does not support database files?
Posted by jason NO[at]SPAM cyberpine.com at 8/25/2006 3:45:44 AM
I've been playing around with new asp.net 2.0 membershp functionality. I was able to build a simple login form that secures a directory on a project I built locally on my development desktop. However, when I attempt to follow the same steps on the remote test server (a website I access via f...more >>

Raid Setup
Posted by BenUK at 8/25/2006 3:33:01 AM
We have just bought a new box for our SQL Database's.. ..We have three database's, 1 is by far the most intensive, it's a 3rd party application database and is around 20gb.. ..it uses the temp db heavily.. ..and the transaction log gets up to about 750mb - 1gb before it's backed up every 1...more >>

Identity column increases abruptly, abnormally.
Posted by Sameer at 8/25/2006 3:19:01 AM
Hi I am facing a big problem. please help. We r having SQL Server 2000 Enterprise. I have 3 triggers (FOR type) on a Table1 on each action - insert, update & delete. These triggers are inserting the audit for these actions into another Table2. Table2 has an identity column which increment...more >>

Inner join instead left join. Why ?
Posted by Alvaro Mosquera at 8/25/2006 3:00:01 AM
Why this query, that have a left outer join, generate a query plan with a inner join. I don´t undertand. the results get by the query are a inner not a left join. I attach the query and the query plan. THe query select c.codigoproducto,d.codigoproducto from componentes c l...more >>

Date formats
Posted by John at 8/25/2006 2:20:01 AM
I'm running the same insert 'insert into jftemp values ('2006/09/11')' on 2 different servers, one saves this date as 11th Sep the other saves it as 9th Nov. Both servers have the same regional settings, language settings, default language - both are SQL Server 2000 (SP4). Can someone suggest ...more >>

page splits on a clustered identity column ?
Posted by r.fauchatre at 8/25/2006 2:04:01 AM
Hi all, we can read in many articles that page splits don't occur with a cluster on a monotone increasing column (like an identity column) . with this script, we don't see that : with a clustered idendity column, the performance monitor shows page splits ( "SQLServer:AccessMethods" ; "Pag...more >>

dts import agent
Posted by Björn at 8/25/2006 12:00:00 AM
Hi group I want to copy a DB from one Sql Server 2000 SP3 to antother Sql 2000 Sp3. I´m using the DTS Import agent in Enterprise manager. After a few minutes I´ve got an error Message telling me that the copy process failed. The Log file of the Enterprise Manager is empty. Any Idea what happen...more >>

SQLXML 3.0 error when browsing to login page ?
Posted by scott at 8/25/2006 12:00:00 AM
I setup a VD using "VD Managment for SQLXML 3.0", changed VD to ASP.2.0 and now get this error on my login page (can someone help ?) Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific ...more >>


DevelopmentNow Blog