Groups | Blog | Home


Archived Months
March 2003
May 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 > sql server clients > january 2005

Log shipping impact
Posted by John at 1/31/2005 4:02:34 PM
Can any one tell me like if the table is not normalized and if there is no relationtionship in the database then what would be the impact on log shipping like it will generate extra log. Can any one let me know the disadvantages. Thanks John ...more >>


synchronization
Posted by John at 1/31/2005 12:42:00 PM
Can any one let me know which tool we have to use for database synchronization. The database is on different servers. Thanks NOOR ...more >>

Disconnect from sql server database
Posted by Eyal at 1/31/2005 10:38:08 AM
Hi I have c# application that uses SQL SERVER databases. The problem is that after I close all connections to a database in order to make actions (detach, copy or delete) on the current database I get a message saying that the database still has connections. At the Enterprise man...more >>

Database Performance
Posted by Marco Pais at 1/28/2005 12:26:42 PM
Hello there, I am experiencing performance problems with an aplication running over a SQL Server 2000 Database. The server that holds SQL Server has 2.8 GB of RAM memory. When there are just on or two users working, the aplication performance is suportable, but when more users are using the...more >>

Change SQL Server Connection from Enterprise Manager
Posted by Joe K. at 1/26/2005 1:03:09 PM
How can we change the login userid by SQL Server Enterprise Manager. I login with my Windows userid but the last time I used a SQL Server account it still uses that account when start SQL Server Enterprise Manager. How do I change Enterpise Manager to use my windows userid. Thanks, ...more >>

IF EXISTS
Posted by David at 1/26/2005 11:51:32 AM
I wanna check the linked server is exist then do nothing and if not then create linked server. Any command ? like if not exists() begin EXEC sp_addlinkedserver 'FASAT\FASATBASE' EXEC sp_addlinkedsrvlogin 'FASAT\FASATBASE', 'false', NULL, 'sa', 'testing' end Thanks Davi...more >>

Microsoft SQL Server 2000 SP4 is open for Public Beta
Posted by Tara Nerurkar at 1/25/2005 1:31:15 PM
Microsoft SQL Server 2000 SP4 is open for Public Beta Testing Sign up to test drive the newest service pack for SQL Server 2000 give us your feedback. SQL Server 2000 SP4 is now open for public beta testing. Instructions on how to signup for this beta program are below. SQL Server ...more >>

Monitor Server
Posted by David at 1/25/2005 11:34:52 AM
I have few questions? 1. Can I implement log shipping into two systems which has a SQL Server Enterprise Manager. 2. We can installed monitoring server on the standby or have to need the separate server. Thanks David...more >>



Client can't be connected.
Posted by Hardik Shah at 1/24/2005 7:49:18 PM
Hi, I want to connect my win-XP client with win-server-2003 SQL Server. I had done following task- - I had installed SQL-2000 (Ent. Edition) on Win-Server 2003. And it is successfully installed. - In Win-S-2003 with the help of Active Directory I created domain and created user on it. - C...more >>

Very Urgent
Posted by David at 1/24/2005 3:47:17 PM
Dear Professional, I am facing one problem regarding the Log shipping issues. Like I have created log shipping into two different server. One system called as a Production Server and the Second server called as a Standby Server. The production server backup the log file correctly but when we s...more >>

Regarding Active and Inactive
Posted by John at 1/23/2005 12:47:42 AM
Can any one let me know the shortest possible like how I can inactive and active log shipping. The logshopping is working fine but want to inactive for two days and will active after that according to business need so can anyone let me know how is it possible. Thanks John. ...more >>

DDL
Posted by John at 1/22/2005 8:01:32 PM
In logshipping DDL could be transfer to standby server or not. Like I have created one table after configuration the Logshipping so would that table would be transfer in the standby server or not or I have to create manually in the standby server. Thanks NOOR ...more >>

domains and workgroups
Posted by quilkin at 1/22/2005 2:39:03 AM
Is it possible to add a new user (with Windows authentication) for a user within a Windows workgroup rather than a Domain? On Workgroup (peer-to-peer) networks I get "Windows NT user or group 'Workgroup\user' not found. Check the name again." from sp_grantlogin - the same if I use MachineName\...more >>

Log Shipping.
Posted by John at 1/21/2005 4:15:32 PM
Can any one let me know what Important factor have to consider while doing log shipping... plz guide me step by step... Thanks alot John ...more >>

SQL Connection Lifetime
Posted by Adrian Bezzina at 1/21/2005 1:24:33 PM
Hi, I am asking a generic question about SQL server (or any type server communication for that matter) and how one would keep the connection open for the life time of the application, or should one close the connection for each request (or set of related requests)? Does SharePoint open / cl...more >>

Problem with Enterprise Manager 2000
Posted by Hiten at 1/18/2005 12:39:11 PM
Hi, After installing XP SP2 security patches on my box, I can not open Enterprise Manager. It crashes when I click on icon to bring the analyzer up. I get two error in event log, ======================== 1. Event Type: Error Event Source: Application Error Event Category: None Event ID...more >>

How to import fixed-width text file in MS SQL 2000?
Posted by Tom at 1/17/2005 2:09:16 PM
Hello, Is there a simple answer to this simple question? How to import fixed-width text file? I know the width of the columns but there are so many that I don't want redefine them. I have already a table build for that data with the necessary fields width. In dbase it was such a simple ...more >>

Sql Server 2000 Reporting Service
Posted by Noor at 1/16/2005 12:22:17 AM
I want to use Sql Server Reporting service but I need the front end so can any one tell me is there any evaluation version of .Net so I can download from the net easily and use the reporting service of Sql Server 2000. Thanks Noor ...more >>

Priority
Posted by Noor at 1/15/2005 5:07:46 PM
Dear Professional Can any one tell me about the constraint Priority like which run first and then second and so on. 1. Not Null 2. Primary key 3. Check 4. Foreign Key 5. Trigger 6. Default 7. Unique Thanks NOOR ...more >>

Hardware information
Posted by Michael Tissington at 1/13/2005 5:40:10 PM
I'm looking at creating an association between a database and the hardware that it is running on - for example by creating a license key that includes a hash of the mac address. Obviously clients will be able to query the database directly. What I'm trying to do is to tie my client applicat...more >>

Version controlling
Posted by Noor at 1/12/2005 4:13:28 PM
Can any let me know how can I do stored procedure version control Thanks NOOR ...more >>

ADO Recordset time out during query..PLEASE HELP
Posted by Rob at 1/12/2005 4:03:01 PM
PLEASE HELP! I have a large query that takes about a minute to run from the SQL Query Analyzer. Now when I run the query from VB6 it craps out 30 seconds into it. Is there a way around this without manipulating my query. I'm attaching the query maybe you'll see something I can adjust i'm no...more >>

run time error 3265 after moving from Sql servr 7 to sql server 20
Posted by Katja J. at 1/12/2005 5:49:05 AM
Hopefully somebody see the mistake I am doing. We are using an Vb application connecting to SQL 7. After moving to SQL 2000 and Windows 2000 system the same application send error message when trying to insert or update any data via the VB application. What did I missied to transfer? I try t...more >>

Thread was being aborted Error
Posted by Keith F. at 1/11/2005 1:27:02 PM
Hi, I've posted this question in the asp.net newsgroup and it was suggested that my problem is more SQL Server-related than .NET, so I'm asking here as well. I have an asp.net web application that is intermitantly throwing Thread was being aborted errors in my data access component. I would ha...more >>

Reading from file.
Posted by Noor at 1/11/2005 1:16:03 PM
Is there any way through which we can read any file which exist in harddisk like c:\File.txt, I want to read that file via Sql Server. Basically I want to read xml file from the hard disk like c:\file1.xml. I am making one project and the project instructions is to first generate xml and sa...more >>

Cannot connect with Enterprise Manager
Posted by Bill Todd at 1/11/2005 6:50:57 AM
I am attempting to connect to a named instance of SS 2000 across the Internet using Enterprise Manager. The machine running SS is behind a NAT router. According to BOL I should be able to connect if I forward the TCP port that SS is using (1061 in my case) and UDP port 1434 to the SS machine...more >>

MSSQL7
Posted by Cart34 at 1/10/2005 6:27:01 PM
I am a beginner with MSSQL7 so please bear with me. I am trying to open a database that is approx 187KB in size. This file resides in the following folder; C:\MSSQL7\DATA. This was restored from a backup we reterived from a subjects computer. I obtained a copy of the MSSQL7 software. I wa...more >>

SQL Server
Posted by Noor at 1/10/2005 2:49:05 PM
Can any one let me know is there any version of Sql Server available on the net to download for practising purpose. thanks NOOR ...more >>

XP / SQL Personal: Cannot find local server
Posted by Stephane at 1/10/2005 9:01:02 AM
Hi, I installed SQL Server 2000 personal edition on my Win XP sp2. In the enterprise manager, I can manage my local database, but if I try to connect via the Query analyzer, it says it cannot find the server or the access is denied. I added localhost in the Client network utilities and ...more >>

One favour plz.
Posted by Noor at 1/9/2005 3:10:52 AM
Dear Professional.... Can you plz tell me one thing like I have one XML file which is already saved in C:\File1.xml path. I want to parse that File1.xml file and save it into database through any stored procedure or any command but the problem is that how can I call the file File1.xml fr...more >>

URGENT
Posted by Noor at 1/9/2005 1:34:17 AM
I have used the following command but it output the result with spaces and number of records like 3 records effected. I don't want the spaces as well as number of records founds, what I have to do for eliminating those spaces and effected records. Exec master..xp_cmdshell 'OSQL -S"SERVER" ...more >>

Client can not see DBs
Posted by TOM at 1/7/2005 3:41:23 PM
When i run the SQLDATAadapter it cannot find the SQL server 2000. the error it gives is: Provider Cannnot be found. It may not be properly installed. I am running out of Ideas any help will nice? Thanks Tom...more >>

Audit Failures whenever I start the SQL Enterprise Manager
Posted by rb at 1/7/2005 10:37:43 AM
Hi, When ever I start the Enterprise manger client from my laptop(Client), I see the Failure Audit in the Security Eventlog. I registered all the servers using sql authentication. I am running SQL Enterprisemanger on Windows Xp. Here is one of the error: Unprotection of auditable protected da...more >>

Which is Better? Looping in DataRow or SQL SERVER SP using Cursors
Posted by Rupang at 1/7/2005 10:01:03 AM
Hi, Scenario is; while developing a Web Application based on ASP.NET/C# and SQL Server 2K, usually we need to have a complex processing which requires multiple looping operations apart from math calculations! So which is the best approach to encapsulate the Logic in? 1. C# Class which gets ...more >>

Query Analyzer and other tools to execute long scripts
Posted by francisco.robles NO[at]SPAM bol.com.br at 1/7/2005 6:39:58 AM
Hi, I am new to SQL Server. I use to work with Oracle and I have used tools like SQL*plus, SQL Navigator, etc. When I execute a long script with these tools, They generate an output containing each command followed by its result and error messages, like the example below. When I execute a lo...more >>

Problem Transact-SQL Statement
Posted by Allen Yu at 1/7/2005 12:36:32 AM
I've come across a Transact-SQL statement as follows: -- Statements start here select 'EXECUTE sp_changeobjectowner ''' + name + ''', ''dbo''' from sysobjects where type = 'U' -- end here Questions: (1) How should the 'select' statement be interpreted? (2) What are the rules for u...more >>

Parser
Posted by Noor at 1/6/2005 4:27:56 PM
Hello Professional, Can any one let me know that is it possible that I have to convert data into XML file. let's assume there is a customer table. I want to save that data into xml file and save it into c:\File1.xml ... is it possible... Waiting for your reply Noor ...more >>

configuring SQL server 7.0 client on a windows xp pro machine
Posted by Edward Letendre at 1/6/2005 3:14:38 PM
I am about to attempt to configure a SQL server 7.0 client on a windows XP workstation. Does anyone have any suggestions or advice that will make this install go smoothly? I am not sure what will happen, but any advice would be helpful. Edward Letendre ...more >>

Using Enterprise Manager to view a single Database
Posted by JayDee at 1/5/2005 1:09:44 PM
Hi all. I've been working with SQL server for a few years now, but I've never needed to solve this specific problem before, and I'm a little stuck Perhaps someone here can help me I have a user who needs to use Enterprise Manager tool, but I only want him to have control over a single DB, a...more >>


DevelopmentNow Blog