sql instance error
I always receive this exception when I create my database to connect Northwind using sql server(A network-related or instance-specific error occurred while establishing a connection to SQL Server. The...
View ArticleCan't access SQL Server 2014 LocalDB (local instance ) in Management Studio...
Yesterday I downloaded and installed 64 bit SQL Server 2014 LocalDB on a Windows 8.1 desktop. I also downloaded and installed the tools. Prior to the install I verified all the hardware and software...
View ArticleHow to find instance name
Hi I just start to learn SQL server now. I am trying to migrate data from oracle to SQL server 2005 using SQL server migrant assistant for Oracle. But I don't know how to fiill this connection...
View ArticleHow can I include if statements in this code?
selectSiteID,Name,ProgramID,POSSession,POSSessSummDate,PMealsSumm,RMealsSumm,FMealsSumm,FreeCount, ReducedCount,PaidCount,ErrorCode='Claim Exceeds Eligibility',ReportName='Edit...
View ArticleSQL Pivot??
I am not sure I want yto do pivot so looking for some other option to change rows to column. So I have ,R(M) Measure Metrc MEtrcDesc2 $...
View ArticleCommercial distributed application with SQL Server 2008 back-end
Hi All, I am suffering some confusion and wondered if anyone could clear up a few questions for me.I am currently developing an application to be sold commercially, to be deployed locally on a...
View ArticleWhy ID numbering skip 5? I set the identity specification to (1, 1) already
Hello, I have a question. I created a table with the identity specification (1,1). However, after I entered a couple of rows, I found the ID skipped number 5; it jumped from 4 to 6. How did this...
View ArticleWhere is the developer version of SQL 2012
Hi, This seems to have been asked a lot but I can't find a definitive answer. I purchased a copy of SQL2008R2 (Developer) from Amazon a few years ago and I would like to upgrade it to 2012. Looking...
View Articleusing write queries to a table from two Different application
Hi All,sorry to ask you this basic question. i am a newbiehow Sql server will work if we try to delete or modify records from two different applications at same time. lets say, there is 3 members team,...
View ArticleChanging subscriber hostename block the transactional replication
Hello All,we have sql server transactional replication is already installed, we need to change the subscriber hostname; what should be the necessary procedure.Regards
View ArticleMoving database from one drive to another on same server
I am new to sql server world as I am a controls engineer who is being asked to manage an asset management system at our facility. We have a system that uses SQL 2005 Express. My database is on drive C,...
View ArticleActivity monitor unable to execute queries againest the server?
2012 SQL Serevr SSMS Activity monitor unable to execute queries againest the server?any ideas???ebro
View ArticleHide Results Pane
How do I hide the Results Pane in SQL Server Management Studio 2012? It used to be Ctrl+R but this no longer works :(
View ArticleSQL statement, Please help!
OrdersOrderIDCustomerIDCustomersCustomerIDCustomerNameIs there an SQL statement where i can query a customer name and return all there orders?any help would be greatly appreciatedkindest regardsJamesjames
View ArticleHistory Control
I have a data that get uploaded almost everyday and I need to filter these data as Final,Current,Previous and Archive based on the version and date they are updated. Could anyone have any suggestion...
View Articlehow to view all records in the database having same values in all the rows
I have two rows with the same Eno...i want to view both the enos in ma gridviewFollowing is ma code: try { conn = new SqlConnection(@"Data Source=RAMESH\SQLEXPRESS;Initial...
View ArticleCan not find SQL Server 2014 docuementation for environment behind a firewall
For SQL Server 2012 there was a possibility to download the complete product-documentaion as an iso-file for installation on computers located behind a firewall....
View ArticleSQL query result shoes value ids instead of value names
Hi All,Pleaes i need help.When selecting top 1000 result from a table, it give me a lot of result taht are useful for me. But one column named "subcategory", it give me the Subcategory ID instead of...
View ArticleAccess and SQL Server Database Developer
This may be a silly question, but I want to make sure I'm correct. I have a query I created in SQL Server Express 2008 R2 which created a file with the sql extension.I'm using Access 2010 and I want to...
View Articlesql server reporting & analysis
I have some tables that collect records on a daily basis amounting to 20+million for each table. The tables are very similar and consist of a few string fields. I run a nightly job that gets counts...
View Article