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 11

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

How to analyze SQLProfiler trace result ?
Posted by krislioe NO[at]SPAM gmail.com at 8/11/2006 8:37:34 PM
Hi All, I plan to run SQL Profiler because my SQL Server 2000 get the users timed out after running some time, and happen every day. (see http://groups.google.co.id/group/microsoft.public.sqlserver.programming/browse_thread/thread/fc287e2b9eb78b92/a05b0496982d258b?lnk=st&q=&rnum=24#a05b0496982...more >>


SQL Server 2005 Maintenance plan
Posted by Peter Afonin at 8/11/2006 4:19:20 PM
Hello, When i create a Maintenance plan in SQL Server 2000 and include backup of all my databases, I can specify the number of days after which the backups are automatically deleted. For instance, I setup a backup to the folder and tell SQL server to delete all backups if they are older tha...more >>

Restoring SQL2000 DB to SQLExpress on different machine
Posted by DGardner at 8/11/2006 4:11:02 PM
Really having a problem... I have a full backup in a file where RESTORE FILELISTONLY FROM DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\DeviceTest_db_200608060200' shows the results... DeviceTest E:\Microsoft SQL Server\MSSQL\Data\DeviceTest.mdf D PRIMARY 27590656 351...more >>

Index FillFactor's
Posted by cbrichards via SQLMonster.com at 8/11/2006 3:19:00 PM
I have a table in a database that has six indexes. Four of those indexes have a FillFactor = 90. Two of those indexes have a FillFactor = 0. My Reads in relation to Writes are approximately 100:1. Does it make sense that some indexes would be set at 90 and other indexes set at zero? It se...more >>

Error Creating Maintenance Plan
Posted by Mark Miller at 8/11/2006 2:49:47 PM
I have a new installation of SQL 2005 x64 SP 1 Standard Edition installed on Windows 2003 x64 SP 1 Standard Edition. I installed using unattended install. In the ini file for unattended install I specified ADDLOCAL and amoung other features I specified SQL_Tools90, which according to the tem...more >>

ntext and select distinct
Posted by Katie at 8/11/2006 2:40:59 PM
hi, i have a table with columns A,B,C,and D where D is ntext i want to do a select distinct on A B and D. I dont care if the values in column D are not distinct, i just care about the values in column A and B being distinct and just having column D values in the result. What is the best pract...more >>

DTS MAPI profile
Posted by Leon Shargorodsky at 8/11/2006 1:54:02 PM
I get "Unable to load MAPI profiles" error message in DTS Designer trying to add "Send Mail" task. SQLMail has been installed and configured (and tested, it works) on the same server. Please help, thank you in advance...more >>

Logshipping
Posted by Manoj Kumar at 8/11/2006 1:09:01 PM
All- I have typical the log shipping enabled between a prod server and another server. If I restore the log sipping source[production] say with a 6 hours back full db backup + diff [1 hour], what will be effect of this on the log shipping? Looks like I will end up reconfiguring the...more >>



Triggers Rollback?
Posted by Katie at 8/11/2006 12:45:46 PM
Hi, I am using several triggers on delete on insert etc. I was wondering do the triggers get "rolledback" if the main process is interupted Thanks :) ...more >>

q; two difefrent database
Posted by JIM.H. at 8/11/2006 12:42:02 PM
Hello, I have two application running on two different database, and I have only one Windows 2003 server. Which way is best to go: two instances on the same server or two different databases under one instance? ...more >>

SQL2000 Multi Instance Problem
Posted by Ivan at 8/11/2006 12:30:28 PM
Dear all, We have a server with 2 SQL2000 Instance, A & B. Some of our clients need use IP to connect to the SQL2000 Instance. If the Server IP is 192.168.1.200, how can I set the client to use IP to connect to Instance A ? Ivan ...more >>

Connection Issue
Posted by Brandon Owensby at 8/11/2006 12:02:53 PM
The computer I work on has Sql Server on it. We also have a main server in the office with sql server on it. The sql server on my computer has test data that I do my development with but part of the data needs to be kept up to date by copying it from the main server. This is done by the mai...more >>

SQl 2000 vs. 2005 creating a user
Posted by SteveS at 8/11/2006 10:21:02 AM
Here are two queries I have (top one is for SQL 2005, the bottom is for SQL 2000): I know SQL 2000 likes the sp_addlogin, and I can use that in SQL 2005, but SQL 2005 likes the CREATE LOGIN. My query below for 2005 works great in 2005, and I like it because I can use the CHECK_EXPIRATION=O...more >>

Database Engine Worker thread pool : Queue length
Posted by Olivier Matrot at 8/11/2006 10:11:37 AM
Hello, When the "Max Worker Threads" parameter is lower than the number of client connections, SQL Server pools the worker threads. Is there a performance counter to see the worker thread pool queue length (connections waiting a thread to handle requests)? TIA. ...more >>

Trigger through firewall
Posted by Eugene at 8/11/2006 9:39:25 AM
Hi everyone, I am new to this so any help will be much appreciated. I have a problem running triggers between two linked SQL servers. I am running Windows Server 2003 and SQL server 2000 SP4. Both Allow Outbound and Allow Inbound boxes are checkboxes. My trigger work when it connects to ...more >>

Order by owner match variable and then alphabetical
Posted by Colin at 8/11/2006 9:26:34 AM
Below is a subset of some returned data I'm getting from a query. Through reporting services the user is choosing which team's projects he wants to view. Here is the projects for "SE -Platform Services", but I'd like to always have the projects they own at the top of the list and then the re...more >>

SQL Log Shipping
Posted by Rustom at 8/11/2006 9:14:23 AM
I am having issues with SQL Server 2005 logshipping. Everytime the secondary server restores the logs my users are kicked out of the database. Is this a comman issue? I was under the impression that SQL Server 2005 addressed this issue and this only occured with SQL Server 2000. Is there any ...more >>

Identity column
Posted by robken at 8/11/2006 8:43:24 AM
Hi all, Does anyone know if you can put an identity column into a table that has been created by SELECT...INTO query, either at the same time as your creating it or after? Thanks alot! Rob ...more >>

Error - Event ID 3633
Posted by Seok Bee at 8/11/2006 8:42:19 AM
Hi, My server is currently installed with SQL Server 2005. I checked in the Event Viewer log file I noticed that I get the error message which the source is MSSQL$SQLEXPRESS, following is the detail of the error message: Event Type: Error Event Source: MSSQL$SQLEXPRESS Event Category: (2...more >>

Can't shrink a database
Posted by Steven Berkovitz at 8/11/2006 7:04:02 AM
Hi there, I am running SQL2005 SP1 Standard. I have a database that was originally a SQL2K db that was rolled up to 2K5. Everything was fine with it until I truncated a few tables and dropped a large column & index on a few tables. Since then the following symptoms are present: 1) T...more >>

Normalization - help me understand
Posted by Learner at 8/11/2006 5:43:41 AM
Hello, I guess this is a good brief definition for Normalization. I am trying to understand what is the sentence "and are not and are not dependent on any non-key ATTRIBUTEs." in the definition. "Normalization is the process of designing database tables to ensure that the fields in each ...more >>

Unattended Installation of SQL 2005 from two disks
Posted by shub at 8/11/2006 5:39:51 AM
I am trying to run a unattended installation for SQL 2005 in quiet mode (qn). I will be using a ini file to run the installation however the question I have for the group is how do I copy both the installation disks in the network share? Do I copy both the disks in two different folders and then...more >>

Performance and Large Data
Posted by Hamed at 8/11/2006 2:50:10 AM
Hi *.* I've a table with 14 columns and 640.000 rows, a simple select (* from table ) is very slow (about 16 seconds on my P4 2800, 750 MB of Ram), Is it normal? How can I reduce this time? With some reports that use this table, I've use Index Tuning Wizard and performance is now a little be...more >>

Interaction between SQL2k, SQL2k5, and SQLExpress
Posted by Earl at 8/11/2006 1:09:37 AM
I've got both SQL2000 and SQL2005 running side-by-side and now I want to test a ClickOnce deployment of my app with SQLExpress. Anyone been down this road and know whether I will step on the toes of the installed servers? ...more >>

SQL Server 2000 Online Backup
Posted by Tane M. Baum at 8/11/2006 12:23:07 AM
We have a size able database files in the production. In order to minimize the time to do a full backup, is it possible to take a snapshot of all the database files while the database is online with the following method: - lock/freeze all the data files and turn on the transaction log while ...more >>

Wrong User UID in the table
Posted by Tomasz at 8/11/2006 12:20:46 AM
Hello, I'm not experienced user of ms sql, but i have stupid problem. I restored database from my backups. This database is used by one old application and this application uses sql user to authetificate (not AD). Problem is my server has no such user in users section (it appears as an owner ...more >>


DevelopmentNow Blog