Using the SQL Server Agent for the first time
I have set up several jobs to run automatically throughout the day. Each job just does one thing: executes an SSIS package.The packages themselves run perfect when I test them in Visual Studio 2005,...
View ArticleMigration from MS Access 2003
Hello,I'm very new to MS SQL Server; I just downloaded Express 2005 yesterday. I have it up and running; it seems to be working fine.Now onto business - I need to migrate data from existing MS Access...
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 ArticleBuild datbase from xsd/xml ??
Hello all. I have an .xsd file and a .xml file that goes with it. Are there any tools available that will build a database structure in SQL Server from either of these two files? I can't see 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 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 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 ArticleDoes 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 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 ArticleConstructing a View into time dependant data
1. I have a table with data like this:PersonIDDateTimeTemperaturePressure2. I want to build a view into this table so that it shows up as follows:PersonID DateTime1 DateTime2...
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 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 ArticleConversion failed when converting the varchar value 'No' to data type int.
Hi,The problem that i am having is as follow:i have a table called Results, and in this is a few rowsReultID INT QuestionID INT ResultScore Varchar(10)now there are 2 types of questions ones that can...
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 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 ArticleSQL Express: Trouble connecting Management Studio 2012 to PC...
I'm currently taking a SQL Server online course offered by the Database Training Academy. I'm stuck at the very beginning where I need to connect SQL Server Management Studio to SQL Server Express...
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 ArticleNot able to attach Adventure works Database to SQL server 2012 Management studio
Hellowhile i try to attach AdventureWorks2012 database to SQL Server 2012 Management Studio i am getting the following errorMsg 1813, Level 16, State 2, Line 1 Could not open new database...
View Articleright click database and the click properties-have error on sql server 2005
error message:Cannot show requested dialog.Additional information: cannot show requested dialog (SqlMgmt) Property owner is not available for database '[abc]'. This property may not exist for this...
View Article