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 thursday august 17

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

Login Failure when switching to Windows Authentication.
Posted by DwayneS at 8/17/2006 11:02:13 PM
I recently deleted the default database, which stopped the Authentication. I was able to change the default database to the active database, but now I can no longer switch to Windows Authentication in the Registration. It only allows me to use the sa. Now I have a DAP that cannot be viewed by pu...more >>

shrink file to a high OLTP DB
Posted by Hassan at 8/17/2006 10:45:19 PM
Will it cause any slowness to the stored procs while the shrink is going on ? Will it hold some locks ? ...more >>

Query Timeout
Posted by cbrichards via SQLMonster.com at 8/17/2006 9:11:58 PM
I have a rather complicated query statement in a stored proc which all of a sudden hangs in production. I copy the same database to QA and run the stored proc and it executes in less than a second. The explain plans are different between production and QA. I have recompiled (sp_recompile) the sto...more >>

SQL Server 2000 - sql server user account loses database permissio
Posted by Joe K. at 8/17/2006 6:08:01 PM
I have a sql server user account that periodical loses permission to groups and db_datareader access to several databases. What is easy way to determine the process or stored procedure that is changing the permission on this sql server user account. I would to complete this task without us...more >>

How to exec a SQL in stored procedure?
Posted by Cylix at 8/17/2006 5:54:26 PM
For example, I have a variable @SQL = 'Select ''Hello World''' How can I execute this @SQL in stored procedure? Sorry for newbie question =] Thank you. ...more >>

SQL Server 2000 Performance on Windows x64
Posted by David at 8/17/2006 5:49:01 PM
Hi All As SQL Server 2000 is only 32-bit (except for the Itanium edition) will SQL Server 2000 suffer any performance degradation as a result of being installed on Windows Server 2003 R2 Standard x64 Edition? Thanks...more >>

PLEASE HELP with query
Posted by Michael Kintner at 8/17/2006 3:43:57 PM
I am trying to use a IN statement Select * From ShowMenusFirst WHERE (Security In ((select Security from Users Where (Username='mkintner')))) ORDER BY Menus.Level; The results from the query select Security from Users Where (Username='mkintner') is 'Low','Med' I wanted the IN Statement ...more >>

TempDB Clarification
Posted by cbrichards via SQLMonster.com at 8/17/2006 3:15:49 PM
Can you please confirm my understanding of TempDB: 1. TempDB is in Simple recovery and therefore the TempDB log (.ldf) is primarily used for rollback purposes. 2. The TempDB datafile (.mdf) is where temporary tables, temporary stored procedures and worktables are built. 3. The TempDB data...more >>



DBCC DBReindex on NonClustered
Posted by cbrichards via SQLMonster.com at 8/17/2006 3:05:58 PM
If I execute the following statement on a nonclustered index there is no reduction in fragmentation on the index: DBCC DBREINDEX ('DBName.dbo.MyTable','IDX_MyTable_NonClustered',0) WITH NO_INFOMSGS The table on which I am performing the above statement has a clustered index. Is that the rea...more >>

Registration of SQL Servers missing in Enterprise manager
Posted by VM at 8/17/2006 1:39:02 PM
Hi All, Recently a strange behaviour was seen with Enterprise manager. When we change the Windows login password all the registrations of SQL Servers are missing from SQL Server Enterprise Manager. Did anyone faced this situation before? Its really painful to register 20 servers each t...more >>

FYI> "Invalid command option D." >Resolved
Posted by WANNABE at 8/17/2006 1:37:00 PM
Just thought I would pass this along in hopes that it can help someone. When I had changed the startup parameters for SQL so that the databases and log files would be in different locations. I used CAPITAL LETTERS to designate the default location. Like -DD:\data and -LL\:logs... that cau...more >>

Error when executing a distributed query on a linked server
Posted by SammyBar at 8/17/2006 11:57:12 AM
Hi, It's a repost of an old thread with more information included I'm testing a Sql Server 2005 Enterprise Evaluation Edition 64 bits. I've been trying to link a sql server 2000 SP4 to this but I'm having some troubles. When creating the linked server from the Sql Server Management Studio/New...more >>

if statements
Posted by Ben Watts at 8/17/2006 11:39:06 AM
Where do I put the if statements. do I put them after select or after from or after where. Or in one of those areas. Not sure, never used one before. ...more >>

SP4 queries lasting 10 times more
Posted by Luis Fernández at 8/17/2006 11:26:21 AM
Hi, We've got some staging and fact table loading processes for our BI datawarehouse wich launch heavy queries. After applying SP4, some of these queries/processes perform until 10 times worst, and are "apparently" self-blocking in the SQL Server activity snapshot. System configuration: ...more >>

.NET assembly
Posted by Julio Delgado at 8/17/2006 11:19:11 AM
Can I reference a .NET assembly in MS-SQL 2005 Workgroup like we do with COM objects Thanks ...more >>

SNPP from SQL
Posted by Julio Delgado at 8/17/2006 10:27:59 AM
Hi, I would like to send a SNPP message if the data I am going to insert on the database meets certain criteria. I notice that there are a couple of vendors with SNPP objects (.NET and COM) I am using MSSQL 2005. The data is send to me (SQL) by another software that doesn't know that it n...more >>

Can I use .DNF file to recover my data?
Posted by Mike Torry at 8/17/2006 9:50:01 AM
I want to recover data in a table on SQL 2000 server. This database has 10 files (.MDF, NDF, and LDF). I know which .NDF file contains the data of the table. I made detach the database. Can I use one old backed up .NDF file replace the current .NDF file, and together with other current files...more >>

Can SQL2000 notify me if a new job or DTS is created ?
Posted by WANNABE at 8/17/2006 9:35:49 AM
Hi, ya-all. That's basically my question in a nut shell. Can it, and How do I set it to ? Thanks. ...more >>

SQL query to find repeat entries
Posted by Greg Smith at 8/17/2006 9:01:11 AM
Can you run a query that will return only results that have the data in a target column duplicated in another row? i.e. Duplicate address data Result data: RecordID Lastname Firstname Address ------------ ---------- ---------- ------------------- 4 Jone...more >>

Create cursor from stored procedure
Posted by Mark Miller at 8/17/2006 8:29:05 AM
I have a stored procedure which I want to view the results in a specific sorted order, however I do not have control over the stored procedure as it has been created with the ENCRYPTED keyword. I tried to use the INSERT tablename (columns) EXE storedproc syntax, but I get the error about using...more >>

Upgrading to Sql 2005
Posted by Denis Desjardins at 8/17/2006 8:11:02 AM
Hi everyone, I need your expertise to find the best way to do the following: - I have a datawarehouse in Sql 2000 (over 200 Gb of data) with many Dts (over 75) running daily via a Sql Server Job to load different data sources. - I have a brand new server where i've installed Sql 2005. - I ...more >>

Network Connects to Wrong SQL Instance
Posted by Jonno at 8/17/2006 7:35:02 AM
I have a server running Windows Server 2003 with two instances of SQL Server 2000 - a default instance and a named instance I shall call "INSTANCE_A". Locally, SQL Server works correctly. Query Analyzer connects to both instances (SERVER and SERVER\INSTANCE_A) correctly. However, over the ne...more >>

Split Database
Posted by Terry at 8/17/2006 7:25:02 AM
How can I split a large database in SQL Server 2005 into many parts? ...more >>

syscategories
Posted by Rob at 8/17/2006 7:18:01 AM
Hi, Can I safely update the syscategories table without any impacts to any dependencies, if any? I have created a number of similar type jobs and would like them to be categorized so that I can distinguish them easily. TIA. Regards,...more >>

Where Can I find the Manager Tool for SQL Server Express
Posted by Bob Hanson at 8/17/2006 6:57:02 AM
Hello All, The last time I needed it, there was a CTP for the new SQL Server 2005 Express Manage. Can someone let me know where to find it now? Thanks for your help :) -- Bob Hanson Senior Solutions Developer ...more >>

Identifying Table scans and Index scans
Posted by Karthik at 8/17/2006 12:03:01 AM
Hi, Is it possible to examine which queries are performing table scans and which ones are doing an index scan without going through the execution plans? I am asking this because, I have been given a few databases by my manager and he has asked me to identify all queries that perform a tabl...more >>

How to Run SQL Profiler with non-admin users
Posted by Eco at 8/17/2006 12:00:00 AM
A user needs to run SQL Profiler, how can enable him to run this tool without assign admin rights? or Any alternative way? Thanks. ...more >>

Charset&collation
Posted by William Stokes at 8/17/2006 12:00:00 AM
Hello, How can I find out from SQL SRV2000 which characterset and collation is used. Thanks -Will ...more >>


DevelopmentNow Blog