How can I reinstall the enterprise manager? (SQL SERVER 2000)
I can’t use the DTS editor because shows an error.So, I want to reinstall the enterprise manager without uninstall the sql server 2000, Is that possible?If the answer is yes, How can I do that? I think...
View ArticleClient on domain cannot access SQL server on workgroup
Hi,I have a quick question regarding domains and workgroups.Currently I am working on an issue in the office of a small business. Right now there are 3 client computers that connect to a dell server...
View ArticleVista Install Problems
Hello,I've been having some problems trying to install SQL Sever 2005 on my local Vista machine. Using the ISO file that I've downloaded from the MSDN site (twice now) I get an error stating that the...
View ArticleCannot connect via c# but can via server management studio
When I try to connect to my sql server 2005, from a asp.net web application (asp.net development server) using...Database=Prism_Project_db; Server=(local); Integrated Security=SSPI;...
View ArticleSQL SERVER 2005-ASP.NET
I BUILT STOED PROCEDURE IN SQL SERVER 2005AND WHEN I REU IT USING EXEC STATEMENT I GET THE FOLLOWING ERROR IN "Error converting data type nvarchar to datetime." this error happen when change the...
View ArticleDTS execution error
when i execute a DTS to copy a database from one server to another, I am getting the following error: [Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB 'SQL OLEDB' reported an error.Authentication...
View ArticleConverting Rrom Access Syntax To Sql Syntax
Ok I am tying to convert access syntax to Sql syntax to put it in a stored procedure or view..Here is the part that I need to convert: SELECT [2007_hours].proj_name, [2007_hours].task_name,...
View ArticleAuthentication Issue, When Profile ReCreate
Hi,i face authentication issue in SQL Server 2012 Evalution after i login in new account.Take a look situation and what i did.1) I install SQL Server 2012 in Member Server (Server 2012 Standard).2)....
View ArticleInstalling SQL Server 2008 R2 on a Dell Desktop with MS Server 2008
Due to some new software (Multiverse) our business server with MS server 2003 is going to be migrated to MS Server 2008. This migration went well but now comes the problem: I bought MS SQL Sever 2008...
View Articlesql 2008 Issue restoring transaction logs....
** Update: I performed the same steps on the corresponding Dev and things worked as expected. Only our prod environment uses SnapManager for Sql (NetApp) and I'm beginning to suspect that may be...
View ArticleHow to execute a SP with TVP
Hi,I'm a beginner in learning SQL, I'd to pass more than one value to a SP, so made use of the TVP. my SP looks something like this, how do I add the TrainerID's while executing this SPCREATE type...
View ArticleCreate Database on the server using VB code
Hello All,The following code create a Database on SQL Express on my PC. I wish to create a database on the server NOT on my PC. What changes must I make to the following code to create the database...
View Articleupdate
hi, want to update record in tabole .I have two records which are having same ServiceId and DAyoftheweek,one thing uncommon is Services='IdleTime' can i write like this update DetailsTable set...
View ArticleAdventureWorks
I am confused about the relationship between PurchaseOrderHeader and VendorI can see a one to many relationship between these table but I don't see the keys fieldsVendor has...
View ArticleIsdate Issue
SETDATEFORMAT mdy;SELECTISDATE('040308');--Returns 1SETDATEFORMAT mdy;SELECTISDATE('041308');--Returns 0 How come this is possible ?
View ArticleExcel Integration and data cleansing required
Hi all I have two data sources - an excel spreadsheet and one access database of Customer details, (quite small in size) and I have to use SQL Server 2005 to Integrate the data and cleanse the data so...
View ArticleBecome our FIRST Microsoft TechNet SQL Server Guru of 2014!!
Happy New Year!Time for a fresh start!We're looking for the first Gurus of 2014!!This is your chance to make your mark on the Microsoft developer community.All you have to do is add an article to...
View Articlesql 2005 express installation (Vista Ultimate)
While installing SQL Server 2005 Express Edition SP2 or SQL Server 2005 Express Edition with Advanced Services SP2on Vista Ultimate, I get the error "The feature(s) selected are not valid for this...
View ArticleIdentity key error
I with a identity value. I then Inserted 988 test records. When I then inserted a new record the identity was 55. What could be the reason for this
View ArticleCombine tables from 2 SQL servers with different Schemas and update as new...
I have 2 SQL server 2000 machines, I need to take a table from each one and combine them together based on a date time stamp. The first machine has a database that records information based on an...
View Article