SQL Scenario
Hi Everyone ,I am looking for below solution using sql .create table #temp( id varchar(10),value int)insert into #temp values('A',-9),('A',1),('B',-5),('B',3),('C',12),('C',-2)Input...
View ArticleHow to register a non-local database
Hi All,I am fairly new to ms sql server 2008, which has been installed to my workstation.I have been trying to add a database which is in a ms sql server 2000 that resides in a another machineMy...
View ArticleSQL server Management Studio help does not work
Hi,I have SQL Server 2008 R2 installed on my machine.Microsoft SQL Server Management Studio 10.50.1600.1 Microsoft Data Access Components (MDAC) 6.1.7601.17514 Microsoft MSXML...
View ArticleSome records are not inserted into table, while most of them get inserted
Hi All,I used a stored procedure to insert the records into two tables, Entry and EntryAudit, having similar columns. Everything works fine and all records get inserted as required. But, a few records...
View ArticleHow do relationshiped tables behave
Hi!I'm not sure if should be asking this in vb.net forums or sql forums. So please forgive me if i'm in the wrong place. I have this collection of relationship tables in my sql server. In my previous...
View ArticleRecord Change Tracking
I have an sql database that has item table containing item number and price. I need to create a table that reflects the time and the new updated price value whenever the price is changed. I am not an...
View ArticleSQL Server 2014 Official Final Version ---- Data Tools (SSIS, BIDS, etc.)
I have VS 2013 Professional, and just installed SQL Server 2014 Developer version. Can someone tell me where the proper location for the Data Tools (fka BIDS) is located ? I'm seeing CPT1, etc. but...
View ArticleInner Join within results?
So if an item is a bottle, it will have a unique BottleKey and Null for CaseKey and if an item is a Case, it will have a unique CaseKey and Null for BottleKey. However, the PrimaryIDs are the same for...
View ArticleSQL Server 2012 Licence
I have a 16 core CPU system and I need to build a 2 node SQL Server 2012 Enterprise Edition active\passive cluster. So how many SQL Server 2012 licences we need to purchase.
View ArticleDropped/recreated SQL jobs and now SQL Agent can't run b/c old job_id is...
I've seen a common issue in several of our production environments where after we upgrade our software the SQL Agent can't run some jobs that were recreated as part of the process because they're...
View ArticleLatch timeout stack dump
===================================================================== BugCheck Dump...
View Articlecompare dates
Hi,In my application im trying to send emails to different clients when datesubmitted by 8/28/2014 and check after 7 days I want send emails with message.but In database table datesubmitted column...
View ArticleNewly added field
HI,We used to have a form which has around 10 fields in it. Later, a new field(it accepts just yes or no) was added into it.For all the new records that were created after the new field was inserted,...
View Articlereclaim space issues
Can you provide a little more detail on this? The fragmentation will occur on the individual file groups correct? Is there anything we can do to correct this? If we do nothing, will SQL server...
View ArticleSQL Server Sand Box with SharePoint 2007
I would like to know what is a SQL Server sandBox. We dont have access to SQL Server and we use Microsoft Access as database. My question is if we get permissions to use sand box can we use it as a...
View ArticleWhere do I find SQL Server 2012 Express with tools
I have to have this for a class and every web page I have tried and even from the Murach's SQL Server 2012 for developers book is giving me " this page not found".Does anyone know where I can get it?
View ArticleInterview question on SQL Server
How you will you load csv file with address field which is having multiple values in SQL.2.What is dynamic sql and if you want to print it before executing then how will you print it withformatting for...
View ArticleSQL Server Memory settings versus Locked Pages in Memory
(min srv memory=0 & max srv memory=48GB),(min srv memory=12GB & max srv memory=48GB) any diff in terms of locked page in memory? now let me explain my question including some internals......
View Article