I Just Purchased MS SQL Serve Develpers Edition (Does it Include MS Visual...
I have just purchased Microsoft SQL Server 2012 Developer's Editionfrom Amazon.com I want to learn how to use the MS Report Server and checking to see ifVisual Studio is included in the installation....
View ArticleMultiple SQL server Instance on single Server box
Hi,I want to install 6 instance of SQL server 2012 Entperprise or Datacenter on a single Physical or Virtual Machine.Is this feasible ? if yes than what would be recommended configuration for such PM...
View ArticleDATEADD getting a Syntax error
I am trying to change my Promise Date when the SD.Status = 'Hold' to add 100 years so that when it sorts it it comes out at the bottom of the extract. I want the Promised Date to not change if the...
View ArticleSQL Server Error 9001 and auto close on Property
Hello, While talking to one of my application developers, he encountered Fatal Error 9001 while connecting to the database from .NET Application. In the past , he had similar issues and he mentioned...
View ArticleStored procedure recieves to much data after change in DB
In our sales database we import data from an external source. They have done some changes and the sales period now looks like this: - 0113_AU - 0113_DK - 0113_EU - 0114_AU - 0214_EU etc.... The...
View Articlehow to fix Login failed for user ''. (Microsoft SQL Server, Error: 18456)in...
Hi All,we are facing the Login fails issue .how to resolve the bellow error , could you please suggested the possible ways .. ASAP TITLE: Connect to Server------------------------------ Cannot connect...
View Articlefind missing columns from table 1 , add into table 2
I have 2 tables, need 2 queries as belowneed to find the columns missing in table 2 which are not in table 1add the columns into table 2 from table 1-- TABLE 1 CREATE TABLE Table_One ( PersonID int,...
View ArticleSQL Server Management Studio Installation Error
I am getting following error while installing SQL Server 2012 management studio on my Win 07 Ultimate (64-Bit) OS. I tried to download installers from different sources. But still getting same error....
View ArticleInner Join taking long time to execute
Hello all, I am inner joining 10 tables in sql server 2008, its taking 1 hr to execute the query. Kindly help
View ArticleLinked server to Oracle
Hello,I have a MS SQL Server 2008 R2 running on Windows 2008 R2 Server.I have installed Oracle Client 12.1 software. TEsT connect to remote Oracle DB works.But I have problems adding a linked server to...
View ArticleUser name is not displayed in the output in listbox
hi i want show output this code in list box protected void Page_Load(object sender, EventArgs e) { Session["userName"] = User.Identity.Name; Label1.Text = Session["userName"].ToString(); SqlConnection...
View ArticleError Message from Microsoft SQL Server Management Studio
I have problem editing the views that I created. I never have this problem before and I don't know ifI have touched something on the pane that alters my viewing on Microsoft SQL Server Management...
View ArticleDifferential backup file is huge right after full backup.
Simple Recovery Model, Sql Server 2012 Express I allocate one database for every six months, steadily grows to about 7 Gigs. (About 1.3 gigs of growth per month). This morning I did a full backup and...
View Articleautomatically create insert statements for table data
Hi, How to create insert statements of the data from a table for top 'n' rows. I know we can create using generate scripts wizard, but we can't customize the number of rows. In my scenario i got a...
View ArticleSQL - Complex join - Cascading conditions
Hi all,I've the following two tables - MasterData - Project_IDCategoryParent_IDP1ANULLP2ANULLP3ANULLP4AP1P5AP1P6ENULLP7AP2P8AP2P9AP3P10DP6Project_TotalsProject_IDTotalP1500P2600P6700P10800I need to...
View ArticleObject reference not set to an instance of an object
hi, In my application getting above exception for first time submit. string strSPmain = "testinsert"; SqlCommand sqlCmd = new SqlCommand(); sqlCmd.Connection = sqlConn; sqlCmd.CommandType =...
View ArticleHelp required for doing LIKE search in SQL
Hello All,I have situation like below DECLARE @TempTable TABLE (Name1 VarCHar(100), Name2 VarChar(100)) INSERT INTO @TempTable(Name1, Name2) VALUES('_HASKAR','BHASK_R') SELECT * FROM @TempTable WHERE...
View ArticleREturn results for multiple categories
I have a text box that users can type names in using an ajax auto complete extender a web service will bring back te matching names as you tyoe. However, it uses first name /last name only. I would...
View ArticleIntegration Service Catalog Succeeded but agent job still running
Hi All,I had created a package and deploy into Integration Services Catalogs.From BIDS, the package executed and complete successful.From Integration Services Catalogs, the package executed and...
View ArticleCalculation and change in my stored procedure
I will rewrite this soon, please delete the thread. ..
View Article