Does SQL Server have a feature simiar to RMAN Duplicate
I have a production server and a test server (SQL Server) I am familiar with backup database and restore database and know that this can be automated. However, I was wondering if SQL Server had any...
View ArticleNeed A Crash Course
My In-Laws run a Fire Safety company that stores data from tests (e.g. Fire Extinguisher Checks, Elevator Reviews, Suppression Systems, etc.) on a database using Microsoft SQL Server 2005.Ā To make a...
View ArticleSelect Query statement
Hi to All, Below is a sample mssql query given to me, now I am wondering if can I add a where statement to it? because right now I am trying to add a where clause in it and I'm getting an error. The...
View Articlehow to Check data after Insert Trigger
Hi friends,I need to insert data from one database table to another database table by after Insert trigger. NowI need to check whether that another database table already have the data or not. If there...
View ArticleMicrosoft SQL Server Standard Core 2012
Hi, Ā I want to know whether this (Microsoft SQL Server Standard Core 2012) product can be used on virtual machine. Ā The exact version is "SQLSvrStdCore 2012 SNGL OLP 2Lic NL CoreLic Qlfd "
View ArticleDeploy To Azure Fail
My first attempt at using SQL Management Studio 2012 Deploy to Azure failed with... One or more unsupported elements were found in the schema used as part of a data package. Error SQL71564: The element...
View ArticleShaing database over network in sql server 2008 R2 express.
IS it possible to share database over a LAN using SQL server Express 2008.??Ā Or do EXPRESS-VERSION of sql server does not allow us to do so. ?I find both 'yes' and 'no' answers when i google this...
View ArticleLicensing question - Mgmt Studio on other server installation?
Hello guysI have a SQL Server 2008 R2 licensed with 4 Core Licenses (4 cpu cores on the virtaul server)When i want to install SQL Server Manamgent Studio 2008 R2 on another server (to connect to the...
View ArticleProblem with Attaching database because of its version
Hello everyone,I have created a database in sql server 2008 yesterday and stored some data into it.And then i have detached that database.Today when i tried to attach the same database into sql server...
View Articletroubleshoot slow backup
I backup one big database over network: Database A on server B and Backup destination is share drive on server C.Database A is very big.Backup is very slow and take very long time...How to...
View ArticleWhere to download SQL Server 2012 express edition with advanced service?
Hi All,Would anyone please share me the link in where I can downloadĀ SQL Server 2012 express edition 64bit with advanced service.When I google I saw the below link and when I click on download it is...
View ArticleDatabase Restore
Hello Everyone,can we restore a backup file (which is created in SQL Server 2008 R2) in SQL Server 2008?Thanks and Regards, G Srikar Reddy, Junior SQL Server DBA, Miracle Software systems, Inc.
View ArticleNeed a query,which will do a comparison and if it doesnt satisfy the...
I have a Table called Test_ X in which there are two fields:1) date_value 2)Application_Namerequirement: we have to calculate the number of days ramaining through date_value field andĀ compare it to...
View ArticleCHAR vs NUMERIC
Hello everyone.I'm confused about this two data types, I want to store a numeric 4 digits code and I want to choose the best one of them (CHAR(4) vs NUMERIC(4,0)), but I don't know what's the...
View ArticleRAISERROR QUERY
IF EXISTS (select GETDATE() 'Today Date',date_value 'expiry date', abs(DATEDIFF(dd,date_value,getdate()))'No of days before expiry' from dbo.Test_X where Application_Name='xyz'AND...
View ArticleRunning Cmdexec in SQL Server Job
Hi Everyone,I wanted to run a scripts in a job to clean up my folders in SQL Server 2005. The scripts is as below:for /f %%i in ('dir /b /s /AD F:\ASCC_FileStore\CITIntegration') do cscript...
View ArticleMCTS 70-466 Implementing Data Models and Reports with Microsoft SQL Server 2012
I am searching for training kit for Exam 70-466 (Implementing Data Models and Reports with Microsoft SQL Server 2012) but I think is not published yet. I was expecting its release in Jan or Feb 2014....
View ArticleWhich .exe file I should choose to apply SP2 for SQL Server 2008r2 Enterprise...
Hi All,Which .exe file I should choose to apply SP2 for SQL Server 2008r2 Enterprise EditionĀ 64Bit.And what is the difference between below .exe files....
View ArticleA question about shrink
When shrink:1) release unused space2) Reorganize pages before releasing unused space shrink file to What's difference and same between above 2? When use 1) and when use 2) ?Thanks
View ArticleCreate Syntax
hei Guys, hope every thing is fine, take a look at the follow sql statmentcreate table demo (oid int, name varchar(30),)when you pass it the reponse is "Command(s) completed successfully"check the...
View Article