Its Only A Development Server But ...
Jun 2, 2005
OK, it isnt the end of the world but i have been moving all SQL databases from one server to another in our development environment and think i have screwed up a bit.
In essence, the users in each database are different to the logins in the security tab. IE, there are users in DB1 that dont appear in the logins list. Is there anyway of getting the security information uptodate? I move the databases by detach|file copy|attach into the nice shiny new server. I am running into all sorts of errors when i try to create users in security as it says the user alrady exists ...
all thoughts welcomed, am steeling myself to start all over again!
View 2 Replies
ADVERTISEMENT
Aug 9, 2005
Hi,I am trying to create a development database server (make use of an old machine), with which to learn about sql 2005 and oracle etc. I'm using VS 2005 Beta 2 on my development/workstation machine.My workstation and the prospective server are connected via a router and can 'see' each other.I have installed win 2003 server on two seperate partitions (multiple boot) and installed sql server 2005 on one partition and will install oracle 10g on the other. (I understand these two databases can run on the same machine/OS, but I just wanted to keep things tidy and I won't be using them at the same time, so ...).My question is how do I/should I configure win 2003 server / sql server 2005 on my server machine, in order to be able to connect from my workstation via vs 2005 beta 2 ?Any suggestions or resources on configuration appreciated.
View 2 Replies
View Related
Apr 7, 2008
Hi,
Can anyone suggest good books on exclusively sql server development..Not for the beginners but at intermediate to advanced level.. Books which gives good understanding on Stored Procedures, Triggers, Cursors, Functions...
View 1 Replies
View Related
Mar 23, 2008
Hi all Pros I am transfering from windows2003 server and MS SQL 2000 to Windows Vista and SQL Express ...... Before I allways created a database manually and I could allways use as many databases I needed so in that way I could have several versions of a database for a certain software during development. Can you use separeted databasenames when developing in SQL Express? I am using a dotnetnuke installation file and inside the project there is a file /App_Data/Database.mdf should this file be renamed everytime I make a new testinstallation or setting up a separate dev environment /Johan
[Moderator Edit: unrelated links removed from post body.]
View 2 Replies
View Related
Feb 18, 2015
Production and development servers are on different domains and they do not trust each other. How do I import data from the table t1 from a database db1 in production and load it into table t1 inside database db1 in development?
View 3 Replies
View Related
Dec 20, 2007
Please can anybody help me in transferring existing SSIS Packages saved in a shared folder location from development server 2ED to Live server TWD1.
Both has SQL server 2005 running and has visual studio 2005
Currently about 25 SSIS packages are executed from the development server transferring data on Live server TWD1...these ETL process is called from development server but executed on live server.
Now the problem is when i call these packages from the shared folder from live server it crashes.....i need to changes something to shift the whole package to the live server..and execute on live server itself instead of recreating the whole 25 process from scratch.....also i use optimize for many tables ..and run in a single trancastion....so how can i see the mappings of source and destination tables.
Please let me know the process how i can achieve this.
Thanks
George
View 5 Replies
View Related
Apr 24, 2008
I am running both SQL Server 2000 and SQL Server 2005.
Lets say I have a live database that is version 1 for an application. The database is copied onto a development machine to develop version 2 of the application. I want to be able to take a snapshot of the database and then get a program to write all the changes made after the snapshot into sql code. This is so I can run this sql code on the live database and transform version 1 to version 2.
Is there any program/tool that will allow me to do this?
Jagdip
View 4 Replies
View Related
Sep 12, 2000
Need Recommendation on Tool for SQL Server Development
I have inherited a SQL Server 7 database (actually a SQL Server 6.5 database running on SQL 7 in compatibility mode) with 1000s of objects with triggers and stored procedures with zero documentation; i need to make major changes to this database; are there any tools available that will allow me to quickly search through the database objects and code (like stored procedures, etc) for keywords and other useful criteria? Do you recommend any SQL Server specific tools that will help me learn this database in the shortest amount of time?
Thank you!
--llyal
View 1 Replies
View Related
Nov 16, 2006
Is VB.net the most logical choice of a RAD tool to use with MS SQL Server? Is VB.net strictly for web apps or can you use it to create projects that run as executables off the server?
JustStartinOut
View 12 Replies
View Related
Dec 22, 2007
Hi,
Can anyone suggest me good books for learning sql server development ie stored procedures etc..
View 1 Replies
View Related
Nov 1, 2007
I have a SSIS package that runs fine when I execute it in visual studio but when I run it on the server as a job it fails. This is nothing to do with protection levels etc as the job is running. It fails part way through with this as the error log
Started: 2:42:48 PM
Progress: 2007-11-01 14:43:04.16 Source: Import Hon File Validating: 0% complete End Progress
Progress: 2007-11-01 14:43:04.16 Source: Import Hon File Validating: 50% complete End Progress
Progress: 2007-11-01 14:43:04.22 Source: Import Hon File Validating: 100% complete End Progress
Progress: 2007-11-01 14:43:04.22 Source: Import Med File Validating: 0% complete End Progress
Progress: 2007-11-01 14:43:04.22 Source: Import Med File Validating: 50% complete End Progress
Progress: 2007-11-01 14:43:04.22 Source: Import Med File Validating: 100% complete End Progress
Progress: 2007-11-01 14:43:04.22 Source: Import MedFac File Validating: 0% complete End Progress
Progress: 2007-11-01 14:43:04.22 Sour... Process Exit Code 1. The step failed.
It is failing on the last file it is trying to import but it works OK on my PC.
Can anyone give me any pointers on what might be causing this.
Thanks
View 5 Replies
View Related
Dec 26, 2007
Hi,
While developing the packages in our developers environment the packages should be stored in file system. Once after the completion of the development, while moving these packages to upstream environments the packages should be deployed to sql server. Is this scenario possible? If possible, can anybody give me some tips for how to do that.
Basically It is like the developers make their changes in the file system packages (internally versions are mainintained by source control). After the completion of the development whenever we do a build and deploy to the upstream systems we should move the packages from file system to sql server database. There is a scheduler in sql server which is responsible for executing these packages.
Can anybody give me some examples?
Another question.
Assume that in the developers environment there is a central sql server database which is storing all the packages in MSDB database. Suppose at a time 2 developers are making modification to a single package. How it behaves? Is parallel developemnt supported in SSIS?
Thanks in advance.
View 6 Replies
View Related
May 7, 2007
Hello
I'm using SQL Server BI Development Studio to create a mining structure to forecast time series analysis.
The process to create a model for time series has these steps:
Create a connection to the Database;
Create a source view. Create relationships between tables using the foreign keys;
Create the model with the mining structure. Define the fields that I won€™t to predict and the algorithm properties aren€™t changed.
Is something wrong in these steps, I missing something?
Other problem is the utilization of the model created earlier. In some tests that I made, the models don€™t do forecasting upper then 20 steps. The problem could be the number of lines? But other data set with a large number of null values doesn€™t have any problem predicting more than 20 steps using the time series algorithm.
Can someone help me?
Thanks in advance.
JoĂŁo Santos
<!--[if !vml]--><!--[endif]-->
View 3 Replies
View Related
Apr 1, 2007
Hi Everybody,
I have made one simple application in asp.net 2.0 using VS 2005. I got following error
Server Error in '/[applicationname]' Application. --------------------------------------------------------------------------------
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
- When i got on my local machine i solved it by deleting sqlexpress directory from user's account and it was due to that I have installed VS 2005 on machine and by default it installs sql express with it.
- But I could not solved this error on my Development Server wherein there is no VS 2005. Only .Net framework 2.0 & 1.1 are there. My all other applications are running well.
So if any one have idea regarding the solution for this error then please reply me soon. It is very urgent.
Thanks to all of you.
Regards, Hardik B.
View 1 Replies
View Related
Nov 9, 2006
Hi
Can we use BCP AND/OR BULK INSERT to do development server databse refresh from production server . I have to do this by following the rules below:
- no truncation of source table
- update of changed or new records only.
I know we can use replication, dts and other methods for this but I need information about this one.
Thanks
View 1 Replies
View Related
Aug 17, 2007
Hi,
Im fairly new to this so apologies if Ive put this in the wrong place.
I have just rented out server for a new asp.net site. Ive been developing the site on my local machine and the database in Sql Enterprise. Ive recently put a copy of the site on the live server and got everything configured.
However everytime I make a change to my local database, or add values into my look up tables I have to go do the same on the live server and its proving a bit of a pain in the ass, so Im guessing there has got to be a much smarter way of doing this. I dont want (if possible) to open up the live sql server to allow remote connections, but if thats what neccesary so be it.
So my question is basically what are my options for keeping my live server up to date with my development server. As I add new features on my local server, should i be saving sql scripts of all the changes I make?
All opinions much appreciated.
C
View 4 Replies
View Related
Sep 22, 2006
Hello,I am working with VS2005pro and sql server 2005 (tables, SP). Nothing online yet but it should be soon for tests, and it will be for me the first time with sql server...I have a very basic question about the way we can keep on adding tables, stored procedures... when the application is already online.I'll try to explain: once online my users will enter data in the database (good point!). But on my side I have to keep on developing new features (new tables, new stored procedures...) and why not add new rows in tables, and I would like to add them to this database on the server once I have finished my development.So what's the best way to work ? Do I need to work online directly on my .mdf database (which I wouldn't like to do) ? Or do I keep on developing on my own computer, on a development database, and then is there a way to update/synchronize with the database on the server in order to add the newly created tables and SP ?Thank for you help.
View 1 Replies
View Related
Jul 23, 2007
Hi,
I need help finding a good back up solution for SQL Server 2005. I am hosting several databases in a shared environment and do not have admin rights to detach & copy & reattach the database file. I can have the hoster back up the file, but that is a manual process and I have had other issues with it in the past (access rights, cost, etc.). I have also tried creating a new business intelligence project, but have found it difficult to do a complete exact copy (while maintaining primary key values) as I run into many concurrency violations. This is especially true in databases that use the standard asp.net membership services tables.
Is there a way to get an exact duplicate of the structure & data of a sql server 2005 database without having to create a new Business Intelligence Project? Or is there an easy way to do this within BI that doesn't require a table-by-table setup? The primary purpose of this backup for me is for use on my development machine. Backup for data security/recovery is handled by the ISP.
Thanks in advance for your help!
View 5 Replies
View Related
Aug 13, 2007
What is the usual way to develop ASP.NET websites locally using a database and then migrate everything to the real webserver?
Here's what I'm doing now -- tell me what I should be doing instead (I'm a newbie developer).
I'm using Visual Studio 2005 Standard with a SQL Server 2005 database, to develop a small C# ASP.NET website. I'm the only developer.
View 3 Replies
View Related
Apr 13, 2008
Hi,
I'm looking for some input as to "how to" create a desktop application that will be using SQL Server 2005 with the possibility of becoming a web application later.
So far I have looked at Access 2007 as a candidate to build the appropriate forms and update the SQL Server, however I'm still wondering if there is a better approach considering that this app may likely become a web app, and I should bypass Access 2007 and use some other product, and it doesn't have to be a MS product, and could be Open Source.
The SQL Server 2005 part has been loaded and works fine with the various management tools.
With that said are there any opinions on what other application(s) could be used to build the front-end as rapidly as possible and still have scalability?
Regards,
Cool Hand
View 18 Replies
View Related
May 13, 2008
Hi,
I am new to sql server reporting service.
I am using Express edition of Sql server 2005.
For using sql server reporting service. I have downloaded SQLEXPR_ADV.EXE and SQLEXPR_TOOLKIT.EXE. I installed both.
But what happen when I am going to Start > Program Files > Sql Server 2005 > Sql Server Business Intelligence development studio. For creating Report project. Then a Missing Shortcut message box is showing where the message is "Windows is searching for devenv.exe. To locate the file yourself, click browse". i.e. shortcut has been created at the time of installation but the required files are not being copied.
I again I open visual studio and from there I select report project but an error message is showing.
I tried again and again but the same result I got.
I am very confused and unable to understand what to do and how to fix it.
please help me..........
Thanks in advance
Reyaz
View 2 Replies
View Related
Jan 31, 2008
Hi all,
I must be missing something obvious. I'm not clear on how SQL Express can provide a decent development experience. Consider:
1. I have a class library that includes an express database file, set to always copy to output folder.
2. I have code that attaches to the database in the output folder at runtime.
As a result of the above, the first execution after restarting SQL Server will work. Subsequent builds will fail because SQL Server has a lock on the database file in the output folder. Or one of the two files will be copied (DB and log) and therefore they will be out of sync and detected as corrupt when the code attempts to connect. Either way, I have to restart SQL Server and rebuild before the DB connectivity will work again.
I figured I might need to detach from the DB in my shutdown code, but I cannot execute sp_detach_db from my code because it cannot be done through a connection to the database (database is in use). Moreover, I'm not sure I want to because the user might execute multiple instances of the application.
What am I missing here? Do I need to put steps in my build script to stop and start the local SQL Server instance?
Thanks for any help,
Kent
View 7 Replies
View Related
May 12, 2006
I installed all the software that comes with sql server 2005 express including: sqlexpr.exe, sqlexpr_adv.exe, sqlexpr_toolkit.exe. All the installations were successful. However, Sql Server Business Intelligence Development Studio could not be found from start menu. I am not sure whether it got installed. I need it to develop reports. What could the problem be? Any solutions?
Regards sandy
View 7 Replies
View Related
Apr 8, 2007
I just got through uninsalling the express verions of SQL2005,VB,C#&VWEB and .NET in preparation of a clean install of SQL Server 2005 Developer Edition.
I installed the developer edition of SQL Server 2005 and let it install it's own verions of .NET BI, etc. Now I see that in the install instructions for VB & C# Express requires that all verions of SQL server and .NET need to be uninstalled.
"Before installing, you must uninstall any previous Beta, CTP or Tech Preview versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0."
So, does that mean I can't use any express editions of Visual Studio 2005 components with the Developer version of SQL Server Business Intelligence Development Studio (AKA - Visual Studio 2005 Version 8.0.50727.42 RTM.050727-4200)?
TIA,
Dave K
View 4 Replies
View Related
Jun 4, 2007
This is a numpty question if you know the answer, but I'm not sure how to find the information I want!!!
What I would like to know is: What happens when you drag and drop a package within the SSIS Packages section of the solution explorer?
I was trying to reorder the package.dtsx files in the SSIS Packages folder but couldn't find a way to alphabetise them. I tried to drag and drop the file to the right location in the list instead, but it dissapeared from the folder display completely. What happened?
I can't see it's contents copied in the file it was dropped onto, nor did it replace the file. The package itself can still be added from the physical folder structure on the PC but it gets added at the bottom of the list.
I'm just intrigued as to what is going on. It just doesn't seem logical (something that can be said of much of my limited experience of the interface).
Any ideas?
View 1 Replies
View Related
Feb 23, 2004
http://www.aspalliance.com/349
View 1 Replies
View Related
Sep 24, 2007
I am using SQL Server 2005 Developer edition on Windows 2003 Server with SP1
I am getting the following error when try to execute SQL Server Business Intelligence Development Studio to create/configure Report Model:
"Microsoft Visual Studio
The Beta period is over
Thank you for your participation
You can remove Microsoft Visual Studio from your computer
OK"
Where this is installed from Visual studio installation or SQL server installation?
Because only vss is installed as visual studio 2005 installation in this computer(server)
Please help to sort out this problem
Muralidaran r
View 5 Replies
View Related
Jul 24, 2007
Hi,
Recently we puchased the sql2005, and had it installed on our server.
However, I dont have the SQL Server Business Intelligence Development in my sql2005 intallation. when I read this forum and other websites, about SSIS packages I see that I need this tool. Where can I download it?
Is it possible I have another sql2005 version that don't have this tool?
thanks.
View 1 Replies
View Related
Sep 9, 2006
Hello,
I have installed SQL 2005 dev version. All the installations were successful. However, I can't find Sql Server Business Intelligence Development Studio (BIDS) from the VS 2005 IDE. I can see Integration Services Project, Analysis Services Project, Integration Services Project, etc except BIDS.
I tried to run sqlexpr_toolkit.exe by itself and it tells me BIDS already installed. Any idea?
View 7 Replies
View Related
Dec 28, 2005
I have installed the evaluation version of SQL Server. When i click on the Intelligence Development Studio link it starts looking for the file devenv.exe. The file is not on the pc. Repeated installation twice making sure that all components are selected. What is causing this file not to be available?
Haris
View 32 Replies
View Related
Sep 27, 2007
hello,
I am working with an instance of SQL Server express. I have to create some reports and understand that I can use BI Developer studio to do this. I went through all of the installs, but BI Developer studio doesn't seem to have installed. I rerun the install program (From the sql express toolkit download on the MS web site). When I choose the option to install the BI Dev Studio, it says that it cannot install b/c it has already been installed on the server.
Has anyone seen anything like this before? I really need to get this up and running to continue with the project.
Thanks for any thoughts.
View 3 Replies
View Related
Aug 19, 2015
We are using SQL Server 2012 for both production and development server. Currently, i have plan to transfer the full backup of SQL server database to the development server and then restore it on the development server for testing purpose, so we don't want to disturb on the production.
I have successfully backup the database from the production server and transfer to the development server. however, i encounter some difficulties when trying to do restore. my question is:
1. do i need to firstly create an empty database on the development server and then restore it into this empty database? say i create database call "Test2", then i perform a restore into this database.
2. currently, there is already an existing database being restored previously in the development server and this database is actually the older version of the backup that being restored by the previous engineer. should i remove this database first and restore a new one or both of the database can coexist as long as we put different name for the database?
View 6 Replies
View Related
Jul 25, 2007
I've just installed SQL Server 2005 Standard & need to develop a backward-compatible DTS Package for a VB6 Application in Business Intelligence Studio, but cannot find it from the Start Menu or any Toolbar Buttons or Menus in either SQL Configuration Manager or SQL Server Management Studio Express. I know SSIS was included in the Install, so the Business Intelligence Studio should be here somewhere. Also, I know I made sure all available options were chosen during the installation.
View 9 Replies
View Related