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 31

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

Performance Monitor Counter Logs
Posted by iamset via SQLMonster.com at 8/31/2006 8:49:57 PM
What is best practice for setting up counter logs in performance monitoring? Is there such a thing? I had three counters setup to take a reading every 15minutes and got I yelled at for straining the system and I should not be saving to the same server. I only setup those monitors for which...more >>

Update Query
Posted by Bruce Schwartz at 8/31/2006 8:44:05 PM
I have 1 table (named Categories) with CAT_ID and name etc., and another table (named CatHierachy) that has 2 columns, P_ID and C_ID, and that links the categories to each other, creating a tree of categories and sub-categories and sub-subcategories. I made the following update query in Acc...more >>

attach db
Posted by Andre at 8/31/2006 6:12:05 PM
I'm moving a db from serverA to serverB. I detached the db on serverA and copied the files to serverB. I want to change the file names when I attach it on serverB. How can I do this? If I try to change the name and attach the db, it doesn't like the renamed files; it will only let me attach a...more >>

che differenza c'è tra "user" e "login"...
Posted by at 8/31/2006 4:42:09 PM
..... in SQL 2005 ??!?!? Pensavo fossero la stessa cosa ma ora non credo più... insomma ho un po' le idee confuse a riguardo. bye Grazie. ...more >>

Distributing ntwdblib.dll
Posted by Wagner Landgraf at 8/31/2006 4:07:11 PM
Given these facts: - There are some legacy applications that use DB-Library (ntwdblib.dll) to connect to SQL Server - There are now free SQL Server editions like MSDE and SQL Server Express, and both are supposed to work with the DB-Library - There is a need to use those legacy applications t...more >>

Windows authentication connection error to sql server 2005
Posted by Chuck Lathrope at 8/31/2006 3:45:01 PM
Login failed for user ''. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452) SQL authentication works fine. 4 of 50 people have this issue connecting to any sql server in another domain (I would guess a one way trust as it is a staging doma...more >>

Error when using Update Statement on a table variable
Posted by Chris Asaipillai at 8/31/2006 2:57:43 PM
Hi there I have a stored procedure which uses a table variable which is declared as follows: DECLARE @VtblResults TABLE ( [ROWID] INT IDENTITY(1,1) NOT NULL PRIMARY KEY ,[ClientID] INT NOT NULL ,[ContactCardID] INT ,[Name] VARCHAR(500) ,[DateRequested] DATETIME ,[DateSent] DATETIM...more >>

update
Posted by Ben Watts at 8/31/2006 2:48:14 PM
I have two tables. Employee and Time. These 2 tables link together by their EMP_ID field. Basically I need to update the DEPARTMENT field in the Time table to be the same as the DEPARTMENT field in the Employee table when The EMP_ID fields match. Just not quite sure how to write this Updat...more >>



A few questions: Clustering & Replication
Posted by Rob at 8/31/2006 2:07:02 PM
Hi, In SQL 2005, with SQL Clustering: 1. Can a THREE-node active/active/active cluster be setup? If yes, is setting up a three-node a/a/a cluster recommended? Any pitfalls or gotchas that one needs to be aware of? With Replication: 1. Can a subscriber in turn be a publisher to another su...more >>

Using EXCEL to look at a VIEW - can it be edited??
Posted by Steve Z at 8/31/2006 2:00:01 PM
Our users all have access to our DB through a ROLE we created - this role has EXEC rights to all our stored procedures. We have never yet given a user SELECT rights to any tables... So now we are thinking that we can create a VIEW - give a user access to that VIEW (through the ROLE they al...more >>

Scripting Maintenance Plan in SQL Server 2005
Posted by faraujo at 8/31/2006 12:15:01 PM
Hello, We have about 16 servers running with SQL Server 2005, almost all have same databases replicated for users in each location, so the problem is we want to have only one maintenance plan and been able to copy or update it on the other servers without having to do changes manually for eac...more >>

Scripting Maintenance Plan in SQL Server 2005
Posted by faraujo at 8/31/2006 12:12:26 PM
Hello, We have about 16 servers running with SQL Server 2005, almost all have same databases replicated for users in each location, so the problem is we want to have only one maintenance plan and been able to copy or update it on the other servers without having to do changes manually for eac...more >>

50(The request is not supported.)
Posted by IndyChris at 8/31/2006 11:38:10 AM
I'm attempting to create an assembly in SQL Server Management Studio express and I'm getting the following error message. Msg 6502, Level 16, State 7, Line 1 CREATE ASSEMBLY failed because it could not read from the physical file 'Iit457wks1.Telspan.Intra\c$\TriggerUpdate.dll': 50(The request is...more >>

sa privileges
Posted by Eduardo Sicouret at 8/31/2006 11:15:23 AM
Hello, Tricky question here. I work with sql server 2000. Berfore I got here there was no DBA. So everyone used the sa user for their applications. I need to know if it's possible to remove privileges from the sa user, so I can create a new user with "super administrator" privileges, ...more >>

q; delete files
Posted by JIM.H. at 8/31/2006 11:15:02 AM
I need to delete all the *.txt file in a specific folder modified date is older than 2 months,. How can I do this in a stored procedure?...more >>

Microsoft.VC80.CRT.mui
Posted by LehrSJ at 8/31/2006 10:13:01 AM
I have SQL 2005, 64bit version installed with SP1. I am seeing the following errors in the Windows event log: Source: SideBySide Event ID: 59 Resolve Partial Assembly failed for Microsoft.VC80.CRT.mui. Reference error message: Access is denied. Source: SidebySide EventID: 59 Generate Ac...more >>

table schema
Posted by SQLken NO[at]SPAM gmail.com at 8/31/2006 10:08:22 AM
I am working on the sample Adventure Database that comes with SQL server 2005. The tables are group by the schema!?? i.e. company.employee company.sale etc. company is the schema and employee and sale are tables. I found this is pretty new to me. Can someone lead me to the right directi...more >>

Connect to Remote SQL SERVER Express 2005 server
Posted by Tim Kelley at 8/31/2006 10:01:08 AM
I am trying to connect to a remote SQL Express server (using query analyzer) and I am not able to. If I run SQL Server Managemant Studio I can connect (using Windows Authentication). I have tried using the IP address of the server and just the server name but no luck. There is only one instan...more >>

Truncate Log (Change Recovery Model Full to Simple)
Posted by Joe K. at 8/31/2006 9:53:02 AM
I have a SQL Server database that has a very large database transaction log file (bf_log.ldf) that continures to grow. I would like to change the recovery model from full to simple and truncate the database transaction log file. What is syntax to truncate the database transaction log (bf...more >>

search
Posted by Ben Watts at 8/31/2006 9:26:21 AM
Is there a way to do a search inside a specific database for a specific field. My problem is I have a db with about 200 tables and I am not sure which one holds a specific field. Is there a way to find that field without going into every single table? ...more >>

SQL 2005 Backward Compatible
Posted by george at 8/31/2006 9:22:40 AM
Hi, I have SQL 2000 DB that I do not want to upgrade to 2005 however I want to install 2005 and start building new DB's. Can I remove 2000 and install 2005 and connect to the old 2000 db's using Management Studio? I do not want to have both installed. Thanks ...more >>

Upgrading to sql 2005
Posted by johnmanc NO[at]SPAM chartersteel.com at 8/31/2006 9:02:39 AM
I have been assisgned the task of upgrading to sql 2005. I was given a dell poweredge 1850 and the sql standard edition 2005 w/ 5 cal disk. I have only used sql a little to make data changes in tables. My boss expects me to figure this out on my own which I like to do anyway. I remember he ment...more >>

Upgrade to SQL 2005 from SQL 2000
Posted by johnmanc NO[at]SPAM chartersteel.com at 8/31/2006 8:37:37 AM
I have been assisgned the task of upgrading to sql 2005. I was told there is a server and sql standard 2005 disk in the back room. I looked and found a dell poweredge 1850 and the sql standard edition 2005 w/ 5 cal disk. I have only used sql a little to make data changes in tables. My boss isnt...more >>

sp_dboption 'trunc. log on chkpt.'
Posted by Joe K. at 8/31/2006 8:11:02 AM
I have a SQL Server database that the database transaction log is growing very large. The database Recovery Model is set to full. If I change the recovery model from full to simple will the transaction log truncate when the database is backup daily? What are the best procedures to shri...more >>

Changing the identity seed & increment programatically
Posted by almurph NO[at]SPAM altavista.com at 8/31/2006 7:17:11 AM
Hi, I want to change the identity values of an identity column of a table that already has rows in it, such that, it begins at zero and goes up in even numbers - that is, like 0, 2, 4, 6, 8, etc.... instead of the usual 1, 2, 3, 4, etc.... The current values of the identity seed & identit...more >>

dbcc dumptrigger
Posted by Praveen at 8/31/2006 7:10:10 AM
HI All, Can any one explain me the use of the DBCC command called dbcc dumptrigger Thanks and regards Praveen ...more >>

Blocking...
Posted by Double_B at 8/31/2006 6:59:03 AM
Hi just read an article on the internet that states "A quick way to resolve a blocking problem is to disconnect the connection blocking the rest of the users. All you have to do is ask your database administrator to execute the KILL statement. Obviously, this is not a permanent solution, and w...more >>

ANSI_NULLS OFF SQL2K5
Posted by BOBNET at 8/31/2006 4:26:02 AM
Hi folks, I'm using SQL Server 2005 SP1 and wants to know how to set to OFF the setting ANSI_NULLS. When I create or modify a SP, SQL Server 2005 proposes automatically the settings (global) SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON When I modify the SP cliccking on "Script store proce...more >>

Point in time recovery
Posted by Double_B at 8/31/2006 2:19:28 AM
Hi My Backup policy is to take transaction log backups every 30 minutes... what if my server crashes at 10 minutes before a Transaction log backup takes place... e.g. Full Backup 1:00 pm Transaction Log Backup - 1:30 pm Transaction Log Backup - 2:00 pm Transaction Log Backup - 2:30 pm ...more >>

User log problem
Posted by Jason Huang at 8/31/2006 12:00:00 AM
Hi, In my SQL Server 2000, I have a table UserTable which has all users data in it. e.g., 0001 John 123456 0002 Mary 223456 0003 Tedy 333888 .... I also has other tables ValueTAble, PreciousTable. As the table names implys, the 2 tables are very important, and I need to know which u...more >>


DevelopmentNow Blog