Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MS SQL Server


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Remote Database Management Through LDAP Tools


Hai All

How to insert and delete records from a table in the remote database?"

I want it to be done through a tool that used LDAP Servers.

I want tools for the LDAP .


Thank u Advance

Regards
Sunil




View Complete Forum Thread with Replies

Related Forum Messages:
Remote Database Management Through LDAP Tools
Hai All

How to insert and delete records from a table in the remote database?"

I want it to be done through a tool that used LDAP Servers.

I want tools for the LDAP .



Thank u Advance

Regards
Sunil
aboutknowledge@gmail.com

View Replies !
SQL Server Management Express Studio Management Tools
 

I have recently installed the SQL Server Management Studio Express but I do not find Management Tools in order to create scheduled backups and shrinking of the databases. I was under the impression that this should be included in the Management Studio. I use the SQL 2005 Express for smaller customers who run the SQL on a desktop unit. I need a way to backup the data to a server machine for backup purposes. I have uninstalled and reinstalled to no avail.

View Replies !
SQL Server Express Database.mdf - Remote Management
Hi,
I have installed an ASP.NET 2.0 application which uses a SQL Server Express database file on a client's network.  I am able to connect to my client's network remotely over the internet.  I would like to know if there's a way - and if so, how - to manage the Database file remotely.
I have VWD Express, SQL Server Manager Studio Express and a trial version of SQL Server 2005 on my development machine.
Thanks very much.
Regards
Gary

View Replies !
LDAP - HOW DO I CONNECT TO LDAP DB FROM SQL SERVER 2005?
This is something that should not be so difficult, but it is proving to be very cumbersome.
I need to query an LDAP database on a Linux server FROM a sql server, namely sql server 2005.
I have found bits and pieces, but can€™t seem to put it all together yet €“ it should be easy, but it€™s proving to be very difficult.
It seems like you can either link an LDAP server through sp_addlinkedserver  OR through enterprise manager/sql server studio, you can create a LINKED SERVER.
The problem is HOW to do this.
Here are the parameters for the ldap server:
Server name:    serverabc
Ldap info (which I don€™t know how to label) is:   'ou=Hosts,dc=mc,dc=vanderbilt,dc=edu'.
I was able to somehow get this to work last week, but now it€™s not working - it didn't return any data, as i don't have any ldap hierarchy specified, but at least it came back with "command completed successfully":
SELECT * FROM OPENQUERY( [serverabc],
'SELECT * FROM ''LDAP://serverabcu/ OU=Hosts,DC=mc,DC=vanderbilt,DC=edu''
')
With all the ldap usage out there, this is really frustrating not being able to find out how to do this.
Any help is greatly appreciated.
Thanks
 

 

View Replies !
Where Are The SQL Management Tools???
I just finished installing SQL Server 2005 Developer Beta 2.

View Replies !
Can Not Install The Management Tools
I cannot install the management tools and other components of sql server 2005 Developer, it always says “The following components that you chose to install are already installed on the machine�.By the way, I have installed sql2005 express with vs2008, but I do not intall the management studio express .

View Replies !
Best MSSQL Management Tools
Hi everyone.

I manage 100+ databases spread across the country. When it comes to perform an update or offsite backup, it is a nightmare. I have to repeat the same code and the same process for 100+ times.

Is there any tools other than MS Enterprise manager we can use to perform this type of maintenance works in a batch manner? For example, we place a update sql file within the program, and the program does the rest (of course, we predefine the login credential for each databases)

Cheers~

gmefmax:angel:

View Replies !
SQL 2005 Management Tools
Hi, I installed sql 2005 dev for testing sharepoint, and the management studio was not installed. Now, i am afraid to try to install it because i am thinking it may uninstall or re-install all sql components (and probably erase existing instances and sharepoint data may be lost. I have installed on an other pc the client tools, but i cannot connect to that instance, and i cannot attach the user databases (i get the 5123 error)

Can anyone help me how i can install management services without messing up the sharepoint instance?

View Replies !
Change Management Tools
Hi

I'm looking into various technologies that can make our lives easier. I have a number of processes to define, including:

Auto rollback scripting
Deployment to different environments (dev, test, production)Generation of deployment scripts from source control
Tracking deployments (generation of reports detailing exactly what occurred in a deployment)

Rather than try to custom the processes, I've decided to use a technology that already does the above and more.

Can anyone recommend any tools?

I've looked briefly at SQL Farm Combine which looks good. Anyone using this?

Hearty head pats

View Replies !
Replicating LDAP Entries To A SQL Database
I want to copy LDAP user entries from my LDAP to my MS SQL instance.But I also want them to be synchronized too. If the user is added tothe LDAP the SQL DB is changed in lockstep. The olny two options thatI have seen for doing this are to either use scripts to update eitherperiodically checks constancy or scans the logs for changes. The otheroption is to use some thrid party "metadirectory" solution.Anyone have any insight on how to do this on the cheap? (Using NescapeDS 6.1 with MSSQL)Thanks!

View Replies !
Tools Or Add-ing To Enchance Studio Management ?
Hi,
I am an novice to SQL field, seeking for tools or add-ing to enchance sql studio management, especially for code completion and real-time prompt of erroneous syntax.
More concretely, could you kindly list great third-party tools you have used, and feel worth evaluating.
Reagrds,
Ricky/

View Replies !
SQL Server Express Management Tools
Can anyone tell me where to download the management tools for SQL Server 2005 Express?

Thank you,

View Replies !
Management Tools In SQL SERVER 2005
Hi Team,
Is there any management tools in SQL SERVER 2005? I just installed my standard edition and also developer version in different computer, but seems that both versions doesn't support management tools such as query analyzer.
Can anyone explain to me...
Thanks.

View Replies !
SQL Server Management Tools Not Installed
>> I was able to solve this.  Read the bottom of the post.

I just installed SQL Server 2005 Standard Edition and none of the management tools seem to be there.  At least they do not show up in Start>>All Programs>>Microsoft SQL Server 2005.  All that shows up is the Configuration Tools menu item.

I have been searching through the forum and I have found dozens of other threads about this, but none that seem to actually answer the question or give a solution.  Some say to delete everything and start over, others say to review Visual Studio 2005 (which takes something like 4 hours to install, and then you still have to install all of the 3rd party tools, so I don't want to do that unless I just have to), and a few others say to uninstall SQL Server Express and then reinstall SQL Server.  However, I believe that I selected to install them both at the same time.

Anyway, I just looking for some ideas here to get all of this installed.  There seems to be some problem here that a lot of people are having to deal with. 

Are the Managment Tools disabled by default?  It seems that in 2005 a lot of the services are turned off by default so I'm wondering if I have to do something to turn on the Management Tools.

Best regards,

Greg Rothlander

 

I just uninstalled and reinstalled per some threads on the forum and it all showed up.  Apperently if anyone runs into this, just uninstall everything that has to do with Microsoft SQL Server and reinstall.

 

 

View Replies !
Installing SQL Server Management Tools
I have been trying for 2 days now to get the SQL Server management tools installed on client machines.  I'm starting to think it is not possible to do that the way we used to be able to with previous versions of SQL Server.  I have installed 3rd party open source software on my own machine so that I can query the database without logging onto the server directly and would like for my co-workers to be able to do the same.  As I mentioned we tried the SQL Server Management studio and all we get is a message saying to uninstall all the beta and Visual Studio *** on our machines.  We stripped one machine all the way down to the OS and still kept getting that message so I'm guessing it is some new Windows Vista issue that makes SQL Server 2005 client tools completely incompatible with XP.  However, we are not going to bow to Microsoft's evil ways and upgrade to their new OS just to use the SQL Server Studio.  If need be I will write my own software to workaround this problem.  In the meantime, can anyone recommend some good 3rd party tools that will allow us to query the SQL Server 2005 database on a server and preferably one that does not require all other software be removed first?

View Replies !
Why Are Tools Not Available After Setup Ie. Management Studio
This is not the first install for me but i've noticed that after installing sql server standard 2005 and then i put on sp2 i cannot find my management studio.  i don't think that is was ever installed although i did choose to install it.  now when i try to install the tools i'm getting the error that they already exist. arghhhh... ? I've looke to uninstall them through the "add or remove programs" but thats a no-go.  Any help would be appreciated.

 

thanks.

 

(just to add to this my sql database resides on another server so I copied the contents of the dvd over to the server)

View Replies !
Install Of 2005 Management Tools Fails
 

I have VS2008 installed. Now, I need to install the SQL server Management Tools, because of tasks I have on SQL server instances which are installed on other servers. I guess a lot of developers are in such a situation. You develop on your own machine, but deploy the final database on a production machine.And you happen to be the manager of those databases too (well, I am)
 
Now, it seems impossible to install the neccesary tools as I get messages;
The following components that you chose to install are already installed on the machine. To view a report of available options and alternatives click on details (Workstation components, Books Online and development tools 9.2.3042.00)  
 
Then on the Details, it says the following,


Name: Microsoft SQL Server 2005 Tools Express Edition

Reason: Your upgrade is blocked. For more information about upgrade support, see the "Version and Edition Upgrades" and "Hardware and Software Requirements" topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online.

Build version check:

Your upgrade is blocked because the existing component is a later version than the version you are trying to upgrade to. To modify an existing SQL Server component, go to Add or Remove Programs in Control Panel, select the component you would like to modify, and then click Change/Remove.

 
Now, I have no clue of what can be safely removed to allow the installation of the Management Tools. I am afraid that I will end up with a non-working SQL server Express installation which is required for VS2008
 
What should I do to get these Managment Tools installed on my develop machine?
 

View Replies !
SQL Server Management Tools - Service Pack?
I've got the following installed on my local machine (XP Pro, sp 4, SQL 2000 tools)
Microsoft SQL Server Management Studio                                                                       9.00.1399.00
Microsoft Analysis Services Client Tools                                                               2005.090.1399.00
Microsoft Data Access Components (MDAC)                                                                  2000.085.1117.00 (xpsp_sp2_rtm.040803-2158)
Microsoft MSXML                                                                 2.6 3.0 5.0 6.0
Microsoft Internet Explorer                                                               6.0.2900.2180
Microsoft .NET Framework                                                              2.0.50727.42
Operating System                                                                 5.1.2600

It keeps bomging and giving errors.

I can't find a specific service pack for the tools...maybe there isn't one?  Do I need to install the regular sp2 server service pack?

I'm confused.

View Replies !
SQL Server Management Tools Standard And Express
Can the SQL Server 2005 Management Studio interact with local SQL 2005 Express databases.  So can we use one management tool for both our server (non-local) SQL 2005 Databases and our local SQL 2005 Express databases (That the developers have free reign over). 
 
Any tips and tricks for this kind of setup? 
 
 

View Replies !
How To Extract Data From LDAP And Then Import It Into SQL Database (for Quicker Retrieval)
 

Hi Everyone,
Am a third year student doing work placement. 
Could anyone please give me clues on how to go about extracting data from a LDAP and then into an SQL database? 
 
1 A defined subset of data is to be extracted from GDS on a nightly basis,
2 Then imported into a SQL database for quick & easy retrieval.
3 A web interface is required to present data retrieved from the SQL database.
 
I will appreciate every assistance.
 
Regards
Lidiolo

View Replies !
Installing SQL Server 2005 Management Tools - Setup Crashing Repeatedly
I'm having many many issues installing sql server management tools. i had visual studio 2005 installed first, but uninstalled and sql related things before trying to install sql server management tools again - i also deleted the program files/microsoft sql server/ folder so there are no references.

Firstly the system configuration check gives me a warning that the system doesn't meet the recommended hardware requirements - this is wrong... i've got 2.33Ghz dual core + 1gb of ram...

I select just management tools + client connectivity to install and click next -> the setup support files/native client/owc11 etc all install fine but workstation components etc fail and the setup log appears to either be empty and not available
and MSXML6 fails... after clicking finish the installer appears to crash - : "Microsoft SQL Server 2005 Setup has encountered a problem and needs to close.  We are sorry for the inconvenience"... I have tried all sorts of variations on this install and have had no problems in the past - please help!

The setup log from the MSXML6 failure -
=== Verbose logging started: 18/03/2008  12:34:09  Build type: SHIP UNICODE 3.01.4000.4039  Calling process: C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe ===
MSI (c) (5C:78) [12:34:09:067]: Resetting cached policy values
MSI (c) (5C:78) [12:34:09:067]: Machine policy value 'Debug' is 0
MSI (c) (5C:78) [12:34:09:067]: ******* RunEngine:
           ******* Product: {AEB9948B-4FF2-47C9-990E-47014492A0FE}
           ******* Action:
           ******* CommandLine: **********
MSI (c) (5C:78) [12:34:09:067]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (5C:78) [12:34:09:067]: Grabbed execution mutex.
MSI (c) (5C:78) [12:34:09:067]: Cloaking enabled.
MSI (c) (5C:78) [12:34:09:067]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (5C:78) [12:34:09:067]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (28:E4) [12:34:09:113]: Grabbed execution mutex.
MSI (s) (28:74) [12:34:09:113]: Resetting cached policy values
MSI (s) (28:74) [12:34:09:113]: Machine policy value 'Debug' is 0
MSI (s) (28:74) [12:34:09:113]: ******* RunEngine:
           ******* Product: {AEB9948B-4FF2-47C9-990E-47014492A0FE}
           ******* Action:
           ******* CommandLine: **********
MSI (s) (28:74) [12:34:09:113]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (28:74) [12:34:09:113]: MainEngineThread is returning 1605
MSI (c) (5C:78) [12:34:09:113]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (5C:78) [12:34:09:113]: MainEngineThread is returning 1605
=== Verbose logging stopped: 18/03/2008  12:34:09 ===

The log summary:

Microsoft SQL Server 2005 9.00.1399.06
==============================
OS Version      : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time            : Tue Mar 18 12:05:06 2008
 
EOC429 : The current system does not meet recommended hardware requirements for this SQL Server release. For detailed hardware requirements, see the readme file or SQL Server Books Online.
Machine         : EOC429
Product         : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install         : Successful
Log File        : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine         : EOC429
Product         : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install         : Successful
Log File        : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine         : EOC429
Product         : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install         : Successful
Log File        : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_OWC11_1.log
--------------------------------------------------------------------------------
Machine         : EOC429
Product         : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install         : Successful
Log File        : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_BackwardsCompat_1.log
--------------------------------------------------------------------------------

 SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time            : Tue Mar 18 12:19:20 2008


List of log files:
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_Core(Local).log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SQLSupport_1.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SQLNCLI_1.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_OWC11_1.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_BackwardsCompat_1.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_MSXML6_1.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_Datastore.xml
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework 2.0.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_Core.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSummary.txt
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework 2.0 LangPack.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework Upgrade Advisor.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework Upgrade Advisor LangPack.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework Windows Installer.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_.NET Framework Windows Installer LangPack.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SNAC.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_Support.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_SCC.log
    C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_EOC429_WI.log

View Replies !
SQL Server Express 2008 - Missing Client Tools / Management Studio / Profiler
 

I downloaded and performed a full install of SQL Server Express 2008 Nov CTP. It was installed on a fresh installation of Windows Vista Enterprise x64.
 
During setup, I checked the 'Client Tools' box which has the description:
"Includes management and development tools: SQL Server Management Studio, SQL Server Configuration Manager, SQL Server Profiler, and Database Engine Tuning Advisor"
 
The installation ran fine with no errors. After install I looked for the Management Studio but couldnt find it anywhere. No SQL Server Profiler or Database Tuning Advisor either. The only tool that appears to have installed is the SQL Server Configuration Manager.
 
If I check my Start Menu, the only 2008 items that exist are
Microsoft SQL Server 2008 >

Configuration Tools >

SQL Server Configuration Manager
SQL Server Error and Usage Reporting
SQL Server Installation Center
 
I checked the summary log and everythign PASSED:
Package results:
  Passed
Execution statistics:
  Exit code:                     0x00000000
  Exit message:                  Passed
  Package start time:            12/13/2007 14:05:39
  Package end time:              12/13/2007 14:09:06
  Package install location:      c:Program Files (x86)Microsoft SQL Server100Setup Bootstrap
  Package initial action:        Install
  Media source location:         Install
  Media version:                 10.0.1075.23
Machine properties:
  Machine name:                  xxx
  Machine processor count:       2
  OS version:                    Windows Vista
  OS service pack:              
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          32 Bit
Properties provided in package.xml file:
  LegalProductName:              SQL Server Database Services 2008
  Description:                   SQL Server Database Services 2008
  Details:                       Install for SQL Server Database Services 2008
  ProductName:                   SQL2008
  Version:                       10
  SPLevel:                       0
  KBArticle:                     KB876234
  KBArticleHyperlink:            http://support.microsoft.com/?kbid=876234
Command line arguments provided:
  ACTION:                        Install
  INSTANCEIDSUFFIX:             
Product features discovered:
  Product:                       SQL2005
  Product:                       SQL2008
Feature status after execution:
  Database Engine Services: Passed
  Replication: Passed
  Client Tools: Passed
Windows Installer logs generated during execution:
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Snac_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Msxml6_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Tools_Cpu32_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_SqlWriter_Cpu64_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_SqlBrowser_Cpu32_1.log
  C:Program Files (x86)Microsoft SQL Server100Setup BootstrapLog20071213_1405T60-l3ac207_20071213_1405_Sql_Cpu32_1.log

 

What is the issue here?
 

View Replies !
Remote Management
Hello!
My login is dbo for a database located at a remote server(SQL server7.0).Can I run the stored procedures of that database by accessing remotely.Also I have to manage that database from here,what limitations that I will have if I am not an SA for that server?Any help is appreciated.I am operating from NT workstation4.0.

View Replies !
Remote Management Of Sql Server 2000
One of my clients is upgrading to Sql 2000. I currently administer her server using a SQL 7 interface but I will need to upgrade that interface to sql 8 now to be able to give her the same level of support. How do I go about installing the required clients on my desktop in such a way as to not interfere with my own installation of MSDE?

I use Windows NT workstation 4. If I have a choice do I install developer's edition of SQL2000 or personal edition?

We also have pcanywhere access but this is too slow and unsure for my money.

Thank you,
Bo Graham

View Replies !
Remote OLAP Server Management
Has anyone been successful managing an OLAP server via a RAS connection? I have even mapped to the server drives with an account with admin rights on the server.

View Replies !
Remote Management Of A SQL Server 2005
Hello,
 
One thing I noticed is that Network connections to SQL Server 2005 databasees, updates and other thinks like Insert, Delete via remote are never covered, especially for new programmers. You see, new programmers like myself need special attention. The simplest thing is a big thing to the new programmer. This is why I would like to see a Forum or Topic that looks after the new programmer for remotely connecting to SQL Server 2005 from VB.Net or C#.
 
Thanks.

View Replies !
Can't Start Sql Server 2000, Error: &&"use Sql 2005 Management Tools&&" !!!!
hi .everyone !
i have ms visual studio 2005 with sql sever 2005 management tools
 
anyway .. i want to use and install sql server 2000 in this machine .. i tried to install it, but when i tried to connect to the server  .. it gives me this error:
"you must use sql server 2005 management tools to connect to this server"
 
can you help me ? plz !?
 

View Replies !
Using SQL Server Management Studio Tools To Manage Dbs On SQL Server Express Edition
Hopefully a simple question:  Is it possible to use Maintenance Plans created on SQL Server Management Studio (installed as part of an instance of SQL Server 2005 Standard Ed.) to back up databases running on an instance of SQL Server Express Edition with Advanced Services?  I don't need directions, just whether or not it is permitted.
 
I've been able to create the plans including establishing connections to from SSMS to the the SQL Express instance, but they keep erroring out.  I just need to know if this is actually permitted since Maintenance Plans are not available on Management Studio Express Edition.
 
Thank you in advance for your help.

View Replies !
&&"The Feature(s) Specified Are Not Valid For This Edition Of SQL Server&&" Error When Installing Management Tools On Win 2003 X64
I've successfully installed SQL Server 2005 Standard Edition on an Enterprise edition of Windows Server 2003 x64.    I'm now (and also tried & failed during the install of the database engine) attempting to install the "Management Tools" component on the same server.  However, in all my attempts to do so, I receive the following error:

---

The feature(s) specified are not valid for this edition of SQL Server

---

The message box does not list the features that are not valid but since the only item I've selected to install is the "Management Tools" option under "Client Components" it obviously points to something with that.

 

Am I missing something or are the Management Tools not supported in my config - most notably SQL Server 2005 Standard edition running on Windows Server 2003 x64?

 

Thanks.

 

- Lance

 Colorado State University

 

 

View Replies !
SQL Server - Remote Command Line Management
As a Sys Admin, I was wondering - if I have admin rights to a Win2k machinethat is hosting SQL Server 2000, do I have the ability using anycommand-line tools such as OSQL or ISQL to add, delete, or change accountsregistered in SQL Server for the various databases if I don't have access toa specific account within SQL Server?I ask, because the question that came up was - what if we have a DBA leaveunder less than amicable circumstances? Could I, someone who has adminrights on the machine, be able to log into that machine remotely and somehowvia command line (I don't maintain active SQL clients centrally), change theSA password, remove an account, and/or add an account with sysadmin rights,etc?Thanks in advance for any help -

View Replies !
Local Management Studio Cannot Connect To Remote IS
I am not able to connect my local SQL Server Management Studio to a remote server hosting our Integration Services.  I get the infamous "Access Denied".  I have walked through Kirk Haselden's howto at:

http://www.sqljunkies.com/WebLog/knight_reign/archive/2006/01/05/17769.aspx

but the problem persists.

Thanks for any help.

Keehan

View Replies !
Secure Remote Management On Shared SQL Server
I am trying to get my hosting company to provide a way to make secure encrypted connections from my desktop (where I am using Enterprise Manager and Aqua Data Studio) to their shared MS SQL Server.

I've seen some references to SSH, but I don't understand how this works or how the host would implement it. I also read that an SSL certificate can be installed on SQL Server, but it doesn't seem as if EM or ADS can make SSL connections to SQL Server. (In case it makes any difference for either of these solutions, the hosting company has port 1433 open, and will not close it because some clients connect to the DB server from web apps on their own intranets.)

Finally, if a web-based admin is used instead (like phpMyAdmin for MySQL), then which machine is the software installed on? Can it be on a web server that makes a local connection to the DB server or does it have to be on the DB machine? E.g., if I had a VPS or dedicated server at the same hosting company would I be able to install web-based admin software which would then connect to the host's shared SQL Server?

Anyway, my host is giving incomprehensible (to me) objections to all of these ideas. Is there a reasonably simple way to do this on a shared DB server?

View Replies !
You Must Use SQL Server 2005 Management Tools To Connect To This Server
Hello,
After installing SQL Server 2005, I get a message stating "You must use SQL Server 2005 management tools to connect to this server", while trying to connect to my localhost using SQL Server 2000 Enterprise Manager.
Regards,
junior

View Replies !
SQL Server 8 And SQL Server 2005 Management Tools In Consistencies
 I have been investigating this issue and here is what I have found, when using SQL Server 8 Query Analyzer the results show that for example xp_regread has Execute permissions granted to €˜public€™ role. When checking the Same using the SQL Server 2005 Management Studio the results show that there are no Execute permissions granted to €˜Public€™ Role.

 

So the following Query doesn't return any results on Management Studio SQL Server 2005:

SELECT sysusers.name
, Status =
CASE protecttype

             WHEN 204 THEN 'GRANT_W_GRANT'

             WHEN 205 THEN 'GRANT'

             WHEN 206 THEN 'REVOKE'

 ELSE 'Unknown'

END

, Permission =

CASE action

             WHEN 193 THEN 'SELECT'

             WHEN 195 THEN 'INSERT'

             WHEN 196 THEN 'DELETE'

             WHEN 197 THEN 'UPDATE'

             WHEN 26 THEN 'REFERENCE'

             WHEN 224 THEN 'EXECUTE'

 ELSE 'Unknown'

END

, sysobjects.name

FROM sysprotects, sysobjects, sysusers

WHERE sysobjects.id = sysprotects.id

AND sysprotects.action IN (193, 195, 196, 197, 224, 26)

AND sysprotects.uid = sysusers.uid

AND sysusers.name = 'public'

AND (sysobjects.name like '%xp_%' OR sysobjects.name like '%sp_OA%')

 

Where as running the Same Query in SQL Server 8.0 Query Analyzer will return results, saying there are a few extended procs available to Public for Execute.

Do you know whats going on here?

Thanks!

View Replies !
[SQL-DMO]You Must Use SQL Server 2005 Management Tools To Connect To This Server
 We have just moved from 2000 to 2005 and ever time I try to open store procedure or function I was getting this error message...
[Microsoft][ODBC SQL Server Drive] To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO)
So I installed "Microsoft SQL Server 2005 Backward Compatibility Components" from "Feature Pack for Microsoft SQL Server 2005 - April 2006" on the client machine and this resolved the issue. Specifically i installed the "SQL Distributed Management Objects (SQL-DMO) feature .....,
how I am getting following error message
 
 
[SQL-DMO]You must use SQL Server 2005 management tools to connect to this server
 

How can I disabled all other features.
 
Thanks,
 

View Replies !
Accessing Remote SQL Server Management Console From The Web Browser?
How does one access a remote SQL Server from the web browser?

Thanks,

-Conrad

 

 

View Replies !
Backup Strategy - SQL2005 Tools Versus 3rd Party Tools
I am running SQL Server 2005 x64 Enterprise under Windows 2003 x64 Enterprise.  My current backup strategy uses T-SQL jobs run by SQL Agent (writes out *.bak files) and then I have an Integration Services job that copies the *.bak files to our NAS device.  I have performed a restore without issue.  The jobs are all automated every four hours via SQL Agent.  Is this a sound strategy or are there additional benefits to using 3rd party tools?  If so, what are the advantages and which tool provides them?

 

View Replies !
Design Tools / Sql Server Mgt Tools Cause Login Fail
Login failed for user 'TOSHIBA-USERASPNET'
I know that the file persmission for the web application have to include aspnet, so i keep resetting the folder permission for aspnet in file manager, but the login failed keeps coming back every day or two
problem is after working with VS05 Pro, SQL Server Management Studio CTP, somehow the aspnet persmission get changed, use alot of sqldatasource wizards and often there is a conflict/hang between the datasource wizard and the need to have the mdf in a dettached state within VS server explorer,
not sure but the procedure to fix this seems to be to reboot, detach and re-attach the mdf in the Sql server Studio tool, re-apply the aspnet file permission on the web app folders (wonder should i be doing this in IIS instead), make sure the mdf within server explorer is detached, the it works
anyway, getting real tired of the resulting delays and design time derailment, clues greatly appreciated, thanks
 sometimes i can use View in Browser when in VS05 form view and i wont get the aspnet folder permission error and other times i do.
last thing, is it a bad idea to give aspnet full permission for the entire web applicaiton??
 

View Replies !
Database Synchronisation Tools
Im looking for some recommendations on tools I can use to keeo my dev/test/prod databases in synch. Im tired of doing this manually. I use SQLSever 99% of the time but if there is a tool that can manage other database also I would be interested in hearing about it also.

View Replies !
Database Designing Tools
Hi all,
Does anyone know how I can design the database schema. I mean what tools can be used to the design the database and view the table relationships, etc. TIA.

Vik!

View Replies !
Tools For Database Design....
We have several developers that design DBs using the SQL 2002005 Database designer. What tools, of reasonable price (< $!000  ?) are availabe today for database designers.

IA,

 

Barkingdog

 

View Replies !
Looking For Tools To Extract Database Into Sql Scr
My web hosting provider allows me to access database via Management studio, but to restore a database, a ticket have to be submited.
I intent to extract MS SQL 2005 database into sql script, then I can execute this script to easily restore my database.

I tried EMS SQL Manager 2008 in my development server with login user sa, but when I executed the extracted script, I got an error message:
The procedure 'sys.sp_droprolemember' cannot be executed within a transaction.

Is there any tools that can achieve this task?



Thanks

View Replies !
Access To Visual Database Tools
I'm a relative newbie to SQL Server so pardon me if this is dumb. However....

Microsoft provides a visual database tool for designing a query. The only way I know of firing up this utility is from EM. To get to it you must drill down to the table level and say "Open Table...Query" to get to it. Is there an easier way to get to this? Or am I missing something? Doesn't it make sense that when you are in Query Analyzer that you should be able to easily go into the Visual Query Designer since that's all your doing in QA is designing queries??? A toolbar button would be nice. Maybe I haven't worked with it enough and there is a way.
Any help is appreciated.
-Mike

View Replies !
Tools For Monitoring Sql Database Access
is there a tool or vb.net code for monitoring who is accessing my sql 2005 express databases? username, computer name, etc.?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved