backup to tape
Sql 2012 maintainence plan has an option to backup to tape. Does this work even if Windows 2012 does not support backup to tape. Can we use this method to bcakup SQL database directly to tape, what are...
View ArticleChange logon account for MSSQLSERVER on SQL server 2008 r2
Hello,The SQL Server 2008 R2 is running on Server 2008 R2 and is not clustered. MSSQLSERVER service is running with Network Service account. The server is in production and has multiple database and...
View ArticleHow to select and duplicate the records and update some column values using...
I have a table with 920 records, we need to update the end date to 6/30/2014 for 920 records and I need to create all 920 records with start date is 7/1/2014 and update the external value to CCC.Note:...
View ArticleHow can I add values to these two tables relate to each other
create table tblA( id int identity(1,1) primary key, name varchar(50) not null, CountryId int not null)create table tblB( id int identity(1,1) primary key, countryname varchar(25) not null)alter table...
View ArticleSQL Query Help
I need help figuring out this query. We are taking the latitude and longitude from a table and finding the distance from a set location to convert to miles from location. Then we want to break it down...
View ArticleSQL 2012 Open Cluster (Reason 5)
Hi,I have newly installed SQL 2012 on 2 Windows 2012 clustered node (Active/Passive). I get this error each time I switch sql resource to another node. After this error, I get another information...
View ArticleQuery related to Sql Server
SQL Server 2012 : We would require a developer license for SQL 2012 Server and there might be 1-2 people accessing the server through SQL Client. This is for non-production use.Do we need to buy a CAL...
View ArticleHow to show "Error List" in SSMS ?
Hi,For unknown reason, when we open the SSMS, we get "Error List" in the bottom. There are columns like: Description / File / Line / Column in the "Error List".We just wonder how to turn it on / off...
View ArticleNeed stored procedure
Can anyone help me out in writing a stored procedure that is used to run other stored proceduresso it should take a character string as a variableand execute a stored procedure that matches the...
View ArticleEFFICIENT Front End for SQL Server
I know there's been many questions about SQL front ends, but I have some specific requirements I haven't seen addressed.I'm an intern for a company with a large database and I've been tasked with...
View ArticleMoving Tempdb location
Hi All,I am using SQLSERVER2012.Iam trying to move tempdb database from one drive to another drive. it was not creating new data and log files in new location. I executed below script and then...
View Articlehow to register email address for microsoft updates to receive only for all...
how to register email address for microsoft updates to receive only for all sql servers
View ArticlePrevent concurrency issues
Are these good recommendations to developers to avoid concurrency? 1) WITH (NOLOCK) or WITH (READUNCOMMITED) in select statements?2) BEGIN TRAN in updates / inserts / deletes statementsAny suggestions...
View ArticleI can't uninstall sql server express
I'm running Windows 7 64 bit and trying to install SQLEXPRWT_x64_ENU.exe PLEASE HELP... AT LEAST HELP Me GE GET IT OFF MY SYSTEM.LOsing patience, and my mind. Thanks in advance.Kay
View ArticleUnattended install of SQL Server
Hi,Is it possible to declare a variable for an instance or username for example and pass it to a setup.exe command to run a silent install?for example below (which obviolsy fail)Set...
View ArticleFileGroup And Files
hi,I'm new to SQL DBA. In our database some tables are partitioned on month column. Say for last 5 month they partitioned the table. So they created 5 files for each month and assigned it to 5...
View ArticleLicensing For SQL Cluster
Hi,I would like to setup a SQL server failover Cluster as described as URL below.http://msdn.microsoft.com/en-us/library/hh231721.aspxUnderstand that there will be 2 servers and shared storage are...
View ArticleStored Procedure issue
Hi Pituach,Below is the Table structureTbl_ProductCreate table Tbl_Product ( Product varchar(50) NULL, Code Varchar (50) NULL )Insert into Tbl_Product values('PEN','A') Insert into Tbl_Product...
View Articlewhat are the Consistency errors
Hiwhat are the Consistency errors and how it happened for a databaseadil
View Article